Built-In indicators access
Use the results of 50+ built-in indicators of Quantower in your strategies and indicators
General
Access built-in indicators
Indicator AC;protected override void OnInit(){ AC = Core.Indicators.BuiltIn.AC(); }Indicator EMA;protected override void OnInit(){ EMA = Core.Indicators.BuiltIn.EMA(10, PriceType.Open); }
Last updated
Was this helpful?