Hiya,
so you are wanting to open a position as soon as price crosses below or above an SMA? Why don't you just replace (candle) for Market properties and use Ask , Bid
Hiya,
so you are wanting to open a position as soon as price crosses below or above an SMA? Why don't you just replace (candle) for Market properties and use Ask , Bid
can you share your project?
And so does your EA have multiple trades open at one time? Could possible be a leverage issue if its stops after a certain number of trades.
To test this try these two things
Lower your risk to the minimum
and if you close all running trades does it resume trading?
here is correct link https://fxdreema.com/shared/OZNwxL5xe
Im having an issue with placing a trade at the right time. I'm trying to get the EA to place a buy after the candle close above the highest high between timed period (opposite for sells)
The EA always just places a trade when it starts (04:05) trading as well as places incorrect SL. Sometimes it doesn't place trades at all
The image shows what im trying to achieve. https://fxdreema.com/shared/OZNwxL5xe

Ah, perfect thank you, Is there a block for this or shall this be used in a variable?
Does anyone know how to stop an EA from forcing a lot size?
I have a risk percent based EA that will force a smaller entry lot size if my margin is too low. I’m wanting the EA to not trade at all if this is the case rather than lower the lotsize, which is what it’s doing now.
Say if my EA is risking 2% = 1 lot
If trades are already open or margin too low EA will force e.g 0.56 lots rather than 1 lot. I’d rather it not trade at all if this is the case.
Cheers
Hows the Falcon robot going? be interested on seeing that stats
this is usually different depending on your broker, but commission is normally around $6 per lot traded. So 0.5 lots would be $3 commission, 0.25 lots traded would be $1.50 commission. So just calculate the lot size * your brokers commission . 0.11 * $6 = $0.66
Under the builder, top left where it says load project you can click on link share, copy and paste it here, then we can see if there are any issues