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

Re: EL tutor needed



PureBytes Links

Trading Reference Links

Hi Jim! Thank you for replay and for the code... But the problem is that i
don't know how to set as data1 a title and as data2 another title with
Tradestation... Can u help me? Thank you and Merry Christmas!
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");