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

Re: Reactivity code?



PureBytes Links

Trading Reference Links

Yes I have this one.
Robert

{	
	Indicator : Reactivity as in Al Gietzen's book "Real-Time Futures Trading".
		(code by Dave DeLuca via Omega bbs.)
}


Inputs: rLen(5), xLen(4);

Vars : r(0);

PLOT1(Reactivity(rLen), "Reactivity");
PLOT2(rmean(rLen), "rmean");
PLOT3(1.2 * -rmean(rLen), "-rmean");
PLOT4(Xaverage(Reactivity(rLen), xLen), "");

 Phil wrote:
>
>
>  Was wondering if anyone has the reactivity code, or anything similar for
>TradeStation?
>I read about in a book by Al Gietzen.  Has anyone used it in their trading?
> Any informatiom about it would be very helpful!!
>
>   Thank You,
>
>
>  
>
>