ACB Trade Filter MT4
60 USD
Versione demo scaricata:
1 381
Pubblicato:
14 aprile 2017
Versione attuale:
2.1
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Мое личное мнение: Судя по тому что он показывает на графике он не фильтрует а скорее наоборот вводит в заблуждение. Пользы не больше чем от стандартного RSI.
Это не имеет никакого отношения к RSI. Он очень хорошо фильтруется, если используется с совместимой торговой стратегией.
Thank you Raj.. working perfect with Acb Breakout
You are most welcome :)
hi Nitin
what is the difference between Normal filtration and Hard filtration? when should be used one parameter or the other?
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.
it's will be perfect if you add some alert sound when trend changing..
ok noted.
你好
我在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;
}
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;
}
http://bit.ly/2tjLO7L
http://bit.ly/2tjLO7L
HI, Curremt version 2.0 So the code to link the filter for EA still same?
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.
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?
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.
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
Hi, I already found the error. Import code and actual indicator difference name. Indi last MT4 but import code don't have MT4
great :)
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