Commandes pour le développement des Expert Advisors - ALGLIB - nouveau
Créez une commandeCatégories
Tous
Indicateurs
Experts
Bibliothèque
Scripts
Intégration
Convertir
Traduction
Design
Consultation
Autre
Compétences populaires
5 nouvelles tâches dans toutes les langues
Trier par :
150+ USD
// Déclaration des paramètres externes input int FastMA = 9; // Période de la MA rapide input int SlowMA = 21; // Période de la MA lente input int RSI_Period = 14; // Période du RSI input double LotSize = 0.1; // Taille du lot input int Slippage = 3; // Slippage maximum input int StopLoss = 50; // Stop Loss en pips input int TakeProfit = 100; // Take Profit en pips input bool UseFibonacci = true; // Activer ou
0 Applications
MQL5
Experts
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
Python
C#
Stocks
Custom graphics
Futures
MySQL
Product Design
JavaScript
Options
Java
HTML
PHP
Uploading data to a website
Data mining
Text writing
Text translation
ALGLIB