[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A QUESTION TO THE MEMBERS...



PureBytes Links

Trading Reference Links

Hello,

I know only the formula of MFI
tp=26;
up= Sum( IIf(Typ()>Ref(Typ(),-1),Typ()*V,0),tp);
down= Sum(IIf(Typ()<Ref(Typ(),-1),Typ()*V,0),tp);
flow=(100*up)/(up+down);
Plot(flow,"",2,1);
// below the standard MFI
Plot(MFI(26),"",3,1);

> Does anyone of you guys heard of a volume weighted RSI called MFI- 
> published by Gene Quong and Avram Soudack?
> And of a volume-weighted MACD called VWMACD? This one was created 
by 
> Buff Dormeier?
> Found this in the last issue of TASC, I would like to have a 
closer 
> look at this...
> Thankx!
> Gilles