TC2000.com• Download software • Tutorial videos • Subscription & data-feed pricing • Class schedule
TC2000Brokerage.com• New account application • Trading resources • Margin rates • Stock & option commissions
Worden Discussion Forum » Customer Training & Support » Ask a Trainer - StockFinder 5.0 » Adding ChaikinMoneyFlow values for prior bars
Unable to see the outcome of the rule on the chart. Any suggestions? Thank you. '# CMF = indicator.ChaikinMoneyFlow '# area = userinput.single = 0 '********************************************* '* if Price.Close > Price.Close(1) then Pass * '*********************************************
If (cmf.value + cmf.value(1) + cmf.value(2)) < area Then Pass End If