Login Page - Create Account

Support Board


Date/Time: Sat, 11 May 2024 05:58:25 +0000



Post From: CCI Data

[2016-07-24 01:33:54]
User847023 - Posts: 4
Hello, im having some problems with my study that uses the cci functions. It seems like it only can see if the cci is above or under 0.

So, when i code this :

if(CCIData[sc.Index-1] >= 200)
  {
    Sell[sc.Index] = sc.High[sc.Index];
  }
it puts sell arrow everywhere where the cci is over 0 instead of 200.

hope you can help me.