Zig-Zag trader strategy

Forums ProRealTime English forum ProOrder support Zig-Zag trader strategy

Viewing 15 posts - 1 through 15 (of 18 total)
  • #6756

    The Zig-Zag Trader strategy shows excellent results over 10 years but given the nature of the Zig-Zag indicator, I was wondering if it was viable as an automatic trader.

    As you are no doubt aware, the direction and length of each Zig-Zag is not finally established until the beginning of the next leg. The question is whether this code is affected, as it is only looking at the direction of the leg not long after it is established.

    I would very much appreciate your feedback on the viability of this strategy.

    #6788

    I hoped to use ZigZag as part of an automatic trading strategy but Automatic trading in Proreal Time didn’t support this indicator on V10.1, haven’t tried it since 10.2 was released.

    #6792

    Hello Mike, unfortunately this strategy can’t work in real time.

    ZigZag indicator are not supported into ProOrder because of its lookback needs to recalculate recent highs and lows to draw zigzag points and it’s not allowed in PRT. While it is great to avoid the so-called “repainting” indicators, it’s also something that sometimes missed in development needs.

    So the embedded zigzag that is pre-calculated into the platform can’t be taken into real information in backtest. Sorry.

    When you test a strategy with an equity curve so straight, there’s something wrong for sure!

     

    1 user thanked author for this post.
    avatar Jan
    #6877

    Many thanks, Nicolas.  I see the impossibility of trading this live.  This harks back to the problems with the strategy based on the screener I posted with three indicators – the need to define the change in trend satisfactorily.

    #16368

    Hi Nicolas,

    Perhaps if I have the original prorealtime code of zig zag indicator I can solve this repaint. Do you have the code?

     

    1 user thanked author for this post.
    avatar ALE
    #16369

    Dear @msblend,

    Thank you for your query.  I had never thought about stabilising the ZigZag.  However, I went to https://www.prorealtime.com/en/indicator-library-open-496 and found the code for a stabilised version.  Here is what the author wrote:

    ZIGZAG TREND

    ZigZag Trend

    Binary indicator which adopts the Zigzag mechanism but as opposed to the above two indicators, it gives always valid signals about the direction of a trend and shows when that trend was confirmed.
    It does not show peaks and troughs like Zigzag, but returns +1 for valid up trends and -1 for valid downtrends and it rejects all the invalid trends.
    The real power of ZZT is that its signals are never revisable, so you can let the indicator provide valid signals for both the past and the present.

    Indicator programming
    1 user thanked author for this post.
    avatar ALE
    #16414

    Thanks Mike, but even if its informations are not “revisable”, the use of ZigZag indicator in its code make it useless for automatic trading purpose, ProOrder will reject the code.

    To point highest high and lowest low, there are plenty of other indicators in the Library:

    #16429

    Thanks @Nicolas.  After much research, I find that the SuperTrend is an excellent indicator of trend as it takes account of ATR.  I have also tested Pivot Hi/Lo but not as a trend indicator .  I look forward to testing the other 3 you mention.

    As always your assistance is much appreciated .

    Cheers , Mike

    #36462
    CKW

    Hi Nicholas,

    is Multi Factals Indicator that you shared on library is the most similar indicator as ZigZag? I just realized ZigZag can’t be used on automatic trading & glad found this post. Attatched screenshot, Line in black is ZigZagpoints (30*pointsizes), Green line is MultiFactals. My strategy requires cleaner chart like ZigZag. Do we have other indicators ?

    br,
    CKW

     

    #36488

    You could potentially get the same thing as the original ZigZag with this indicator: http://www.prorealcode.com/prorealtime-indicators/fractals-zigzag/ You could use Close instead of High/Low values to get the new fractals points. Also a conditional statement to know if the new detected fractal is 30*pointsizes away from the last one should help.

    #36495
    CKW

    Thanks Nicholas. Good idea

     

    #42476

    DEar Nicolas ,

    actually ( vers 10.3)  is not available yet the ZIGZAG indicator in proorder ?

    Thanks

    REgards

    #42477

    No, I don’t feel like it will be the case soon..

    1 user thanked author for this post.
    #76824

    Ciao,

    esiste un indicatore che sia simile allo ZigZag e che possa essere usato con proorder 10.3?

    Ciao

    #76825

    ironshirow – please ONLY use English in the English speaking forum. If you want to communicate in Italian then please use the Italian forums and post a link to this topic. 🙂

    Si prega di utilizzare SOLO l’inglese nel forum di lingua inglese. Se vuoi comunicare in italiano, per favore usa i forum italiani e pubblica un link a questo argomento. 🙂

Viewing 15 posts - 1 through 15 (of 18 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login