Pueden dejar comentarios los usuarios que hayan comprado o alquilado el producto
12
riyan.aulia  
Thank you Raj.. working perfect with Acb Breakout
Oleh Dubrovin  
Пожалуйста, добавьте MTF и пользовательские настройки параметров в индикатор
Павел  
Мое личное мнение: Судя по тому что он показывает на графике он не фильтрует а скорее наоборот вводит в заблуждение. Пользы не больше чем от стандартного RSI.
Nitin Raj  
laser300:
Мое личное мнение: Судя по тому что он показывает на графике он не фильтрует а скорее наоборот вводит в заблуждение. Пользы не больше чем от стандартного RSI.

Это не имеет никакого отношения к RSI. Он очень хорошо фильтруется, если используется с совместимой торговой стратегией.
Nitin Raj  
riyan.aulia:
Thank you Raj.. working perfect with Acb Breakout

You are most welcome :)
Jose Trevino  

hi Nitin

what is the difference between Normal filtration and Hard filtration? when should be used one parameter or the other?

Nitin Raj  
ramon15:

hi Nitin

what is the difference between Normal filtration and Hard filtration? when should be used one parameter or the other?


Hard filtration filters more strictly. If you are using the trend information, normal filtration is recommended. 
dien8184  
it's will be perfect if you add some alert sound when trend changing.. 
Nitin Raj  
dien8184:
it's will be perfect if you add some alert sound when trend changing.. 

ok noted.
fanghua7687fx  

你好

我在EA中引用了你的这个指标,可是总是出错误,不知道什么原因。

你能大概知道是什么原因吗?或者EA中我是否写的不对。

   int acb1 = iCustom ( NULL , 0 , "Market/ACB Trade Filter" , 3 , 1 );

   if ( acb1== 1 ){

      Buy = TRUE;

      Sell = FALSE;

   }

   if ( acb1==- 1 ){

      Buy = FALSE;

      Sell = TRUE;

   }

   if ( acb1== 0 ) {

      Buy = FALSE;

      Sell = FALSE;

   }


Archivos adjuntos:
EA_error.PNG  33 kb
Nitin Raj  
fanghua7687fx:

Hello there

I quoted you in the EA of this indicator, but always wrong, do not know why.

Can you probably know what reason? Or EA whether I wrote wrong.

Int acb1 = iCustom (NULL, 0, "Market / ACB Trade Filter", 3, 1);

If (acb1 == 1) {

Buy = TRUE;

Sell ​​= FALSE;

}

If (acb1 == - 1) {

Buy = FALSE;

Sell ​​= TRUE;

}

If (acb1 == 0) {

Buy = FALSE;

Sell ​​= FALSE;

}


Please delete the indicator file and download a fresh copy again.
kwansoon  

HI, Curremt version 2.0  So the code to link the filter for EA still same?

Nitin Raj  
kwansoon:

HI, Curremt version 2.0  So the code to link the filter for EA still same?

Yes and now the trend detection is also added into buffers. 

kwansoon  
Nitin Raj:
Yes and now the trend detection is also added into buffers. 


My friend try import the signal using the code that u provide, but error unable read the buffers.  So can I using the same code to import?

Nitin Raj  
kwansoon:

My friend try import the signal using the code that u provide, but error unable read the buffers.  So can I using the same code to import?


pm me the code you are using for the import. 

kwansoon  
Nitin Raj:

pm me the code you are using for the import. 


Hi, I already found the error.  Import code and actual indicator difference name.  Indi last MT4 but import code don't have MT4

Nitin Raj  
kwansoon:

Hi, I already found the error.  Import code and actual indicator difference name.  Indi last MT4 but import code don't have MT4


great :)

netprep  

Nittin,

Just bought your indicator. How do I send the parameters if I call it from MQL5 via ICustom, specifically to change the filtering from Normal to Hard. Can you give me an example.

The one you gave only I think uses defaults.

Also, based on your experience, is there any particular timeframe your indicator behaves best on?

regards,


Jason

Pueden dejar comentarios los usuarios que hayan comprado o alquilado el producto
12