How to show indicator chart from EA?
-
I have an EA and like to show an indicator (for example, RSI / MA) to the chart.
I know I can attach indicator once EA is run but is it possible to code in fxdreema to have an EA attach an indicator automatically once EA is started?
Thanks in advance.
-
You need to create variable for each indicator.
You can use pass > modify variable block to call out the indicator. -
Can you show me example of how to do that? Let say I want to call RSI or MA?
Thanks in advance.
-
@ruecha Hi did you win with this ?