DALEó! MONEY FLOW RSI ! Coded by Rich Denning. ! Use n+1 days to get internal chart equivalency. ! Example: 11 days here is equivalent to a 10-day internal setting in charts. Define days 4. Close is [close]. Yclose is val([close],1). PVF is iff(close>yclose,1,0). NVF is iff(close<=yclose,1,0). AvgPrice is ([high]+[low]+close)/3. MF is [volume]*AvgPrice. PMF is Sum(MF*PVF,days). NMF is Sum(MF*NVF,days). MFRSI is 100*(PMF/(PMF+NMF)). !============================================  Rule Libraryÿÿ CCodeViewÌ