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
-
-
02/16/2017 at 1:01 PM #2528502/16/2017 at 2:27 PM #2529002/16/2017 at 3:49 PM #2529802/16/2017 at 4:21 PM #25305
Reiner,
Attached i tried the IBEX 4H. Unfortunately i could not get it any better. The percentage winners is too low and the drawdown is to high.
When i optimized the months i noticed in June a profitfactor of 48. Maybe all months zero with exception of June?
Maybe you find interesting enough to take a look at it.
regards,
Patrick
02/17/2017 at 9:40 AM #2536002/17/2017 at 9:51 AM #2536102/17/2017 at 9:56 AM #2536202/17/2017 at 10:06 AM #2536402/17/2017 at 11:22 AM #2538302/17/2017 at 4:00 PM #25415you can create your own indicator and add it to the chart window. Please find below a Pathfinder indicator version for the DAX.
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"02/18/2017 at 12:43 PM #2549102/18/2017 at 3:59 PM #25502Hi Reiner
I’ve got the 4k euro version of DAX but I don’t remember if there is a version for DOW, HS, FTSE too? If so, is it possible to have them in the first post? Great with a lot of post in this thread but at the same time difficult to go back and find things you know you’ve seen:)
Have a nice weekend!
/Martin
02/18/2017 at 5:22 PM #2551602/19/2017 at 9:59 AM #2556602/19/2017 at 10:04 AM #25567 -
AuthorPosts
Find exclusive trading pro-tools on