Forums › ProRealTime English forum › ProOrder support › Pathfinder Trading System › Reply To: Pathfinder Trading System
02/24/2019 at 10:47 PM
#92208
1 2 3 4 5 6 7 8 9 10 11 12 |
// dynamic scaling of the chance/risk profile depending on account size ONCE startRisk = 0.25 // 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 = 300 // amount of profit from which the risk is to be increased ONCE increaseRiskStep = 0.25 // step by which the risk should be increased // size calculation: size = positionSize * trendMultiplier * saisonalPatternMultiplier * scaleFactor ONCE positionSize = 1 // default start size ONCE trendMultiplier = 3 // >1 with dynamic position sizing; 1 without ONCE maxPositionSizePerTrade = 3 // maximum size per trade ONCE maxPositionSizeLong = 6 // maximum size for long positions ONCE maxPositionSizeShort = 1 // maximum size for short positions |
Hello,
Thank you all for your contribution.
It has now been 3 months since I launched different Pathfinder strategies in demonstration.
I would like to switch to live but I would like to know if any of you have switched to live trading and which Pathfinder do you recommend ?
In addition, I plan to start with €10,000. If I’m not mistaken, the Pathfinder on Dropbox are already set up for this capital but I would like to understand how money management works before I start in real life.
Which line of the code should be changed?
Are the profits reinvested?
Thank you for your help !