IsInStrategyAnalyzer
<< Click to Display Table of Contents >> IsInStrategyAnalyzer |
Determines if the current NinjaScript Strategy is run from a Strategy Analyzer chart.
A bool value when true the strategy is being run from the Strategy Analyzer chart; otherwise will return false.
IsInStrategyAnalyzer
protected override void OnBarUpdate() |