ACB Trade Filter MT4
60 USD
ダウンロードされたデモ:
1 379
パブリッシュ済み:
14 4月 2017
現在のバージョン:
2.1
Didn't find a suitable robot?
Order your own one
on Freelance
フリーランスにアクセス
Order your own one
on Freelance
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索

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