Fibonacci Retracement EA
FREE
Yayınlandı:
16 Eylül 2025
Mevcut sürüm:
1.92
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
Web sitesi politikasını ve kullanım şartlarını kabul edersiniz
Hesabınız yoksa, lütfen kaydolun

I got "Unsupported filling mode" error on XM, probably because it needs IOC order type.
Hello, thank you for reporting this issue.
The 'unsupported filling mode' error is not directly from the EA code. It's because your broker has a restriction on order placement, requiring the 'Immediate or Cancel (IOC)' order type.
I will prepare a code update to support this functionality. Users will be able to select 'IOC' as the 'Order Filling Mode' in the EA's Input Parameters. Alternatively, if no changes are made, the code will be set to use IOC by default in the next version.
Thank you for your valuable feedback.
Hello, thank you for reporting this issue.
The 'unsupported filling mode' error is not directly from the EA code. It's because your broker has a restriction on order placement, requiring the 'Immediate or Cancel (IOC)' order type.
I will prepare a code update to support this functionality. Users will be able to select 'IOC' as the 'Order Filling Mode' in the EA's Input Parameters. Alternatively, if no changes are made, the code will be set to use IOC by default in the next version.
Thank you for your valuable feedback.
I got "Unsupported filling mode" error on XM, probably because it needs IOC order type.
I have made a fix to the code related to the FillModeForSymbol() function. The function now automatically checks for and selects the appropriate filling mode for the broker. The priority is as follows:
IOC (Immediate or Cancel): If the CFG_USE_IOC setting is true and the broker supports it, the code will prioritize using the IOC mode.
FOK (Fill or Kill): If IOC is not supported, the code will check if FOK is available.
RETURN: If FOK is also not supported, the code will then check for RETURN.
I suggest you try using another broker. If you still encounter any issues, please feel free to let me know.
Hello, thank you for reporting this issue.
The 'unsupported filling mode' error is not directly from the EA code. It's because your broker has a restriction on order placement, requiring the 'Immediate or Cancel (IOC)' order type.
I will prepare a code update to support this functionality. Users will be able to select 'IOC' as the 'Order Filling Mode' in the EA's Input Parameters. Alternatively, if no changes are made, the code will be set to use IOC by default in the next version.
Thank you for your valuable feedback.
📌 ภาษาไทย
ในเวอร์ชันถัดไป ผมกำลังพัฒนาระบบสำหรับการเก็บกำไรที่สามารถจัดการได้หลายออเดอร์พร้อมกัน โดยมุ่งเน้นให้เกิดการขาดทุนน้อยที่สุด และสามารถสร้างกำไรได้จากหลายออเดอร์อย่างมีประสิทธิภาพ หากชื่นชอบหรือเห็นว่ามีประโยชน์ รบกวนฝากคอมเมนต์หรือกดไลก์ให้ด้วยนะครับ
📌 English
In the upcoming version, I am developing a profit-taking system capable of managing multiple orders simultaneously. The system is designed to minimize potential losses while efficiently securing profits across several positions. If you find this useful or interesting, I would greatly appreciate your comments or a like.
Добрый день. Какая логика по Фибоначи заложена в этом эксперте?Пока я не увидел логики входа в сделку на ретесте любой из зон Фибоначи. Буду очень благодарен за подробное объяснение алгоритма работы вашего робота. Логика Фибоначи очень привлекательна в построении экспертов.Хотелось бы чтобы ваш эксперт дал определенную прибыль. Спасибо.