Работа завершена
Время выполнения 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
Оценка
Проекты
80
10%
Арбитраж
38
8%
/
58%
Просрочено
6
8%
Свободен
2
Оценка
Проекты
23
22%
Арбитраж
8
13%
/
63%
Просрочено
4
17%
Свободен
3
Оценка
Проекты
618
33%
Арбитраж
35
37%
/
49%
Просрочено
10
2%
Занят
Похожие заказы
We are looking for a skilled developer with proven experience integrating the Deriv API WebSocket, ( https://developers.deriv.com/docs/getting-started ) to connect our trading web application with Deriv SmartTrader accounts. Our platform already generates AI-based trading signals , and the goal is to allow users to: Log in with their Deriv account (OAuth or API tokens) Fetch and display real-time account details
I want the Robots to execute buy/sell/TP/SL trades without me telling them to, Buy low Sell high Forex Pairs, I want to gain profit not lose profit, using INDICATORS, strategies, Expert Advisors, signals, Symbols, MA RSI, Awesome Accelerators', Algorithmic Trading and Scanners on real time data
Pazuzu
30+ USD
generate or create me a python coded file that has mql5 language requirements for a trading bot under the following instructions. the bot must execute trades if necessary the bot must trade 24/7 the bot must trade gold and currency the bot must make unlimited profit hourly the bot must enter market with caution after market analysis of 98 percent of clear trade
Информация о проекте
Бюджет
45+ USD
Сроки выполнения
до 3 дн.