Pathfinder Trading System

Viewing 15 posts - 856 through 870 (of 1,835 total)
  • Author
    Posts
  • #25285 quote
    dajvop
    Participant
    Master

    DOW closed with a nice profit.

    MichiM thanked this post
    #25290 quote
    MichiM
    Participant
    Senior

    Cocoa knocks on the 2034.

    #25298 quote
    Reiner
    Participant
    Veteran

    1.350 Euro profit with the DOW trades. Pathfinder has a run 🙂

    wp01, MichiM and CN thanked this post
    #25305 quote
    wp01
    Participant
    Master

    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

    Pathfinder-IBEX4H-V6.itf 2017-02-16.png 2017-02-16.png
    #25360 quote
    H_kan
    Participant
    Senior

    I have both DOW trades still running.
    According to the parameter maxCandlesLongWithProfit = 17, they should have been closed by now. In the backtest they were closed 1300 yesterday.

    Why?
    Do I have to close them manually?

    #25361 quote
    dajvop
    Participant
    Master

    @H_kan

    When did your positions open?

    Best regards, David

    #25362 quote
    H_kan
    Participant
    Senior

    Feb 10 0900 and feb 13 1300

    #25364 quote
    wp01
    Participant
    Master

    @H_Kan

    Unfortunately i do not have an answer but i can confirm the trades:

    10-02 09.00 @ 20.233,70 (2 buy)

    13-02 13.00 @ 20.312,40  (2 buy)

    16-02 13.00 @ 20.613,00  (4 sell)

    Patrick

    H_kan thanked this post
    #25383 quote
    Dymjohn
    Participant
    Senior

    Hi

    Great piece of work but can someone help me to display smoothed averages based on another smoothed average please.?

    #25415 quote
    Reiner
    Participant
    Veteran

    @Dymjohn

    you can create your own indicator and add it to the chart window. Please find below a Pathfinder indicator version for the DAX.

     

    // Pathfinder indicator
    // show all lines and levels of Pathfinder TS
    // DAX V6
    
    ONCE periodFirstMA = 5
    ONCE periodSecondMA = 10
    ONCE periodThirdMA = 3
    
    // calculate signalline with multiple smoothed averages
    firstMA = 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/low
    IF DayOfWeek < DayOfWeek[1] THEN
    weeklyHigh = Highest[BarIndex - lastWeekBarIndex](dailyHigh)
    weeklylow = Lowest[BarIndex - lastWeekBarIndex](dailyLow)
    lastWeekBarIndex = BarIndex
    ENDIF
    
    // calculate monthly high/low
    If Month[1] <> Month[2] then
    monthlyHigh = Highest[BarIndex - lastMonthBarIndex](dailyHigh)
    monthlyLow = Lowest[BarIndex - lastMonthBarIndex](dailyLow)
    lastMonthBarIndex = BarIndex
    ENDIF
    
    // filter
    shortMA = 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"
    
    #25491 quote
    Dymjohn
    Participant
    Senior

    Reiner,

    Thanks for this. I hate to admit defeat but my maths knowledge is sadly lacking and at my advanced years is taking a long time to improve (if it ever does).

    regards

    Dymjohn

    #25502 quote
    Brage
    Participant
    Senior

    Hi 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

    #25516 quote
    Reiner
    Participant
    Veteran

    Martin, a version for small accounts is currently only available for the DAX

    Brage thanked this post
    #25566 quote
    silotests
    Participant
    Average

    DAX 4h V6 closed 17 feb 2017 21:00:04 at 11786.4

    Can someone confirm?

    Brage thanked this post
    #25567 quote
    Jesús
    Participant
    Veteran

    Hi Roxxuz, I can confirm the closing of the Dax with a very small profit of € 0.30 at 9:00 p.m. on February 17 (11786.4).

Viewing 15 posts - 856 through 870 (of 1,835 total)
  • You must be logged in to reply to this topic.

Pathfinder Trading System


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Reiner @reiner Participant
Summary

This topic contains 1,834 replies,
has 139 voices, and was last updated by CFD AutoTrading
2 years, 7 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 09/22/2016
Status: Active
Attachments: 435 files
Logo Logo
Loading...