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

Re: A/D LINE RSI



PureBytes Links

Trading Reference Links

i am trying to write a system test and have difficulty in writing the
RSI( ) function for an indicator.
e.g. RSI (14) OF advance decline line.

the chart drawing of above indicator looks good, so now i would like to
confirm the visual results with a test.
my final test that i would like to write is:
diverge( RSI (14) OF advance decline line, close, 0.5)

this should give me the places where: the rsi(14) of the advance/decline
line diverges from the DJ-30. 

mike