Pathfinder Trading System
Forums › ProRealTime English forum › ProOrder support › Pathfinder Trading System
- This topic has 1,834 replies, 139 voices, and was last updated 1 year ago by CFD AutoTrading.
Tagged: Pathfinder
-
-
10/04/2017 at 8:26 AM #4816310/14/2017 at 10:37 AM #4935310/14/2017 at 11:45 AM #4935910/14/2017 at 4:57 PM #49373
Thank you.
But when I change this:
12345ONCE positionSize = 1 // default start sizeONCE trendMultiplier = 2 // >1 with dynamic position sizing; 1 withoutONCE maxPositionSizePerTrade = 10 // maximum size per tradeONCE maxPositionSizeLong = 10 // maximu size for a long positionONCE maxPositionSizeShort = 10 // maximum size for a short positionto this:
12345ONCE positionSize = 2 // default start sizeONCE trendMultiplier = 4 // >1 with dynamic position sizing; 1 withoutONCE maxPositionSizePerTrade = 20 // maximum size per tradeONCE maxPositionSizeLong = 20 // maximu size for a long positionONCE maxPositionSizeShort = 20 // maximum size for a short position… then I expect double gain and drawdown in backtest, but I don’t get that.
Is there some parameter I am missing to use double account size (20k).
10/14/2017 at 5:01 PM #4937410/15/2017 at 7:28 AM #4938610/15/2017 at 11:18 AM #4939610/15/2017 at 1:19 PM #4939912345ONCE positionSize = 1 // default start sizeONCE trendMultiplier = 2*positionSize // >1 with dynamic position sizing; 1 withoutONCE maxPositionSizePerTrade = 10*positionSize // maximum size per tradeONCE maxPositionSizeLong = 10 *positionSize // maximu size for a long positionONCE maxPositionSizeShort = 10 *positionSize // maximum size for a short positionand then
123456789ONCE profitLastWeek = 0IF DayOfWeek <> DayOfWeek[1] and DayOfWeek = 1 THENIF StrategyProfit > profitLastWeek + 1 THENpositionSize = min(trendMultiplier, positionSize + 1) // increase riskELSEpositionSize = max(1*positionSize, positionSize - 1) // decrease riskENDIFprofitLastWeek = strategyProfitENDIFIs that better now ?
10/15/2017 at 2:26 PM #49404Thank you.
I tried backtest with the original code and with your code on DAX V.7-2 with 10000 units.
Original code has a gain of: 594,25% and a max drawdown of: 2273€.
Your code has a gain of: 583,67% and a max drawdown of: 3668€.
10/16/2017 at 5:24 AM #4945910/16/2017 at 10:33 AM #49515Hi everybody,
first of all I have to say thanks @reiner for sharing the code!
“My real money” HS went short this morning at 5 am – anyone who can confirm this?
Short question… where (IF) can I get access to the dropbox? I found the url but I would need the password. Thanks in advance!
10/16/2017 at 10:36 AM #49519I confirm HS -2 positions at 5 am live. Also NIKKEI long with 3 at 9 am.
1 user thanked author for this post.
10/16/2017 at 10:37 AM #49520I can confirm the 5 am 2 short positions this morning on the HS.
Mmm. just tried the dropbox and no password needed.
https://www.dropbox.com/sh/mkphx772gvp5a1f/AACk4hcg6GCIuSs4SWVv-hYma?dl=0#
1 user thanked author for this post.
10/16/2017 at 10:39 AM #49521Ahh, not reading very well. Sorry, you just want to know where to find the Dropbox. Posted the link, but you can find everything on page 1.
regards,
1 user thanked author for this post.
10/16/2017 at 10:49 AM #49523 -
AuthorPosts
Find exclusive trading pro-tools on