If you yank one piece of code without considering how it affects other parts of the code, you are likely to get unexpected results. You did.traderduke wrote:with the "run once per candle" removed from the Start(), I'm getting multiple entries in one candle, ...
What is the code for limiting one trade per candle??
The rest of the EA was apparently coded to assume it got invoked once per candle. There is no bit of code you can paste in to say "trade only once per candle." You'll have to dig through the code and find where those assumptions are.