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

Re: Trade on different price series?



PureBytes Links

Trading Reference Links

Rewrite the system for SP as data1 and SPX as data2. You can do the
calcs on data2 but TS always trades data1.

Old system...
if c > whatever then buy on close;

New system...
if c data2 > whatever then buy on close; {buys data1}

Gary Fritz wrote:
> 
> Is it possible to RUN a system on one price series, but TRADE on
> another?
> 
> I suppose I could manually track the results, printing out the Data2
> (SP) price values when the Data1 (SPX) signals fire, but that would
> be very painful -- especially for stops.

-- 
   Dennis