Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

FLD Code from Mastering Hurst Cycle Analysis

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    FLD Code from Mastering Hurst Cycle Analysis

    hello to all.

    i have read Mastering Hurst Cycle Analysis and wonder if some one can do this indicator?

    Updata
    Programmer – Christopher Grafton
    NAME FLD
    PARAMETER #PERIOD=80
    PARAMETER #SETBACK=20
    PARAMETER #R=0
    PARAMETER #G=0
    PARAMETER #B=0
    INDICATORTYPE TOOL
    DISPLAYSTYLE DASH
    COLOUR RGB(#R,#G,#B)
    @FLD=0
    FOR #CURDATE=#PERIOD TO #LASTDATE+(#PERIOD/2)
    @FLD=HIST((HIGH+LOW)/2,(#PERIOD/2)+1)
    IF #CURDATE>#LASTDATE-#SETBACK
    @PLOT=@FLD
    ENDIF
    NEXT

    thanks.

    avi.

    #2
    Hello avi,

    Thanks for your post.

    Ninjatrader does not provide programming services. If you are interested in developing this yourself I can certainly link you to educational materials to get you started. Alternatively if you wish, we can also link you to 3rd party coders who would be able to quote for such a coding service.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    563 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    329 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X