Need to convert a TradingView Script to MQL5

Работа завершена

Время выполнения 30 дней

Техническое задание

The script is simple as it can be,EA should act same or closely match the performance and results of the TradingView script in TV, (USD/CAD) from 1M chart to 1H

 

fastEMA_period = input(5, title="Fast EMA Period")
slowEMA_period = input(56, title="Slow EMA Period")

// Calculating indicators
fastEMA = ta.ema(close, fastEMA_period)
slowEMA = ta.ema(close, slowEMA_period)

// Trade conditions
longCondition = ta.crossunder(slowEMA, fastEMA)
shortCondition = ta.crossover(slowEMA, fastEMA)

Файлы:

TXT
test_TV.txt
0.9 Kb

Откликнулись

1
Разработчик 1
Оценка
(146)
Проекты
172
23%
Арбитраж
7
29% / 43%
Просрочено
4
2%
Загружен
2
Разработчик 2
Оценка
(95)
Проекты
117
38%
Арбитраж
9
89% / 0%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(192)
Проекты
247
61%
Арбитраж
8
25% / 38%
Просрочено
8
3%
Работает
4
Разработчик 4
Оценка
Проекты
0
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
5
Разработчик 5
Оценка
(362)
Проекты
506
40%
Арбитраж
147
18% / 72%
Просрочено
99
20%
Загружен
6
Разработчик 6
Оценка
(79)
Проекты
90
58%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(38)
Проекты
50
10%
Арбитраж
1
0% / 0%
Просрочено
8
16%
Свободен
8
Разработчик 8
Оценка
(298)
Проекты
443
64%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Работает
9
Разработчик 9
Оценка
(128)
Проекты
162
36%
Арбитраж
4
25% / 50%
Просрочено
13
8%
Свободен
10
Разработчик 10
Оценка
(42)
Проекты
52
50%
Арбитраж
6
83% / 0%
Просрочено
0
Свободен
11
Разработчик 11
Оценка
(563)
Проекты
932
47%
Арбитраж
302
59% / 25%
Просрочено
124
13%
Занят
12
Разработчик 12
Оценка
(254)
Проекты
573
36%
Арбитраж
64
20% / 58%
Просрочено
147
26%
Свободен
13
Разработчик 13
Оценка
(30)
Проекты
55
22%
Арбитраж
12
67% / 8%
Просрочено
2
4%
Свободен
14
Разработчик 14
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
15
Разработчик 15
Оценка
(376)
Проекты
475
40%
Арбитраж
83
36% / 33%
Просрочено
13
3%
Занят
16
Разработчик 16
Оценка
(256)
Проекты
415
38%
Арбитраж
86
44% / 19%
Просрочено
70
17%
Занят
17
Разработчик 17
Оценка
Проекты
0
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
18
Разработчик 18
Оценка
(71)
Проекты
80
10%
Арбитраж
35
9% / 54%
Просрочено
6
8%
Работает
19
Разработчик 19
Оценка
(17)
Проекты
22
14%
Арбитраж
0
Просрочено
1
5%
Свободен
Похожие заказы
I want to decompile an ea file and get the source code, i need it really quick as fast as possible. the file must be delivered alongside the source code
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy

Информация о проекте

Бюджет
30 - 100 USD
VAT (21%): 6.3 - 21 USD
Итого: 36.3 - 121 USD
Исполнителю
27 - 90 USD