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

Время выполнения 3 дня
Отзыв от заказчика
Excelent programmer. Was king enough to do some extra adjustments. I will keep doing business with you
Отзыв от исполнителя
Great client, thank you.

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

Script/EA that must do the following:

- display All output in a dashboard

- Manage ALL symbols from MarketWatch

- calculate CCI indicator and MovingAverage of the CCI

- all symbols from the MarketWatch must be displayed in a window as a table (spaced conveniently), like a dashboard, together with their CCI values and MA of CCI values - see below .

- for every symbol from MarketWatch, the Script /EA must display CCI(x) and the MA(y) applied on the CCI indicator. Values for x and y must be entered by user

- user must be able to select the calculation mode of CCI (close, open, high, low, ...) and MA (simple, exponential....)

- user must select the timeframe (MN, W1, D1, H4, H1, M30, M15, M5)

- user must select a HighAlarmLevel AND a LowAlarmLevel


Signal ALARMS/ALERTS:

Applies to the last closed candlestick:

- for every symbol, if CCI > HighAlarmLevel, then CCI value in the table must be display with a different color (user configurable) (alarm trigger)

- for every symbol, if MA of CCI > HighAlarmLevel, then CCI value in the table must be displayed with a different background color (user configurable)  (alarm trigger)


- for every symbol, if CCI < LowAlarmLevel, then CCI value in the table must be display with a different color (user configurable)  (alarm trigger)

- for every symbol, if MA of CCI < LowAlarmLevel, then CCI value in the table must be displayed with a different background color (user configurable)  (alarm trigger)


Applies to the previously closed candlesticks  (I want to see if I have missed some alarms for the previous 2 candlesticks)
- for every symbol, if alarm WAS triggerer during the previous 2 candlesticks (BEFORE THE LAST CLOSED CANDLESTICK), the colors in the table bust be different (user configurable)


Applies to the current candlestick
- for every symbol in the table that the alarm conditions are met, a flashing "*" sign should be displayed next to the values of the CCI and MA



There is no need to process every tick.

It is necessary to process the closing of the candlesticks, AND every minute or so for the current candlestick alerts





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

1
Разработчик 1
Оценка
(373)
Проекты
395
31%
Арбитраж
61
20% / 67%
Просрочено
48
12%
Загружен
2
Разработчик 2
Оценка
(71)
Проекты
103
20%
Арбитраж
6
0% / 83%
Просрочено
3
3%
Свободен
3
Разработчик 3
Оценка
(306)
Проекты
327
70%
Арбитраж
4
100% / 0%
Просрочено
1
0%
Загружен
4
Разработчик 4
Оценка
(230)
Проекты
431
27%
Арбитраж
123
21% / 54%
Просрочено
96
22%
Загружен
5
Разработчик 5
Оценка
(52)
Проекты
96
24%
Арбитраж
9
22% / 22%
Просрочено
12
13%
Работает
6
Разработчик 6
Оценка
(14)
Проекты
19
11%
Арбитраж
1
0% / 100%
Просрочено
5
26%
Свободен
7
Разработчик 7
Оценка
(3)
Проекты
3
67%
Арбитраж
1
0% / 0%
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(21)
Проекты
35
54%
Арбитраж
8
63% / 38%
Просрочено
1
3%
Свободен
9
Разработчик 9
Оценка
(143)
Проекты
255
35%
Арбитраж
12
25% / 58%
Просрочено
42
16%
Свободен
10
Разработчик 10
Оценка
(43)
Проекты
72
49%
Арбитраж
4
0% / 50%
Просрочено
19
26%
Свободен
11
Разработчик 11
Оценка
(563)
Проекты
636
41%
Арбитраж
21
57% / 29%
Просрочено
45
7%
Работает
12
Разработчик 12
Оценка
(162)
Проекты
192
48%
Арбитраж
2
50% / 50%
Просрочено
1
1%
Работает
Похожие заказы
Mt5 bot 60+ USD
This code integrates the bounds checking logic into your existing GBPUSD Basic Indicator script. It ensures that array indices are checked before accessing array elements, which should help prevent "array out of range" errors
Hello Developers, I need an EA automatic and semi auto combined with RSI indicator, a situation whereas at a particular time frame defined by user the robot will open sell position once the price touched 70 level of RSI indicator and candle stick closed is a bear candle and opens another position once the following candle stick closed as bear candle stick martingale multiply lot size by defined user on the direction
I am looking to have a specific strategy of mine based off a mean reversion indicator in trading view, developed into a EA on MQL5. An understanding of pine script and MQL5 is mandatory for this project. It is a martingale strategy. I am only using one indicator off of trading view, no more
Omega Bot 30 - 40 USD
Hello to everyone reading this, I have a strategy that's great and I want to turn it into a bot, the strategy is based on 3 moving averages on the main chart and Macd indicator, I want the bot to enter and exit trades(for example 3 Moving average crossover to the upside on m15 plus macd crossover to the upside(apply to specific settings) , signal buy and enter buy trades and exit only when the is a crossover to the
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (Ill provide the pine script) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (Ill provide the pine script) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Hello, I am a trader and I trade on MT4/5 platform , but now I want to upgrade my trading so I need an expert who can code an Expert advisor EA for me with my strategy on MT4/MT5, so if you are an expert in coding I am expecting your response
Dear colleagues, I have a small request for development. It is required to develop an indicator to display the 1-2-3 pattern. Standard strategy format for the indicator. Line display, separate line buffers for long and short signals. Arrow entry point. Separate input buffers for long and short signals, that is, separate arrows. Marks of TP and SL levels at entry point. The indicator should analyze the selected
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (I'll provide pine script code) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it

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

Бюджет
30 - 100 USD
VAT (19%): 5.7 - 19 USD
Итого: 35.7 - 119 USD
Исполнителю
27 - 90 USD