Ciao è da un pò che uso questo codice per aumentare le size dei TS automatici, preso dal TS di pathfinder, ha sempre funzionato a dovere, ultimamente ho riscontrato che non mi funziona a dovere e anche oggi con dei backtest non sembra aumentare a dovere le size.
Potreste dirmi se vi risulta qualche problema a riguardo o se il codice scritto qui sotto è sbagliato?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// dynamic scaling of the chance/risk profile depending on account size
ONCEstartRisk=1// start risk level e.g 0.25 - 25%, 0.5 - 50%, 0.75 - 75%, 1 - 100% and so on
ONCEmaxRisk=100// max risk level e.g 1.5 - 150%
ONCEincreaseRiskLevel=150// amount of profit from which the risk is to be increased
ONCEincreaseRiskStep=0.25// step by which the risk should be increased
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue