| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi List:
First, thanks to Cristian Stremiz!! Neat Program!! 
For those who use TS 6 the following fixes may be
helpful. 
    Data1: the SP500 (or the NYSE); 
    Data2: $ADV
    Data3: $DECL
Natural Hours!!
Inputs: Signal(Close of Data2 - Close of Data3);
	
same formula 
If SmoothSignal > 0 then Buy this bar else Sell Short
this bar;
 |