Dear Support, I am trying to write an indicator, that will use standart jforex indicators like MACD and Stochastics. I know that I can use standart indicators in strategy like this:
this.indicators = context.getIndicators();
But how can I get standart indicators in indicator? Thanks
API Support
Post subject: Re: context.getIndicators() in indicator