make ea from this custom indicator
-
hey can anyone help me make ea to only buy when buy arrow apear and sell when sell arrow apear below is the indicator
0_1638183335093_MA Channel.mq4 -
@stantham Firstly you need to import it into your fxDreema account. Here you have some useful 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-fileOnce done, we can begin.

-
I HAVE ALREADY DONE THAT BUT NOT WORKING HERE IS MY LINK
https://fxdreema.com/shared/7LFFI0gkc -
@stantham https://fxdreema.com/shared/rPtHfNY4c This gets the buy/sell text into a variable, the buffers just contain numbers (probably MA price values). You can use a standard condition block in your buy/sell trees, with text = indicator text to create a buy/sell order.
-
@jstap THANKS BUT AM LOST COULD YOU A SAMPLE WITH BUY AND SELL
-
-
@jstap thanks man you are a life saver bro
-
@stantham No worries, your welcome.
-
@jstap when i use take profit or stop loss when it hits either ie take profit it opens a new trade on same siganal how can i avoid that
-
@stantham The best way is probably to use a once per bar block, this will limit trade to once per candle.
-
@jstap Thinking about it you probably want something like this: https://fxdreema.com/shared/y5G5430G