PureBytes Links
Trading Reference Links
|
If data2 is hidden so will your plot.
----- Original Message -----
From: "tom" <tebrun@xxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Saturday, January 24, 2004 3:33 PM
Subject: Code Help
> Seeking help for this.
> Thank you.
>
> .
>
> This code works fine,until I apply it to data2 then it stops
>
> With Data1 @ 1 min and Data2 @ 5 min applied to data 1 works great but
> apply to Data 2 and it does not
>
>
> Plot1(Momentum(C,10),"");
> if plot1 > 0 then
> SetPlotWidth(1,4);
>
>
|