Forums › ProRealTime English forum › ProOrder support › Pathfinder Trading System › Reply To: Pathfinder Trading System
01/21/2018 at 5:37 PM
#60079
Hi O-jay8, Hi Gianluca,
Thank you for your contribution. Attached you will find a Pathfinder 4H V7 version for gold as I would parameterize it. Gold has a low drawdown with 100% risk for a 10k euro account. Unfortunately also a low profit (picture 1).
1 2 3 4 5 |
// dynamic scaling of the chance/risk profile depending on account size ONCE startRisk = 1 // start risk level e.g 0.25 - 25%, 0.5 - 50%, 0.75 - 75%, 1 - 100% and so on ONCE maxRisk = 1 // max risk level e.g 1.5 - 150% ONCE increaseRiskLevel = 500 // amount of profit from which the risk is to be increased ONCE increaseRiskStep = 0.5 // step by which the risk should be increased |
So that it pays off at the end I would start with 50% risk and then upscaled e. g. to 300% (picture 2).
1 2 3 4 5 |
// dynamic scaling of the chance/risk profile depending on account size ONCE startRisk = 0.5 // start risk level e.g 0.25 - 25%, 0.5 - 50%, 0.75 - 75%, 1 - 100% and so on ONCE maxRisk = 3 // max risk level e.g 1.5 - 150% ONCE increaseRiskLevel = 500 // amount of profit from which the risk is to be increased ONCE increaseRiskStep = 0.5 // step by which the risk should be increased |
The risk controller offers the possibility to manage the risk individually.
Caution: is only a trial version and the results are not yet verified in demo or life!