PureBytes Links
Trading Reference Links
|
Make sure both data1 and data2 are on your chart and then try something like
Inputs: Price1(close of data1), Price2(close of data2);
Plot ( Price1+Price2,"P1+P2");
Jerry
----- Original Message -----
From: "Romi Ghose" <r.ghose@xxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Friday, September 05, 2003 2:23 AM
Subject: indicator based on data1, data2......
> Hi,
>
> Maybe I am missing something minor here but how can I plot an indicator
> based on data1, data2,.....(I realize the max is data50).
>
> For eg:
> value1=close data1 + close data2;
> plot1 (value1);
>
> But in format, properties window, you can select only one data from the
drop
> down list of "base study on". How do I deal with this?
>
> I am using PS2Ki
>
> Thanks,
>
> Romi
>
|