Buff Volume Weighted Moving Average

Buff Volume Weighted Moving Average
Buff Volume Weighted Moving Average

//www.aflcode.com
f=Param(" Fast Periods  ",5,1,100); 
fa=Sum(V*C,f)/Sum(V,f); 
s=Param("Slow Periods ",10,1,50);
sl=Sum(V*C,s)/(Cum(V)-Ref(Cum(V),-s));
Plot (fa,"fast MA",1,1);
Plot (C,"close",5,64);
Plot (sl,"Slow MA",3,1);
GraphXSpace=3;
Title=Name ()+ "  Buff Averages  "+"\n"+ "Close = " + WriteVal  (C,1.2) +  "  Fast MA =  " + WriteVal  (fa,1.2) + "  Slow MA = "+ WriteVal (sl,1.2);
Tags # Amibroker AFL
TWEET
SHARE
PIN IT
COMMENT
Almost Accurate Magic Crossover - Amibroker AFL Code
Perfect Trend Zone Magic afl - Amibroker AFL Code
Composite MACD Stair Chart - Amibroker AFL Code
Newer PostOlder Post
BLOGGER
NO COMMENTS:
POST A COMMENT
Please let me know if you have any problem about afl or other contents.


Popular
99 Percent Accurate afl - Amibroker AFL Code
99 Percent Accurate afl - Amibroker AFL Code
Renko Chart With Overbought Oversold Zones - Amibroker AFL Code
Renko Chart With Overbought Oversold Zones - Amibroker AFL Code
Highly Accurate All Time Expert - Amibroker AFL Code
Highly Accurate All Time Expert - Amibroker AFL Code
Heikin Ashi Multiple Time Frame - Amibroker AFL Code
Heikin Ashi Multiple Time Frame - Amibroker AFL Code
Future Prediction System - Amibroker AFL Code
Future Prediction System - Amibroker AFL Code

CONTACT FORM
ARCHIVE
COMMENTS
Name
Email *
Message *
Previous
Next Post »