Zrp Tfms Scalper
FREE
Yayınlandı:
23 Ekim 2025
Mevcut sürüm:
1.11
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

Thanks for this. :-)
When you say "Attach the EA to a single chart ..." will it then trade those 4 pairs or only that one pair on the chart?
There are some bugs.
I placed it on M15 EURUSD.
It opend 3 trades immediately - and all were 0.1 instead of 0.01.
Thanks for this. :-)
When you say "Attach the EA to a single chart ..." will it then trade those 4 pairs or only that one pair on the chart?
Thank you for
There are some bugs.
I placed it on M15 EURUSD.
It opend 3 trades immediately - and all were 0.1 instead of 0.01.
Thanks for the feedback! 😊
That behavior is expected — the EA uses an auto-lot calculation based on risk percentage, not a fixed lot.
Because the risk per trade (2%) and the ATR-based stop loss were small, the calculated position size reached the maximum allowed lot (0.10) set in the EA ( Inp_maxLotAllowed ).
If you prefer it to open 0.01 fixed lot instead, simply disable auto-risk by setting:
Inp_riskPercent_default = 0
or lower the max cap:
Inp_maxLotAllowed = 0.01 .