Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
123
benkovic43  

I try to buy it, but it open my meta trade 4, I clik buy and chose payment, what ever payment method I chose it said error occured, so how to buy it actually..,

see that pct error , any solution ??


can I buy it using bitcoint, that's simple payment for me, by the way I'm from indonesia.,

File:
12.jpg  52 kb
Johan Viviers  

See attached.... Why is the indicator doing this?

As you can see it stopped drawing the oversold and overbuy lines... 

File:
why_cci.PNG  21 kb
Johan Viviers  
Johan Viviers:

See attached.... Why is the indicator doing this?

As you can see it stopped drawing the oversold and overbuy lines... 

Don't bother, it's fine now... just needed a restart.
Yaser Sabbaghi  
Johan Viviers:
Don't bother, it's fine now... just needed a restart.

Do not set Howmany > 2000

as it takes too long to have arithmetic and statistical calculation and actually you don't need to have calculated OB and OS for deep past.

Ulrich Eiler  
Can I change the colour and the size of the "trendpoints"?
Yaser Sabbaghi  
ueiler:
Can I change the colour and the size of the "trendpoints"?
Unfortunately it is not possible at this version. Does it make you trouble to have good visual of trendpoints? 
Ulrich Eiler  
Yasser Sabbaghi:
Unfortunately it is not possible at this version. Does it make you trouble to have good visual of trendpoints? 
Hi Yasser, yes indeed, I´m colorblind  and sometimes the trendpoints appear in my heiken ashi   candles, so it´s not easy to recognize the points for a first and short overview.  Regards, ulli
Yaser Sabbaghi  
ueiler:
Hi Yasser, yes indeed, I´m colorblind  and sometimes the trendpoints appear in my heiken ashi   candles, so it´s not easy to recognize the points for a first and short overview.  Regards, ulli

Hi,

And this why I need to do some thing helpful in next update. You will be informed by Metatrader when the updates get ready. I have a plan for update in next month.

Ulrich Eiler  
Yasser Sabbaghi:

Hi,

And this why I need to do some thing helpful in next update. You will be informed by Metatrader when the updates get ready. I have a plan for update in next month.

that´s great. I like your indicator.

roabru  

Hi , how do I access it with with iCustom intelligent cci ? 

I can see there are a lot of parameters inputs. 

Yaser Sabbaghi  
roabru:

Hi , how do I access it with with iCustom intelligent cci ? 

I can see there are a lot of parameters inputs. 

hi,

I hop to find it useful.

-------------------------

double cci[100];

int howmany=-1;

int historydepth=10000; // Recommendation: 2000 (M5 TimeFrame) and 10000 (H1 TimeFrame) and 30000 (HighTimeFrame)


for (int i=0;i<ArraySize(cci);i++)

      cci[i]=NormalizeDouble(iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,0,i),2); //howmany=-1 means do not calculate OverBought OverSold area

if (Calc_Dynamic_Osc==true) {

  howmany=0;

  OverBought=iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,1);

  OverSold   =iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,1);

}

Yaser Sabbaghi  

To whom are going to write Experts:

Buffer 0 = Intelligent CCI

Buffer 1 = CCI

Buffer 2 = Over Bought level

Buffer 3 = Over Sold level

Buffer 4 = Signal (it is going to be in Version 1.8)

roabru  
Yasser Sabbaghi:

hi,

I hop to find it useful.

-------------------------

double cci[100];

int howmany=-1;

int historydepth=10000; // Recommendation: 2000 (M5 TimeFrame) and 10000 (H1 TimeFrame) and 30000 (HighTimeFrame)


for (int i=0;i<ArraySize(cci);i++)

      cci[i]=NormalizeDouble(iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,0,i),2); //howmany=-1 means do not calculate OverBought OverSold area

if (Calc_Dynamic_Osc==true) {

  howmany=0;

  OverBought=iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,1);

  OverSold   =iCustom(NULL,TimeFrame,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,1);

}

Thanks, but I still can't figure it out.

      // iCCI config
      int CCI_Per = 14;
      int howmany = 1;  //howmany=-1 means do not calculate OverBought 
      int Smoothing = 5;
      //int historydepth = 0; // "Over_Whole_History";
      string historydepth = "Over_Whole_History";
      
      
      double OverBought = iCustom(Symbol(),0,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,numberofbars); // numberofbars how far to go back
      double OverSold = iCustom(Symbol(),0,"Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,3,numberofbars);


is historydepth  an int or string and what are the values? OverBought just returns 0 or empty
roabru  

Actually my last comment, just delete it.

 

 When I write this :

      // iCCI config

      int CCI_Per = 14;

      int howmany = 1;  //howmany=-1 means do not calculate OverBought 

      int Smoothing = 5;

      int historydepth = 10000; 

      

      

      double OverBought = iCustom(Symbol(),0,"Market/Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,2,numberofbars); // numberofbars where to start

      double OverSold = iCustom(Symbol(),0,"Market/Intelligent CCI",CCI_Per,howmany,Smoothing,historydepth,3,numberofbars);

      

      Print ("OB: ", OverBought);



And I get


"Message from Experts":

2017.02.15 12:18:13.953 Roar AUDCAD,M30: OB: 2147483647.0

roabru  
never mind, I figured it out. Sorry for spamming your comments :-) 
Pathi  
Dear Yasser,

Does the indicator support for M1 time frame? 

Thank You 
Yaser Sabbaghi  
Kumara:
Dear Yasser,

Does the indicator support for M1 time frame? 

Thank You 

Dear Kumara,

It support all time frames including M1.

Pathi  
Yasser Sabbaghi:

Dear Kumara,

It support all time frames including M1.

Hi, 

What are the best settings for M1 time frame? please attach a screen shot with the recommended settings for M1 time frame.

Thank You 

Yaser Sabbaghi  
Kumara:
Hi, 

What are the best settings for M1 time frame? please attach a screen shot with the recommended settings for M1 time frame.

Thank You 

Sample configuration for GBPUSD M1 and the result. Due to traders intending to use M1 for scalping, it is better to set IntelligenMode=Over_2K_Candles to use statistical candle value in max depth  of 2000 candles.

File:
Yaser Sabbaghi  
Kumara:
Hi, 

What are the best settings for M1 time frame? please attach a screen shot with the recommended settings for M1 time frame.

Thank You 

You can also set the SafeMode=Trend_Oriented

See the result for GBPUSD M1

File:
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
123