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

Using Data1 Data2 Data3..... Adv/Decl Ratio CODE



PureBytes Links

Trading Reference Links

For newbies,  if you don't already know about "hidden" selection for data.
Also a good AdvIss/DeclIss Ratio using Data1, Data2 & Data3 that I use and
seems to help, see below.

ORIGINAL MESSAGE:
Romi,

You may already know but when entering symbols for data1, data2
ordata3,..4,ect.., when setting up the inital data you can set it so it is
"hidden".  This way you can print just the indicator based on data1 and
data2 or data2 & data3, ect...,  in any paragraph you want and do not have
to see the underlying data.  It uses the data but does not actual print it.

EXAMPLE:  This is the code for the advance/decline Ratio I find most useful.
I hide all the data and only print the Indicator in paragraph 1.  Most of
the time I will only trade long when XAvg 2 is above XAvg 3 & short when the
other way around, keeps me out of trouble (mostly).  Check it out.

Inputs: AdvIss(Close of Data1), DecIss(Close of Data2), Length(3),
Length2(21);

Plot1(AdvanceDeclineRatio(AdvIss, DecIss), "A/D Ratio");
Plot2(XAverage(AdvanceDeclineRatio(AdvIss, DecIss), Length), "A/D Avg");
Plot3(XAverage(AdvanceDeclineRatio(AdvIss, DecIss), Length2), "A/D Avg2");

Let me know if you have any questions.

Brian

----- Original Message -----
From: "Romi Ghose" <r.ghose@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Monday, June 24, 2002 2:08 PM
Subject: Fw: a quick EL question (Addendum)


> Addendum to my prev email (see below):  be able to plot the same as an
> indicator on any TS chart.
> Thanks again
> Romi
>
> ----- Original Message -----
> From: "Romi Ghose" <r.ghose@xxxxxxxxx>
> To: <omega-list@xxxxxxxxxx>
> Sent: Monday, June 24, 2002 5:04 PM
> Subject: a quick EL question
>
>
> > Hi Folks,
> > Would some EL guru please give me a hint for the syntax that would allow
> me
> > to plot the sum of "close of IBM + close of MSFT" on any TS chart ?
> > Will highly appreciate
> > Romi
> >
>
>