FOREX MT4 INDICATORS DOWNLOAD
  • Donate to us
  • MT4 INDICATORS A
  • MT4 INDICATORS B
  • MT4 INDICATORS C
  • MT4 INDICATORS D
  • MT4 INDICATORS E
  • MT4 INDICATORS F
  • MT4 INDICATORS G
  • MT4 INDICATORS H
  • MT4 INDICATORS I
  • MT4 INDICATORS J
  • MT4 INDICATORS K
  • MT4 INDICATORS L
  • MT4 INDICATORS M
  • MT4 INDICATORS N
  • MT4 INDICATORS O
  • MT4 INDICATORS P
  • MT4 INDICATORS Q
  • MT4 INDICATORS R
  • MT4 INDICATORS S
  • MT4 INDICATORS T
  • MT4 INDICATORS U
  • MT4 INDICATORS V
  • MT4 INDICATORS W
  • MT4 INDICATORS X
  • MT4 INDICATORS Y
  • MT4 INDICATORS Z
  • MT4 INDICATORS NUM
  • MT4 INDICATORS SIGN

i-g-cci2.mq4

i-g-cci2.mq4 Forex MT4 Indicators Free Download for Technical Analysis and Strategy.

i-g-cci2.mq4 download link will appear after 20 seconds.


Icon

i-g-cci2.mq4

1 file(s) 3.60 KB
Download


i-g-cci2.mq4 Programming source code.

#property indicator_separate_window

#property indicator_buffers 1

#property indicator_color1 Gold
extern double CCI = 14;
extern double c1= 1;
extern double c2= 1;
extern double c3= 1;

extern int    p = 6;

//---- buffers

double ExtMapBuffer1[];
double CCI1,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,max,min;


//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
{




SetIndexBuffer(0,ExtMapBuffer1);
SetIndexStyle(0,DRAW_LINE);





string short_name = "i-g-cci2";

IndicatorShortName(short_name);
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function                       |
//+------------------------------------------------------------------+
int deinit()
{
//----

//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
{
/*
int counted_bars=IndicatorCounted();

int shift=1;

RSI1=iCustom(NULL,0,"RSI",0,shift);
CCI1=iCustom(NULL,0,"CCI",0,shift);
*/

//indi();

int counted_bars=IndicatorCounted();

//---- check for possible errors

if (counted_bars<0) return(-1);

//---- last counted bar will be recounted

if (counted_bars>0) counted_bars--;

int pos=Bars-counted_bars;

int limit = Bars;
if(pos > limit) {
   pos = limit;
}

double  dResult1;

int i ;
double a[1];

//---- main calculation loop

while(pos>=0)

{
   /* correction */
   //if(pos > Bars-count-1 || pos < count+1) {
   //   pos--;
   //   continue;
   //}

/*
a1=(cci[i]-rsi[i])

a2=(cci[i-1]-rsi[i+1])-(cci[i]-rsi[i])

a3=(cci[i-2]-rsi[i+2])-(cci[i+1]-rsi[i+1])*/
/*



/* Transformation */
//========================================================================
    
  
//========================================================================


ArrayInitialize(a, EMPTY_VALUE);
ArrayResize(a, 0);
for(i=0; i
haosvisual_27jk8.mq4

Related Posts

METATRADER4I

i-g-cci2.mq4

How to use this site.
  1. Subscribe YouTube
  2. Subscribe Facebook
  3. Subscribe Instagram
  4. Download MT4
  5. Watch Youtube Video
  6. Downliad Indicator and Try Trading
  7. Donate to us for update

Recent News

  • i-g-cci2.mq4
  • haosvisual_27jk8.mq4
  • HamaSystem separate window.ex4
  • HalfTrend 2.mq4
  • Gitalovsa.mq4

Donate