Read Value of Indicator Inside Other Indicator (Applied to First Indicator Data)
-
Hello,
How to read value form one indicator applied to another indicator,
Let say i have an indicator :- RSI 14
- EMA 5 (Applied to First Indicator Data which is RSI 10)
- EMA 21 (Applied to First Indicator Data which is RSI 10)
- EMA 34 (Applied to First Indicator Data which is RSI 10)
What block to use if i want open order based on EMA 5 crossing up EMA 21 = BUY and vice versa??
-
@aeivan This is not possible in fxDreema, I'm afraid. The only way to get it is importing a custom indicator doing exactly what you want.
-
@aeivan you going to have use actual mql code for that. Here's a starting point: https://docs.mql4.com/indicators/imaonarray
I wont answer any follow-up questions, though (because I cant lol) -
@l-andorrà
I have custom indicator for this, it is TDI but still i cannot get value for use in a condition block.@roar
Thank you for the link, i'll take a time to learn it. -
@aeivan Here you have two excellent tuorials explaining how to import custom indicators. I hope they can be helpful:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file