The best NEW ideas are well forgotten OLD ones !!!! Super money management - will it pull out any unstable trading system? - page 7

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I recommend trying different smoothing algorithms, including analytical smoothing of dynamic numerical series. And the muving period is 21-34. It should be a little better. But it is necessary to try.
I recommend not to overthink it and just add the current drawdown (profit) percentage.
In MQL4 it will be something like NormalizeDouble(AccountProfit()/AccountBalance()*100,1)
As a result, if there is a profit, we open trades. If it is minus, we open trades until the drawdown reaches -30%.
Advantages: there is no need to elaborate, no need to draw any averages (the entire code is one line), no need for any silly themes to open on forums, and the biggest advantage - there will finally be time to do something!
I recommend not to overthink it and just add the current drawdown (profit) percentage.
In MQL4 it will be something like NormalizeDouble(AccountProfit()/AccountBalance()*100,1)
As a result, if there is a profit, we open trades. If it is minus, we open trades until the drawdown reaches -30%.
The pros: you don't need to elaborate, you don't need to draw any averages (the entire code is one line), you don't need to open any silly topics on forums, and the biggest advantage - you finally have time to do something!
I recommend not to overthink it and just add the current drawdown (profit) percentage.
In MQL4 it will be something like NormalizeDouble(AccountProfit()/AccountBalance()*100,1)
As a result, if there is a profit, we open trades. If it is minus, we open trades until the drawdown reaches -30%.
The advantages: there is no need to elaborate, there is no need to draw any averages (the entire code is one line), there is no need to open any stupid themes on forums, and the biggest advantage - we'll finally have time to do something!
And then what? :)
All cool, but for some reason they do not mention what they will do if they open a deal and get a loss.
They don't say anything about what they will do if they open a deal and get a loss. Trading on paper, they put a profit, switch to a real account, open it again and get a loss. It happens so many times.
Instead of paper, put loc... no... trade backwards...
Now that's a sensible suggestion. :)