PureBytes Links
Trading Reference Links
|
I use dial data for historical data, the price data series were:
data1: *OADV Nasdaq A/D(open = advances, high = declines)
data2: *OHI Nasdaq new highs
data3: *OLO Nasdaq new lows
data4: *OTC Nasdaq composite
New high low oscilator is a "custom 1 line" indicator with this formula:
Average(100*O/(O+H),20)
A/D oscilator is a "custom 1 line" indicator with this formula:
Average((C data2 )/(C data2 + C data3)*100,20)
Price change oscilator is a "custom 1 line" indicator with this formula:
100.0 * summation(iff(c data4 > c[1] data4, c data4/c[1] data4 - 1,
0),20)/summation(AbsValue(C data4/c[1] data4 - 1),20)
Probably would've made more sense to put the Nasdaq Composite in as data1, and
adjust accordingly. Latest study attached.
-----Original Message-----
From: sunfiles [mailto:sunfiles@xxxxxxx]
Sent: Saturday, June 22, 2002 12:36 AM
To: realtraders@xxxxxxxxxxxxxxx
Subject: Re: [RT] thoughts on A/D lines
Dear Gary,
Do you have the TradeStaion code for your oscillators presented in your memo
that you would be willing to share?
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free $5 Love Reading
Risk Free!
http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
Description: "nasd_ad_study.gif"
|