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

RE: El ?



PureBytes Links

Trading Reference Links

Robert,

A couple of problems:

1.  The line should be
	If Close of data2 crosses above -100 Then ...

2.  If data2 is the Dow Jones Futures, the above line is nonsense. Currently
that contract is above 9000. It can never be below 0. If we have a 50%
retracement bear market, it will only be at 4500. I am not sure what you are
really trying to do.

Hope this helps.

Neil


|  -----Original Message-----
|  From: Robert W Cummings [mailto:robertwc@xxxxxxxxxxxxxxxxxx]
|  Sent: Tuesday, July 28, 1998 12:19 AM
|  To: Omega-list@xxxxxxxxxx
|  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
|





  • References:
    • El ?
      • From: Robert W Cummings