Commandes pour de la conversion - obsolète

Créez une commande

Catégories

Compétences populaires

Tous Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
12
1740 tâches dans les archives dans toutes les langues
Trier par :
30+ USD
Hello, I would like to convert this very simple PRO REAL TIME CODE under MT4 : Defparam cumulateorders = false // POSITION SIZE n = 1 // TIME startTime = 210000 endTime = 204500 exitLongTime = 80000 exitShortTime =20000 // STOP LOSS & TAKE PROFIT (%) SL = 1 TP = 0.5 Period = 12 // REFERENCE CANDLE AT StartTime if time = startTime THEN amplitude = highest[Period](high) - lowest[Period](low) ouverture = close endif //
2 Applications
MQL4 Experts Convertir
30+ USD
i need to convert this strategy script into mt5 expert advisor. //@version=2 strategy(title = "Strategy Code Example", shorttitle = "Strategy Code Example", overlay = true, pyramiding = 0, default_qty_type = strategy.percent_of_equity, default_qty_value = 10, currency = currency.USD) // === GENERAL INPUTS === // short ma maFastSource = input(defval = open, title = "Fast MA Source") maFastLength = input(defval = 10
2 Applications
MQL5 Convertir
12