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
-
-
01/12/2017 at 1:09 PM #20849
https://www.prorealcode.com/topic/pathfinder-swing-ts/page/10/
1 user thanked author for this post.
01/12/2017 at 2:35 PM #2086101/12/2017 at 2:37 PM #2086201/12/2017 at 2:58 PM #2086501/12/2017 at 5:33 PM #20893Sorry, I don’t have any profile picture with sunglasses, so I don’t know if I can post here 🙂
About seasonality, is this indicator could be of interest to determine Pathfinder’s boost? https://www.prorealcode.com/topic/lowest-low-highest-high/#post-20868
1 user thanked author for this post.
01/12/2017 at 9:59 PM #2092901/12/2017 at 10:50 PM #20936Hi Mark,
Sorry for the late answer but I’ve no time for Pathfinder at the moment. As requested here the Pathfinder indicator that I’m using for the DAX version.
Best, Reiner
123456789101112131415161718192021222324252627282930313233343536// Pathfinder indicator// show all lines and levels of Pathfinder TS// DAX V6ONCE periodFirstMA = 5ONCE periodSecondMA = 10ONCE periodThirdMA = 3// calculate signalline with multiple smoothed averagesfirstMA = WilderAverage[periodFirstMA](close)secondMA = TimeSeriesAverage[periodSecondMA](firstMA)signalline = TimeSeriesAverage[periodThirdMA](secondMA)// calculate daily high/low (include sunday values if available)dailyHigh = DHigh(1)dailyLow = DLow(1)// calculate weekly high/lowIF DayOfWeek < DayOfWeek[1] THENweeklyHigh = Highest[BarIndex - lastWeekBarIndex](dailyHigh)weeklylow = Lowest[BarIndex - lastWeekBarIndex](dailyLow)lastWeekBarIndex = BarIndexENDIF// calculate monthly high/lowIf Month[1] <> Month[2] thenmonthlyHigh = Highest[BarIndex - lastMonthBarIndex](dailyHigh)monthlyLow = Lowest[BarIndex - lastMonthBarIndex](dailyLow)lastMonthBarIndex = BarIndexENDIF// filtershortMA = Average[50]longMA = Average[300]return signalline AS "signal line", dailyHigh coloured(153,153,0) AS "daily High", dailyLow coloured(153,153,0) AS "daily Low", weeklyHigh coloured(255,153,153) AS "weekly High", weeklyLow coloured(255,153,153) AS "weekly Low", monthlyHigh coloured(153,153,255) AS "monthly High", monthlyLow coloured(153,153,255) AS "monthly Low", shortMA coloured(0,0,255) AS "short Average", longMA coloured(255,153,0) AS "long Average"01/12/2017 at 11:02 PM #2094901/12/2017 at 11:20 PM #2095501/12/2017 at 11:27 PM #20956I want to run 2 pathfinder instrument alongside each other, im currently looking for the best instrument to run alongside the DAX. i want to come to a decision soon and let them run for 6months without tampering with them. i was thinking either FTSE or DOW what are your thoughts?
01/12/2017 at 11:39 PM #2095701/15/2017 at 12:45 PM #21160Hi Pathfinders! 🙂
Just to raise awareness to the back test results differs from Live results I came across this post
But is this also what we see from time to time in Pathfinder? I have seen it on the exits and entries- Trades in Back test continues and Live are exit as it supposed to. Entries are made in backtest but conditions are not met. Let me give an example.
On Pathfinder DAX V6 4H backtest made a short entry @13:00 2nd Jan 2017 and Demotrade did not. We can see that the signalline did not enter any of the condition in the candle @09:00 before the trade
12s1 = signalline CROSSES UNDER monthlyHighs2 = signalline CROSSES UNDER dailyLowSo it just a feeling that I have seen this before- anyone else have seen this? Because if the back test is not trustworthy- what is?
Cheers Kasper
3 users thanked author for this post.
01/15/2017 at 5:59 PM #21186Hi Guys,
I checked the best Pathfinder 4H systems today and you will find the latest versions V6 for DAX, DOW, FTSE and Hang Seng here.
DAX:
- reduce maximal position size to 10
- optimize and review all parameters
DOW:
- extend the backtest to 200.000 candles (from 2006)
- optimize and review all parameters
FTSE:
- new V6 created
Hang Seng:
- new V6 created based on Alco’s and David’s work – Thanks for your support
Best, Reiner
Total of 21 users thanked author for this post. Here are last 10 listed.
01/15/2017 at 7:11 PM #21194@Elsborgtrading you are right, there are many differences from backtest and live trading…. i don’t understand why
1 user thanked author for this post.
01/15/2017 at 11:00 PM #21214Hey Elsborgtrading,
I read the discussion in the other topic you mentioned. there the problem was the differences in the trading time.
I have not checked yet, but do you think the backtest/live differences could be caused by holiday (days withou prices for the instrument). But even if this is the reason, there still is the problem that one cannot say if the backtest shows a propper result.
Until there is a solution, anytime pathfinder opens a position I check manual if the conditions are correct.
-
AuthorPosts
Find exclusive trading pro-tools on