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

Re: El ?



PureBytes Links

Trading Reference Links

Robert,

All's legal in love, war, and trading!  :-)

What are the +100 and -100 levels intended to indicate?  Do you want to show
change in price of the futures in terms of number of points?  Or is this
supposed to be a normalized price scale for the DJ futures?

Your code below will plot the Low of the price series upon which the
indicator is based whenever the DJ futures price (data2) crosses above -100.
Of course, this is never going to happen since the DJ futures price is
always positive...

All the best,

Trader J


-----Original Message-----
From: Robert W Cummings <robertwc@xxxxxxxxxxxxxx>
To: Omega-list@xxxxxxxxxx <Omega-list@xxxxxxxxxx>
Date: Tuesday, July 28, 1998 2:27 AM
Subject: El ?



I have put the Dow Jones Futures as data2 on a chart with the S& P Futures.
I want to plot when data2 crosses over and under 100 and -100 in the
subgraph2. I over laid it on the CCI then colored out the CCI and was left
with OB, OS lines. This changes it from being measured in price to plus or
minus 100, is this a legal move.


I tried this

If data2 crosses above -100 then
Plot1(L,"Low");

First time I messed with data the power editor is still laughing at this.
What would be the correct way to
identify data2.

Thanks In Advance

Robert