PureBytes Links
Trading Reference Links
|
Hello Ugo,
First, make a chart with the SP futures. Then, go to Insert menu (for
TS4; it may be slightly different menu for TS2ki or TS6); choose
Symbol; select SPX. It will appear on the chart in the second
subgraph. Then insert the indicator. It will appear in subgraph 3.
Friday, December 21, 2001, 4:49:40 PM, you wrote:
UT> Hi Jim! Thank you for replay and for the code... But the problem is that i
UT> don't know how to set as data1 a title and as data2 another title with
UT> Tradestation... Can u help me? Thank you and Merry Christmas!
UT> Ugo
>> {Data1 is SP Futures, Data2 is SPX}
>>
>> Input: MALen(20);
>>
>> Vars: Prem(0);
>>
>> Prem = Close of Data1 - Close of Data2);
>>
>> Plot1(Average(Prem, MALen), "premium");
--
Best regards,
Jim mailto:jejohn@xxxxxxxxxxxxxxxx
|