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

Re: indicator based on data1, data2......



PureBytes Links

Trading Reference Links

Hi Jerry,
Thanks for the response.  Actually I was making a silly mistake in my actual
coding....was refering incorrect data(N).  My screws do get loose once in a
while (smiles!).
Take care,
Romi

----- Original Message -----
From: Jerry War <drwar@xxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>; Romi Ghose <r.ghose@xxxxxxxxxxx>
Sent: Friday, September 05, 2003 2:43 AM
Subject: Re: indicator based on data1, data2......


> 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
> >
>