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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X