GD Hull

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17322 quote
    DonDollar
    Participant
    Average

    Hallo zusammen!

    Ich benutze ganz gerne den GD nach Hull. Hat jemand eine Idee wie ich die Änderung bei diesem GD von Kauf auf Verkauf auswerten kann?

    Danke!

    VG

    DonDollar

    #17343 quote
    Nicolas
    Keymaster
    Master

    Es tut mir leid, aber was ist GD Hull? aufrechtzuerhalten.

    #17355 quote
    DonDollar
    Participant
    Average

    Hi Nicolas!

    It is a calculation method for the MA. See the attached file.

    The Hull looks a little bit better than the SMA/EMA. And I would like to build a strategy based on the change of the uptrend and downtrend. Do you have an idea what the trigger is for the the change of the phase?

     

    RGDS

    Bildschirmfoto-2016-11-28-um-12.15.26.png Bildschirmfoto-2016-11-28-um-12.15.26.png
    #17360 quote
    Nicolas
    Keymaster
    Master

    So if you are referring to when the Hull moving average change its phase from downtrend to uptrend, here is the code:

    //HullMA, the Hull Moving Average:
    Period = 14
    Data = Close
    inner = 2*weightedaverage[round(Period/2)](Data)-weightedaverage[Period](Data)
    S = weightedaverage[round(sqrt(Period))](inner)
    
    newuptrend = S[2]>S[1] and S>S[1]

    and to catch a newdowntrend:

    newdowntrend = S[2]<S[1] and S<S[1]
    #17382 quote
    DonDollar
    Participant
    Average

    Nicolas,

    thanks a lot. That’s more than great !

    Rgds

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

GD Hull


ProBuilder: Indikatoren & Custom Tools

New Reply
Author
author-avatar
DonDollar @dondollar Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by DonDollar
9 years, 3 months ago.

Topic Details
Forum: ProBuilder: Indikatoren & Custom Tools
Language: German
Started: 11/27/2016
Status: Active
Attachments: No files
Logo Logo
Loading...