Applying an indicator to Previous / First Indicator's Data in fxDreema
-
Hi Radoslav and forum participants,
In MT4 one can apply an indicator to an indicator. For example you can apply an MA onto an RSI by selecting "Previous Indicator's Data" or "First Indicator's Data" in the MA's "Apply to" drop-down menu. In fxDreema though, these options are not in any of the indicator's "Apply to" drop-down menu. Does anyone here know how to go about this?

Thanks in advance!
Regards,Saf
-
problem si, that MQL code is not supporting this option directly - that is why it is not in fxdreema drop down menu ... if you can little code, you can do this with custom indicator using iMAonArray function in mql ... if you cant code, search for custom indicator with this mode ... if you need it for RSI, search for TDI (traders direction index) indicator ...
-
Thanks so much for the swift reply! The TDI was a great tip! Thanks for that!
Do you perhaps also happen to know of an existing indicator that can do like a Momentum indicator on an ADX or something like that? I know questions like that are not what this forum is for, but I couldn't resist to ask.Thanks again!
Peace!!!
-
search for something like "smoothed adx" or "smoothed momentum"
https://www.mql5.com/en/code/7072 -
True. This was requested so many times since the beginning. Then I decided to implement it, but stucked in MQL4. I don't remember the exact reason why it was not possible, I only remember that it's just not possible because of MQL4
-
@fxdreema Has there been any developments on this in the past 3 years? Or is this still impossible for MT4 with fxdreema?
-
AFAIK, it is still impossible in fxDreema.
-
@fxdreema said in Applying an indicator to Previous / First Indicator's Data in fxDreema:
it's just not possible because of MQ
after few years, still dont get the solution ? we need it...
-
@aman said in Applying an indicator to Previous / First Indicator's Data in fxDreema:
@fxdreema said in Applying an indicator to Previous / First Indicator's Data in fxDreema:
it's just not possible because of MQ
after few years, still dont get the solution ? we need it...
For now, EABuilder.com
You can create a custom indi by merging 2 other indi's...or as many as you want.