Pathfinder Trading System

Viewing 15 posts - 931 through 945 (of 1,835 total)
  • Author
    Posts
  • #26068 quote
    GraHal
    Participant
    Master

    Ha … I added the Indicator  ‘Bid-Ask Colour Band’ to my Chart and the Bid is often below the Low of the bar and the Ask is often above the High of the Bar.

    Logically you would think Low of any bar is the lowest Bid  price during that bar … but it is not the case!

    MichiM thanked this post
    #26253 quote
    torkelab
    Participant
    Senior

    Hi Reiner and thanks for your effort!

    How  many contracts at max is this Pathfinder-DAX-4H-V6-4k.itf made for?

    I´ve tried to search but the number of forum answers are so vast.

    Quote”Hi axmichi and welcome, you asked for a setup with a very low risk. Pathfinder is using grid order mechanism on the long side to achieve the exceptional performance. The algo needs room to cumulate for that feature and due to that fact the smallest account size I can recommend is 4k Euro. Please find attached a tweaked DAX version for a 4k Euro account. Best, Reiner”

    Brgds

    Tim

    #26274 quote
    noisette
    Participant
    Veteran

    Hi Reiner and all

    Thank you for you code I’m trying in demo mode.

    As these days DAX is playing around it’s highest ever, I was thinking if it were not a good idea to add conditions in this area.

    Did you try this?

    #26275 quote
    CN
    Participant
    Senior

    PF v6 Dax closed the +3 pos with a loss and opened a short at 11750

    Mark, MichiM and sorosuub thanked this post
    #26276 quote
    silotests
    Participant
    Average

    @CN

    Confirmed.

    #26278 quote
    BC
    Participant
    Master

    DAX PF V6

    Closed long@11,754, 3 positions

    Opened short@11,755, 2 positions

    #26279 quote
    CN
    Participant
    Senior

    I only have 1 short pos…

    #26284 quote
    BC
    Participant
    Master

    Hi CN

    Sorry to make u confuse, my DAX V6 was modified to fit IG minimum requirement (2 positions).

    #26299 quote
    stefou102
    Participant
    Veteran

    Hi Reiner, not sure but I may have found an error in the code.

    When you calculate the position profit, to see if you shouldn’t stop the trade if there is no profit after x bar, I think you should separate the case when you are long or short.

    Your code:

    posProfit = (((close – positionprice) * pointvalue) * countofposition) / pipsize
    numberCandles = (BarIndex – TradeIndex)

    My code:

    IF LONGONMARKET THEN
    posProfit = (((close – positionprice) * pointvalue) * countofposition) / pipsize
    numberCandles = (BarIndex – TradeIndex)
    ENDIF
    IF SHORTONMARKET THEN
    posProfit = (((positionprice-close) * pointvalue) * countofposition) / pipsize
    numberCandles = (BarIndex – TradeIndex)
    ENDIF

    #26304 quote
    CN
    Participant
    Senior

    PF FTSE v6 has opened a short pos @ 7256.3

    #26310 quote
    Reiner
    Participant
    Veteran

    Not a good day for Pathfinder, 684 loss with the DAX and 148 loss with FTSE.

    #26312 quote
    Reiner
    Participant
    Veteran

    @torkelab

    please check the variable maxPositionSizeLong, the max contract size for the small account version are 3 contracts

    torkelab thanked this post
    #26313 quote
    Reiner
    Participant
    Veteran

    @noisette

    Pathfinder’s core algo is a breakout mechanism and this idea needs price action and works usually good in bull markets with all time highs, I agree last DAX trade was an ugly trade but unfortunately nobody can predict the market, of course we could optimize this behavior and may be avoid scenarios like today but you’ll probably also miss some very profitable trades.

    To answer your question: no I did’t consider over bought sentiment until now but I think it’s worth to check it

    Midlanddave thanked this post
    #26314 quote
    Reiner
    Participant
    Veteran

    @stefou102

    the used formular works for long and short trades because countofposition for short trades is negativ

    #26317 quote
    Robin
    Participant
    Veteran

    Losses are part of the game 😉 Nothing to worry about when you look at the Pathfinder gains! If you didn’t go long at all time highs, you’d have missed all the Dow gains!! Dax was quite a bit below its high of just under 12400 anyway, could easily have revisited this level. The second you start second guessing the markets you lose. I’m looking forward to the next big trade after this pullback 🙂

Viewing 15 posts - 931 through 945 (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...