DislikedCan I request a Candle EA, I would like both a Buy only EA + a Sell only ea? The EA places an order when a candle gets opened. That means for example: M1 = every minute 1 order H1 = every hour 1 order D1 = every day 1 order Has to work with all timeframes. There is a Moving Average (21) that decides for buy or sell, based on a close above/below the MA 21 Candle Buy EA opens a buy order when new candle opens above the 21MA Candle Sell EA opens a sell order when new candle opens below the 21MA Variables I can adjust: Lot size: 0.01 Moving Average:...Ignored
I just want to let you know that EA doesn't place any orders.
EA sends an order to the broker's server, and the algorithm on that server can fill the order or not.
Also, it can fill the order at any price, in reality with some slippage, but the slippage isn't really limited.
Slippage is only limited to the prices which the server has available.
Also, you need to know that a candle doesn't get opened at a time, but when ticks come in.
And, the orders are also processed when ticks come in, not at a specific time.
And also, maximum slippage allowed doesn't work - you can input whatever you want, it won't work.
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!
1