Indicators: Status and Threshold
-
I would like help setting up multiple indicators using FXDreema with the option of:
Insert in the Graph the Status of each indicator:
Ex. MA = SELL
MACD = BUY
Ichimoku = BUY
Thread = BUYOpen an order when (%) of the Indicators indicate a direction.
EX. 75% indicates BUY = Order BuyTks,
-
save indicator state into variables, for buy = 1, for sell = -1, no signal=0

create different variables for different indicators:

do some math comparisons:

and plot state of variables (indicator state) using Comment block