PureBytes Links
Trading Reference Links
|
Here it is using the Yahoo! symbol ^VIX.
/*The use of ^VIX D-ratio for Nasdaq100 Market, by Dimitris Tsokakis,
Dec 2002*/
H=Foreign("^VIX","H");L=Foreign("^VIX","L");
R=1000*(H-L)/(H+L);
Z=48;//Optimize("Z",49,47,52,1);
RRR=DEMA(R,Z);
Plot(RRR,"VIX RRR",1,1);
Steve
--- In amibroker@xxxxxxxxxxxxxxx, "Alan Nouray" <alann@xxxx> wrote:
> What is VIX D-Ratio?
>
> Alan
>
> --- In amibroker@xxxxxxxxxxxxxxx, "steve_almond" <steve_almond@xxxx>
> wrote:
> > Looking at Dimitris' ^VIX D-ratio, it seems like a strong sell
signal
> > was given on 7/11/2002 and has recently reached a very low value
> > (lowest value since September 2000).
> > Any comment on this?
> >
> > Steve
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|