Scalper gun
89 USD
Demo indirildi:
508
Yayınlandı:
12 Mayıs 2019
Mevcut sürüm:
1.3
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

The best frame works on it
I created this indicator as an improved version of the popular indicator Scalping Indicator Pro. See trade details here.
https://www.mql5.com/ru/market/product/30581
Hi Mikhail , Can you put arrows on the charts as signals for turning points please ?
ОК
Hi Mikhail , Can you put arrows on the charts as signals for turning points please ?
Your offer is implemented in version 1.2
Hello Mikhail, is it posible to read values from this indicator from an EA ? If so possible could please specify buffer values ?
Thank you.
Hello Mikhail, is it posible to read values from this indicator from an EA ? If so possible could please specify buffer values ?
Thank you.
IndicatorBuffers(6);
SetIndexBuffer(0, SlowLine);
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,4);
SetIndexLabel(0,"Slow line");
SetIndexBuffer(1, FastLine);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,1);
SetIndexLabel(1,"Fast line");
SetIndexBuffer(2, DownTrend);
SetIndexStyle(2,DRAW_ARROW,STYLE_SOLID,1);
SetIndexArrow(2,159);
SetIndexLabel(2,"Down trend");
SetIndexBuffer(3, UpTrend);
SetIndexStyle(3,DRAW_ARROW,STYLE_SOLID,1);
SetIndexArrow(3,159);
SetIndexLabel(3,"Up trend");
SetIndexBuffer(4, SellEntryPoints);
SetIndexStyle(4,DRAW_ARROW,STYLE_SOLID,2);
SetIndexArrow(4,159);
SetIndexLabel(4,"Sell entry point!");
SetIndexBuffer(5, BuyEntryPoints);
SetIndexStyle(5,DRAW_ARROW,STYLE_SOLID,2);
SetIndexArrow(5,159);
SetIndexLabel(5,"Buy entry point!");
Good evening Mr. Nazarenko
Good indicator, you feel safe with it.
Please, in what timeframe do you consider that the indicator is more effective? Your personal opinion.
Thanks a lot