Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 07:58:17 +0000



[Programming Help] - Adaptive CCI

View Count: 1335

[2015-06-04 19:44:52]
User150371 - Posts: 70
Hello,
there is an old thread that includes user-contributed files for an Adaptive CCI

https://www.sierrachart.com/supportboard/showthread.php?t=14981&page=2

Could the SC team add this or something similar to the list of Studies Available ?

Thanks.
[2015-06-05 03:48:15]
Sierra Chart Engineering - Posts: 104368
The particular study referred to can be found in the user contributed studies DLL file here:
User Contributed Studies

It has been updated just now.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-11-07 22:20:27]
User222821 - Posts: 21
hi is it possible to add it as a acsil similar to sc.AdaptiveMovAvg(sc.BaseDataIn[SC_LAST], sc.Subgraph[0], 20, 2.0f, 30.0f); like sc.AdaptiveCCI.(.....)
i have tried to program trading system with adaptive cci from cpp file from your sites and the structure of the program doe not allow me to ad sc. buy entry within the program.
the
begin of it start right after

#include "sierrachart.h"
double mycci(SCFloatArrayRef In, int pos, int ccilength, float ccifactor);
int ckpos2( int pos2, int size, int reference);
float myhomodyne(const float *Price, int pos, float *Array, float *SmoothPeriod);

then it is defined out of the structure

};
float myhomodyne(const float *Price, int pos, float *Array, float *SmoothPeriod)
{

is "out" of the program and i am not able to find how to continue with additional functions within it.
can you give me a tip how to put it in to the structure to continue with trading system?
thanks

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

Login

Login Page - Create Account