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

RE: cci classic indicator



PureBytes Links

Trading Reference Links

John,

1) don't know how you are combining the two indicators into 1 for starters,
but you need to either set scaling same as symbol and put the indicator into
its own subgraph, or set scaling to screen if you need to show it in same
plot as price.  Your problem currently sounds like you have it set to scale
same as symbol and in the SAME plot as prices, that won't work with cci.

2) the lag problem should not be happening, you are right.  The only thing I
can think of is if in your indicator you have a displacement such as
cci[2](14);  then the indicator will be correct but showing the value from 2
bars ago.  You may wish to post your code if you wish us to check it out
further.

Regards,
Chris

-----Original Message-----
From: john Davis [mailto:buglywugly@xxxxxxxxxxx]
Sent: Wednesday, November 19, 2003 10:53 AM
To: omega-list@xxxxxxxxxx
Subject: cci classic indicator


I have put the cci claissic indicator on a chart, the 6 overlayed on
the 14.  this works fine.  However when I try to put the 2 different
input indicators together to create 1 indicator and give it a
different name, when I set it to same as symbol, it compresses to the
bottom of the chart and price compresses to the top of the chart. the
big problem is that the indicator lags 2 bars behind on the 3 minute
chart. I have tried everything.  why would I have this lag on this
indicator but not when I overlay the two?