Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 23:18:54 +0000



[Programming Help] - CCI Data

View Count: 760

[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.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account