How can i use this custom indicator
-
iCustom(NULL, PERIOD_CURRENT, "adp1p-value",0,current) > iCustom(NULL, PERIOD_CURRENT, "adp1p-value",1,current)
Need to check for crossover of a custom indicator with two buffers showing the strength of each currency. How can that be done in fxDreema?
-
What you wrote is a MQL4 code. You can use such code in... lets' say the second Condition block.

Or in the first Condition block

Buuut I think that it's a better idea to add this indicator in "My Indicators".