EA expert trading - Convert PineEditor Strategy into MT5 - MQL5

仕事が完了した

実行時間18 時間
開発者からのフィードバック
Good customer, wish to work together again

指定

Convert the strategy below from Pine to MT5 ( I want the editable file at the end also)


- Need to add the possibility of placing Stop loss/take profit target in points (and a flag to enable it)

- Need to add the possibility of choosing the time in the day it will run - limiting the time and days in the week (and a flag to enable it) 

- Need to add a stop running function once the EA reached the maximum Day Drawdown (space to edit the maximum value in $ USD)



//@version=5

strategy("MovingAvg Cross", overlay=true)
length = input(9)
confirmBars = input(1)
price = close
ma = ta.sma(price, length)
bcond = price > ma
bcount = 0
bcount := bcond ? nz(bcount[1]) + 1 : 0
if (bcount == confirmBars)
strategy.entry("MACrossLE", strategy.long, comment="MACrossLE")
scond = price < ma
scount = 0
scount := scond ? nz(scount[1]) + 1 : 0
if (scount == confirmBars)
strategy.entry("MACrossSE", strategy.short, comment="MACrossSE")
//plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr)

応答済み

1
開発者 1
評価
(72)
プロジェクト
80
10%
仲裁
38
8% / 58%
期限切れ
6
8%
2
開発者 2
評価
(18)
プロジェクト
23
22%
仲裁
8
13% / 63%
期限切れ
4
17%
3
開発者 3
評価
(601)
プロジェクト
695
33%
仲裁
43
47% / 44%
期限切れ
12
2%
取り込み中
類似した注文
i am looking to upgrade my trading telegram bot and add live data to it and also make it linked to a dashboard where i can trace the users who register in my bot and pay and make them go in my private channel and manages the expiry date of each user
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation

プロジェクト情報

予算
45+ USD
締め切り
最高 3 日