First time poster, I am getting to grips with the Strategy Builder. Its a great tool.
However I do not want my system to enter on a bar that it has stopped out on (to avoid whipsaws).
When I do BarsSinceExit > 1 no trades appear. I understand why this is. Because there will always need to be a first trade for this logic to make sense if the system is looking for an exit 1 bar ago to start running.
However, I do not want to have to play around with the C# code as I don't understand it and once I open it up I cannot carry on working on my Strategy Wizard for this EA I believe.
Surely there must be a way to resolve this issue just using the Strategy Wizard otherwise why bother having the "BarsSinceExit" function in there?
Many thanks

Comment