HOW OPEN BUY OR SELL MORE THAN ONE?
-
I want EA when open a buy or sell Stay in position until next signal (open buy or sell) Without having to close before signals buy or sell.
now only open one buy and one sell.
https://fxdreema.com/shared/YavzsOhlb
-
Try to add a value in the "Pips to rise/fall" field.

-
i add pips to rise but not working , only one buy and sell.i need in per the signal will happen open a buy or sell Without closing the past signals.
-
i have this problem in many indicator for example :MACD
i want when main line of MACD above 0 open buy and when under 0 open a sell Without closing the past signals.but not working .only open a buy and sell.
https://fxdreema.com/shared/77yECPyOd -
Could you share the indicato'rs mql file?
What you want is that EA opens a trade each time any of the conditions is true, right? I mean: if buy/sell trade exists and condition to go long/short is true, open a new position.
-
@josecortesllobat
Yes its right.
i want use orginal MT4 indicator and no repaint ex : MACD or Ichimoku ... -

If you want to open a new position when the condition to go in is true regardless there is a trade running, you can't start the project with a "No trade" block.


But I am not sure if this behavior is what you are looking for because, as for example, if the MACD stays above 0 for each candle/tick, you will get a new trade for each new bar/tick.
-
thanks you. but this is not what I want...
I do not want take sell or buy in per candle.please see this screenshot...
https://fxdreema.com/shared/UwsAC6Pjd

when close past signals work correctly but i want without closing the past signals.

-
So, looking at your screenshot, I think that what you want is to open buys when MACD crosses above (x>) 0 and sells when MACD crosses below (x<) 0, right?
Your conditions in the builder states to open trades when MACD > 0 (buy) &/or MACD < 0 (sell).


That condition is true while the MACD is above or below 0. So the EA will open trades for each time that the conditions are true.
This could work if it is what you are trying to get


-
wowwwww,thanks you man.thankssssssss
-
@josecortesllobat I want macd to buy once when above 0 line and sell once when bellow 0.. i tried exactly what you suggested in this post. but my macd still reacts to buy and sell based on the signal line. Can you please help me? I need the exact same requirements as @mashna1364 but on my side I dont seem to be getting any luck. could you make the same thing and send me a link to the project please?
-

-
@josecortesllobat You should have been a university teacher seriously.... You explain everything so clearly and precise that even me that has nothing to do with project can understand exactly what you teach... My respect and appreciation to you.. Thank you
-
@josecortesllobat please and can you send me the mq4 and mq5 of this code. I like the Please
-
@josecortesllobat The ea in this post I mean please...