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

작업 종료됨

실행 시간 2 일
고객의 피드백
good!

명시

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)

응답함

1
개발자 1
등급
(236)
프로젝트
440
26%
중재
125
21% / 57%
기한 초과
96
22%
작업중
비슷한 주문
//+------------------------------------------------------------------+ //| 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

프로젝트 정보

예산
30 - 50 USD
개발자에게
27 - 45 USD
기한
에서 5  15 일