Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Tasc092015 mfo

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

    Tasc092015 mfo

    LL := Security(“.DJI”,L);
    HH:= Security(“.DJI”,H);
    {avoid division by zero}
    Dvs:=If((HH-Ref(LL ,-1))+(Ref(HH,-1)-LL )=0,.00001,(HHRef(
    LL ,-1)+(Ref(HH,-1)-LL )));
    MLT P:=If(HH<Ref(LL ,-1),-1,If(LL >Ref(HH,-1),1,((HHRef(LL ,-1))-(Ref(HH,-1)-LL ))/dvs));
    {avoid division by zero}
    Dvsv:=If(V=0,.00001,V);
    Sum((MLT P*V),20)/Sum(Dvsv,20);


    1. Multiplier = [(High – previous low) –
    (Previous high – low)] / [(High – previous
    low) + (Previous high – low)]
    2. Money flow volume = Multiplier × volume
    for the period
    3. 20-period MFO = 20-period sum of money
    flow volume / 20-period sum of volume
    Note: Steps 2 and 3 above are similar to the calculation
    of the Chaikin money flow (CMF) indicator


    Error on calling 'OnBarUpdate' method for indicator 'MFO12092015TASC' on bar 0: You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
    Attached Files
    Last edited by sumana.m; 09-12-2015, 04:22 AM.

    #3
    Hello sumana.m,

    With the various different periods, try making sure enough bars are loaded for each not just one. Reference: http://ninjatrader.com/support/forum...ead.php?t=3170

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    166 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    320 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    246 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    350 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X