ACB Trade Filter MT4
60 USD
Demo indirildi:
1 379
Yayınlandı:
14 Nisan 2017
Mevcut sürüm:
2.1
Uygun bir robot bulamadınız mı?
Freelance üzerinden kendi
robotunuzu sipariş edin
Freelance'e git
Freelance üzerinden kendi
robotunuzu sipariş edin
Bir alım-satım robotu veya gösterge nasıl satın alınır?
Uzman Danışmanınızı
sanal sunucuda çalıştırın
sanal sunucuda çalıştırın
Satın almadan önce göstergeyi/alım-satım robotunu test edin
Mağazada kazanç sağlamak ister misiniz?
Satış için bir ürün nasıl sunulur?
Alım-satım fırsatlarını kaçırıyorsunuz:
- Ücretsiz alım-satım uygulamaları
- İşlem kopyalama için 8.000'den fazla sinyal
- Finansal piyasaları keşfetmek için ekonomik haberler
Kayıt
Giriş yap
Gizlilik ve Veri Koruma Politikasını ve MQL5.com Kullanım Şartlarını kabul edersiniz
Hesabınız yoksa, lütfen kaydolun

Мое личное мнение: Судя по тому что он показывает на графике он не фильтрует а скорее наоборот вводит в заблуждение. Пользы не больше чем от стандартного 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