Convert customized MACD Strategy from Pinescript (TradingView) to MT5 advisor

Tâche terminée

Temps d'exécution 2 jours
Commentaires du client
good!

Spécifications

1) You need to convert the MACD indicator strategy to MT5. ( Using exponentially moving average. In ema weighting factors decrease exponentially. It calculates by sing a formula: EMA = alpha * x + (1 - alpha) * EMA[1], where alpha = 2 / (y + 1))
2) According signs of entry or exit, make long or short.
3) Realize the profit with a limit order or realize the loss with a limit order. (fixed price and not to market)
4) If the result is loss, you must double the contract number in the next operation. Until the operation is successful and go back to the beginning. (button for enable or disable this function)

4.1) Example:

First transaction with 1 contract = Loss
Second operation must be 2 Contracts = Loss
Third operation must be with 4 Contracts = Loss
Fourth operation must be with 8 contracts = winner. (return to the beginning with 1 contract)

Répondu

1
Développeur 1
Évaluation
(236)
Projets
440
26%
Arbitrage
125
21% / 57%
En retard
96
22%
Travail
Commandes similaires
//+------------------------------------------------------------------+ //| SimpleEA.mq5| //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict input int FastMAPeriod = 12; // Período da média

Informations sur le projet

Budget
30 - 50 USD
Pour le développeur
27 - 45 USD
Délais
de 5 à 15 jour(s)