I'm trying to put an stochastic oscilator on my EA.
For what I have investigated it's not possible.
Any recommendations on this topic?
I'm trying to put an stochastic oscilator on my EA.
For what I have investigated it's not possible.
Any recommendations on this topic?
it's possible to do that , Only thing to consider is do you have to do that.
method is to make the ea apply the indicators essentially .
I'm not sure exactly what you mean by "on [your] EA." Perhaps it's a loose translation of en/in/on.
If you're interested in anything that works, check out:
iStochastic - Technical Indicators - MQL5 Reference, and...
ChartIndicatorAdd - Chart Operations - MQL5 Reference (pay attention to the sub_window parameter here).
I'm not sure exactly what you mean by "on [your] EA." Perhaps it's a loose translation of en/in/on.
If you're interested in anything that works, check out:
iStochastic - Technical Indicators - MQL5 Reference, and...
ChartIndicatorAdd - Chart Operations - MQL5 Reference (pay attention to the sub_window parameter here).
I'm trying to add an indicator to the graph that my EA is on.
This on the code of the EA, so it displays the indicator and also do the EA logic.
As far I can see is possible by the second link you provided. :)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I'm trying to put an stochastic oscilator on my EA.
For what I have investigated it's not possible.
Any recommendations on this topic?