Wealth-Lab Framework
Search Framework:
IStrategyHost
Namespace: WealthLab.Backtest
Parent:
Parent:
The IStrategyHost interface allows Performance Visualizers to communicate back to their host Strategy window.
Members
BenchmarkBacktester
Backtester BenchmarkBacktester
Returns the instance of the Backtester that ran the buy & hold benchmark comparison run for the Strategy window.
ChartSymbolAtBar
void ChartSymbolAtBar(string symbol, int idx)
Causes the Strategy window to jump to the chart tab, and then chart the specified symbol, and scrolling to the index specified in idx.
ParameterDefaultsChanged
void ParameterDefaultsChanged()
RunWithOverrides
void RunWithOverrides(List<double> overrides)
SaveParameterDefaults
void SaveParameterDefaults(List<double> paramValues)
ShowTabPage
void ShowTabPage(StrategyWindowTab tab)
Causes the Strategy window to switch to the tab page specified by the tab parameter. Possible values of this enumerated type are:
- Settings
- Designer
- Signals
- BacktestResults
- Chart
- Optimization
- DebugLog
- PreferredValues
Strategy
public Strategy Strategy