Defines a step variable = 0.01 and uses lotSize = baseLot + (step * profitSequenceCount)
Printable View
Defines a step variable = 0.01 and uses lotSize = baseLot + (step * profitSequenceCount)
By the way, if you forget to reset profitSequenceCount after a loss, the EA will continue to increase lots.
Why don't you go up the whole code so we can all help you instead of guessing.
It's just that it's too long, so I didn't put it up, but if they want to cut it into pieces, believe in your analysis and keep the plan, don't panic with the moves.
Better use Pastebin or GitHub. No one wants to see 300 lines of bad code indented here.
If you want something professional, hire someone. There are freelancers who for $21 do that to you in an hour.
And if you want to learn, keep trying. Don�t delegate it. You�ll learn more from your mistakes than from a perfect code.
What if you try to simplify everything and make only an EA that operates with fixed lot, but with gain/loss statistics on screen? It can help you understand logic.
I'm going to try it from scratch, but keeping the logic of the staggered batches. Thank you all. Believe in your analysis and keep the plan, don't panic with the moves.
That's the attitude! Wronging is part of the process. Don't stop until you understand everything.