Costum Indicator doesnt seem to work
-
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:

-
so whats the issue here? what problem to you want to solve`?
-
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 lineWhat am i doing wrong?
-
share the project and i will have a look at it....
and show me also a picture of the data window and the buffer values corresponding to a certain candle!
-
Yes! Thanks. This is the link
shared/8RQFtoafeAnd 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.

-
@lopezdiaz2510 Here is the link again
shared/KrfZI61GcI 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 The problem is with the buffers. They are not correctñuy identified by fxDreema. I recommend you to read carefully the following tutorials:
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 -
@l-andorrà Thanks!! I will read them all and try again.