PureBytes Links
Trading Reference Links
|
Phil
See if this does it for you. Compliments of Mark Brown!!
Regards,
Chuck
I think this may be the user function for it?
=================================
Inputs : Length(NumericSimple);
If CurrentBar >= 1 and Length > 0 then Begin
If CurrentBar < Length then
Volatility_RU = TrueRange
Else
Volatility_RU = Average(TrueRange,LENGTH);
End;
=======
and the indicator
=======
Input: Length(5);
Plot1(Volatility_RU(Length) ,"Volatili_RU");
======= ( : - )
Darn maybe if it had a TD in front of it, it would sell for 495.00 or
something?
============================================================================
====
-----Original Message-----
From: Phil <rhodes@xxxxxxxxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Date: Monday, March 30, 1998 8:29 PM
Subject: VRI
> A friend of mine showed me an article today out of a Fall 1992 Traders
>World Mag. The article was by R Maynard Holt and the charts showed a buy
>and sell indicator he called the Volatility/Range Index? It looked very
>good in the article, which I am sure he picked the best charts possible!
He
>said he uses a 2 to 5 day range. Does anyone know anything about this?
How
>to code for TradeStation?
> Any info would be very helpful!!
>
> Thank You,
> Phil
>
>
>
|