Commandes pour le développement d'indicateurs - Trading robot/indicator debugging - nouveau
Créez une commandeCatégories
Tous
Indicateurs
Experts
Bibliothèque
Scripts
Intégration
Convertir
Traduction
Design
Consultation
Autre
Compétences populaires
Tous
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
33 nouvelles tâches dans toutes les langues
Trier par :
35+ USD
Mql5 //+------------------------------------------------------------------+ //| Expert Advisor بسيط EMA+RSI + فلتر الأخبار | //+------------------------------------------------------------------+ #property strict // إعدادات المؤشرات input int EMA_Fast = 10; input int EMA_Slow = 50; input int RSI_Period = 14; input double RSI_Buy = 30; input double RSI_Sell = 70; input double StopLoss = 20; input double
5 Applications