@lopezdiaz2510 Here is the link again
shared/KrfZI61Gc
I dont know how to share the link correctly... Share an image of the only condition i have just in case the link doesnt work.

@lopezdiaz2510 Here is the link again
shared/KrfZI61Gc
I dont know how to share the link correctly... Share an image of the only condition i have just in case the link doesnt work.

Yes! Thanks. This is the link
shared/8RQFtoafe
And here are the parameters of the indicator in MT4 and what i put in Fxdreema. Some pameters have to pass because fxdreema dont let me save with those inputs.

The problem is that i charge the input parameters and two buffers whithout problem, but when i export the EA the line never draws.
Wish to share the project but cant enter the builder of fxdreema...
The EA is build like this:
No trade
Condition 1(If Indicator buffer 0 > 0)
Draw green line
Condition 2 (if indicator buffer 1>0)
Draw red line
What am i doing wrong?
Greetings community of Fxdreema!
Need your help with a costum indicator that i cant make it work. I dont have the .mql file so i try to charge the parameters of the Indicator manually but cant make it work.
The indicator is White Tiger High Low and the EA supose to draw a green line in Candle 1 when White Tiger Indicator color is green(up trend) and Draw red line in candle 1 when Indicator is red (down trend).
Here leave you a pic with the parameters of the indicator:

@l-andorrà Ok! I will try that and share the results. Thanks!!!!!
@l-andorrà Sadly i have to say that your advice will not work for me because a need that the EA check on every tick for the conditions to fullfill. If a make that the EA check on lower timeframes will lose many operations oportunities even if i do it in 1M.
Tell me please if this is posible on fxdreema?
On every Tick - If no trade
When Variable=False: Then check if Candle 0 Low x< SMA (crosses below) - If True then: Modify Variable=True
When Variable=True: Then check if Candle o Low x> SMA (crosses Below) - If True then BUY

@l-andorrà You are a genius!!!!! Thank you so much!!! i definitely try that.
The condition has to happen in the same 15 minute candle (no 5 minute, 15 minute is the correct timeframe)
In the same 5 minute candle (sorry not saying that before)
Greetings community of fxdreema!
Need help traying to set the next conditions to trigger Buys or Sells.
Condition Buy: When Price crosses below SMA and later returns closing above that same SMA, then BUY.
Condition Sell: When Price crosses above SMA and later returns closing below that same SMA, then Sell.
Thanks in advance for your answers and thanks for the excellent tool that is fxdreema.