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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    149 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    85 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    129 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    125 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    102 views
    0 likes
    Last Post CarlTrading  
    Working...
    X