Preventing Entering A Trade On Same Candle of Exit
-
I have "No Trade" to prevent multiple entries. BUT How can I also prevent entering a trade on the same candle of an exit?
-
Add the ONCE PER BAR option or ONCE PER TIME and you chose over there.
-
I have placed the "Once Per Bar" Just Before the Buy & Sell Boxes.
This should work, I believe, BUT the EA is only triggering trades that meet the conditions when it is initially placed on the chart...... Then any subsequent trades on new bars do not get triggered for trade????????

I tested the EA in Strategy tester and it appears to trigger trades on future candles (Some not quite as intended but this may simply be the Testing speed) Is there something I'm missing here?
A condition of trade entry is Candle HI surpassing previous candle. While a trade is running, this is obviously occurring, but when the stop gets triggered, the EA enters a new trade (Undesired).
To prevent this, I used "Once Per Bar" after conditions. Yes, it will not re-execute a trade on the same candle of a closing trade (This was the desire) However, on all future candles where trade conditions are met.... NO TRADE GETS EXECUTED!!! If I remove the EA and Re-Attach to the chart.... It executes the trade as planned????? What is preventing future trades????

-
Well, you have "No trade" at the top and when the first trade is created this block will not pass until that trade is closed. Try what will happen if this one is removed