PureBytes Links
Trading Reference Links
|
Hi Andrew,
the different data streams are referenced by Data1, Data2, ....
silly expample:
if High of Data1 {future} > High of Data2 {cash} then begin
Plot1(High, "SellFuture");
end;
Greetings from Germany (Konstanz)
Yann
> Hi all,
>
> I have two data series in one chart, S&P cash and S&P 500 futures. How do
I
> reference one or the other? I would like to do something like:
>
> if high of the futures is less then the high one bar ago, and the high of
> the cash is less than the high of the cash one bar ago, then ...
>
> i know that the first data series is easy, but how do i reference the
second
> data series?
>
> thanks,
> andrew
>
|