Apologies. I should have announced the goal to make it more understandable: aim for a series of 5/7/10 consecutive winning trades.
With an R/R ratio of 1, a series of 5 consecutive winning trades allows you to multiply your investment by 32 (2, 4, 8, 16, 32)
With an R/R ratio of 1, a series of 7 consecutive winning trades allows you to multiply your investment by 128 (… 64, 128)
With an R/R ratio of 1, a series of 10 consecutive winning trades allows you to multiply your investment by 1024 (… 256, 512, 1024)
Of course it is rare that the ratio is exactly 1, but some strategies allow to get close to it while having probabilities high enough to reach at least 5 winning trades.
For this to be profitable you must succeed in making at least one series of 5 winning trades every 30 series, or a series of 10 winning trades every 1000 series (roughly because you have to count the spreads).
The goal is to make backtests with different strategies, on different assets, on different TF, then to launch (first in demo) those with the best potential, and then to analyze if it’s more profitable to target series of 3, 5, 7, 10 … winning trades in a row.
In trading, we can be profitable in 3 ways:
– With small gains and a high success rate.
– With big wins and a lower success rate.
– With big profits and a high success rate (rarer but possible for patient traders).
It doesn’t matter which way, as long as the “strategy+moneymanagement” mix gives a positive expected value, it’s worth a try. 😉
It may be worth trying this type of moneymanagement with strategies that have high success rates.
So it would be great if someone ( @nicolas can be 🙂 ) can help me code:
On the first trade I invest: 100 € (I voluntarily changed the amount to show that what’s important is the process)
– If the 1st trade is winning, invest 200 € on the 2nd trade.
– If the 2nd trade wins, invest 400 € on the 3rd trade.
– If the 3rd trade wins, invest 800 € on the 4th trade.
– If the 4th trade wins, invest 1600 € on the 5th trade.
– If the 5th trade wins, start again at 100€ (and I transfer the 3100€ gain of the series to my account).
– As soon as a trade loses, we restart the series at 1000 € (1%) invested .
– The distance in stoploss points (determined by the exit criterion, e.g. if high > average [20]) should make it possible to calculate the number of contracts to be invested in order to invest the 100, 200, 400, 800 or 1600€.
Thanks to those who will help me in this experiment. 🙂