Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
123
Sergey Efimenko  
ollaya:

hi ,

i am using this indicator in an EA and i have one issue with it :

the ea will place trades once usd and jpy goes above or under a signal level (i.e 4).

 

 the EA is taking trade before that value is reached see below:

 

 any suggestions why this is happening and how we can solve it?

Hi. Look at you picture, you have 39 holes on the chart, so your charts data is incorrect (bars absent) or do not loaded at all. While indicator calculating its values the data automatically loaded by terminal and recalculate the values. The picture should be like this

 

In the EA you should check the holes indicator buffer number 16. Besides you should understand, that only closed bars values are fixed.

And are you sure that you using identical setting in your EA and in the indicator on chart? The originally indicator setting using other arrow symbol code, on your pictures i see incorrect arrows, this indicator can not show it like this...

Steve May  
Hello I have purchased the indicator what settings would you recommend for the 4-hour time frame please.
Sergey Efimenko  
swm2:
Hello I have purchased the indicator what settings would you recommend for the 4-hour time frame please.
Hello, I do not using such a big TF, all setting depending from your trade style, but I think for 4H set period to 6 (6*4=1 Day), and 2 or 3 period for smoothing. Just set the indicator on chart and look at result, otherwise try to find your own settings for your own trading system.
ollaya  

Hi,

can this indicator be used with renko chart?

thansks 

Sergey Efimenko  
ollaya:

Hi,

can this indicator be used with renko chart?

thansks 

Hi. I think this is not a good idea. Renko shows "price steps", so the power will be not real and from not equals period. Besides this indicator uses 28 currency pair charts data to calculate its values so you need renko charts for all these pairs and the result will be unpredictable.

But you can use it as combination with renko. As variant look at the renko trend direction or trend changing point and at this indicator power direction.

ollaya  

Hello again ,

i am trying this indicator with an EA with forex.com as a broker . forex.com has pairs with prefix , i added the prefix to the indicator input and changed the code to refelct the prefix . but i keep getting an error :

https://www.mql5.com/en/charts/5065488/gbpjpypro-m30-gain-capital-group 

 

if(Buy && Start < iTime(NULL,0,0)) 

        {   

         OrderEntry("EURUSDpro", 0);OrderEntry("GBPUSDpro", 0);OrderEntry("AUDUSDpro", 0);OrderEntry("EURJPYpro", 0);OrderEntry("GBPJPYpro", 0);OrderEntry("AUDJPYpro", 0);

        }       

      if(Sell && Start < iTime(NULL,0,0)) 

        {     

         OrderEntry("EURUSDpro", 1);OrderEntry("GBPUSDpro", 1);OrderEntry("AUDUSDpro", 1);OrderEntry("EURJPYpro", 1);OrderEntry("GBPJPYpro", 1);OrderEntry("AUDJPYpro", 1);

        }                            

   return; 

 

not sure if you can help .

thanks 

Sergey Efimenko  

Hello. Show me the prefix that you enter. Make the screen with params on wich i can see it. Like this

 

ollaya  

Hi,

what should i do if the holes count is big

 

 

thanks 

Sergey Efimenko  
ollaya:

Hi,

what should i do if the holes count is big

 

 

thanks 

Hi. If you use standard TimeFrames the quotes downloads and updates automatically by terminal, but if you use such timeframes, you should make the quotes manually (using M1 and conversion script) for all used calculation pairs ("UsedPairs" indicator setting) for non standard M2 charts, otherwise the values calculation may be faults (wrong or rough). 
ollaya  
Sergey Efimenko:
Hi. If you use standard TimeFrames the quotes downloads and updates automatically by terminal, but if you use such timeframes, you should make the quotes manually (using M1 and conversion script) for all used calculation pairs ("UsedPairs" indicator setting) for non standard M2 charts, otherwise the values calculation may be faults (wrong or rough). 
that`s 30 min time frame , the 2 you are seeing is prefix . what happend is that OANDA changed all the pair names and added -2 as prefix . i added the prefix to the inputs of the indicator and the holes count keeping going from 0 to the number you are seeing in the screen shot. 
ollaya  
any idea what could be wrong?
Sergey Efimenko  
ollaya:
any idea what could be wrong?
Of course, you need set PairPreffix value="-2". You did right that show me the screen of values list. Your broker used pair names with additional symbols, so you must enter there symbols in settings.
sweethomeboy2  

error 7073 your broker does not support ...absent.

any solution  ?  

Sergey Efimenko  
Hi. Please show me your any broker currency full names.
Sergey Efimenko  
sweethomeboy2:

error 7073 your broker does not support ...absent.

any solution  ?  

Hi, look at the picture in the comment below yours and check the pair prefix (postfix) symbols in your pair names. May be your broker use additional symbols in pair names or you do not turn on one of used currencies pair in parameters.
Weijie Deng  
hi i bought your indicator,but nothing can show me. error code is 4073. can you tell me how can i do? thanks a lot
Sergey Efimenko  
Weijie Deng:
hi i bought your indicator,but nothing can show me. error code is 4073. can you tell me how can i do? thanks a lot

Hi, this error means 4073 ERR_NO_HISTORY_DATA
Probably you did not set the currency pairs name prefix (read the posts below this) or your broker do not support some pairs from the used pairs list, or your terminal do not load the history yet.
ferdi77  

hi.. i just buy the indicator. do you have mobile/email notification for crossing?

Sergey Efimenko  
ferdi77:

hi.. i just buy the indicator. do you have mobile/email notification for crossing?

Hi, it haven't. It will be very often. But if you really need it I can add. Just write more detailed like it should be in your opinion.

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