Работа завершена
Время выполнения 1 день
Отзыв от исполнителя
Great customer, clear specs, prompt communication, recommended+
Отзыв от заказчика
Perfect on all counts - and great communicator. So much so I have asked him to do my next piece of work!
Техническое задание
==Description==
I have an IBS indicator which requires some additions to make it like the one I use in TV:
Moving average of Internal Bar Strength
* This is a very decent entry and exit indicator
* Would like to be able to take IBS as substrate for an EMA or SMA of configurable length (default=5)
Rate Of Change of Internal Bar Strength
* This is decent indicator for finding reversals
* This will also need to be length configurable (default=5)
Visuals
These can all just represent as lines with configurable upper and lower bound thresholds (configurable)... see below:
Resources
Here's the same in Pinescript ...
//@version=5 indicator(title="InternalBarStrength-DK", shorttitle="InternalBarStrength-DK", overlay=false, timeframe="", timeframe_gaps=true) // up candle (= normal IBS) mibs = (close - low) / (high - low) // down candle (= reverse IBS) if (close - open) < 0 mibs := (high - close) / (high - low) //plot(mibs, title="IBS Up/Down", color=#7E57C2) // normal IBS (secondary plot slight blue) // normal IBS1 (secondary plot slight blue) cibs = (close - low) / (high - low) plot(cibs, title="cibs", color=color.rgb(41, 98, 255, 4)) oibs = (open - low) / (high - low) plot(oibs, title="oibs", color=color.rgb(255, 251, 41, 4)) cibsema = ta.ema(cibs,5) plot(cibsema, title="cibsema", color=color.rgb(230, 16, 8, 4)) // Calculate the rate of change (ROC) cibsroc_length = 5 // Number of bars for comparison cibsemaroc = (cibsema - cibsema[cibsroc_length]) / cibsema[cibsroc_length] // Plot the ROC plot(cibsemaroc, title="Rate of Change of MA", color=color.rgb(218, 23, 201)) // bands band_upper = hline(0.80, "Upper Band", color = #787B86) band_lower = hline(0.20, "Lower Band", color = #787B86) fill(band_upper, band_lower, color=color.rgb(126, 87, 194, 90), title="Background Fill")
Откликнулись
1
Оценка
Проекты
4
0%
Арбитраж
3
33%
/
33%
Просрочено
0
Свободен
2
Оценка
Проекты
39
23%
Арбитраж
14
0%
/
93%
Просрочено
4
10%
Свободен
3
Оценка
Проекты
8
13%
Арбитраж
6
33%
/
33%
Просрочено
0
Свободен
4
Оценка
Проекты
25
52%
Арбитраж
3
0%
/
100%
Просрочено
2
8%
Свободен
5
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
6
Оценка
Проекты
35
23%
Арбитраж
4
0%
/
50%
Просрочено
2
6%
Работает
7
Оценка
Проекты
281
55%
Арбитраж
0
Просрочено
5
2%
Свободен
8
Оценка
Проекты
945
47%
Арбитраж
309
58%
/
27%
Просрочено
125
13%
Свободен
9
Оценка
Проекты
499
67%
Арбитраж
5
40%
/
0%
Просрочено
4
1%
Свободен
Опубликовал: 8 примеров
10
Оценка
Проекты
211
69%
Арбитраж
8
38%
/
38%
Просрочено
22
10%
Свободен
11
Оценка
Проекты
489
75%
Арбитраж
6
67%
/
17%
Просрочено
0
Свободен
Похожие заказы
Hello, I am looking to develop a commercial-grade Expert Advisor for MT5 specifically optimized for XAUUSD (Gold). The underlying logic should be an intelligent, trend-filtered cost-averaging grid system focused on capital preservation. The EA must include the following functional architecture: 1. Core Strategy Structure: - Must feature a multi-strategy logic entry module. I want to use a combination of 3-4 standard
Generate a signal and place 2 arrows on the chart when these conditions happen. Rules: Levels up:price is below the Kijunsen and Senku A value is less than Senku B value Kijun sen close = previous kijun sen close; Kijun sen close value is LESS than Senku B close value Senkou B close = previous senku B close. Levels down: price is above Kijunsen. Senku A value is above Senku B value
i need the EA same working on trading view chart with same specifications of enter in a trade and sl/tp open 2 trades and 1 trade set tp1 & second trade set to tp 3 but sl should move to breakeven when tp1 hit and go to tp2 sl on tp1
Change Cap Channel Traiding Indicator
30 - 200 USD
preciso de um programa paracido com o CAP channel com botao de refresh e opcaos de alterar o periodo. utilizava um muito bom, mas o vendedor acredito ter sido excluido da comunidade, sumiu. e o que tinha parou de funcionar
Требуется напи сать пользовательский форекс-индикатор на основе стандартного индикатора ZigZag для торговой платформы МТ5 с фильтрацией колен (граней) по их минимальной длине. Пояснение: используя стандартный индикатор ZigZag для МТ5, добавить в его настройки функцию\опцию задания минимальной длины граней зигзага (чтобы индикатор игнорировал мелкие грани, а рисовал \ отмечал только те грани, длина которых составляет
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
TrendPulse EMA Wick EA
50 - 200 USD
EA specification for MT5 developer (coder‑ready spec) You can copy‑paste this directly into an MQL5 Freelance job. --- 1. General * Platform: MetaTrader 5 (MT5) * Type: Expert Advisor (EA) * Markets: Major FX pairs (configurable list via inputs) * Execution: Market orders only * Timeframes: EA must work on any timeframe, but I will mainly use it on M15–H1 --- 2. Indicators & definitions * EMA 20: Exponential Moving
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
MQL5 EA Help With Development
30 - 100 USD
Hey I need help with the development of my ea. I am using a built in indicator and a custom indicator. It shouldn't take too long. I will tell you the conditions and then I just need some help with the coding but I have some experience. Thanks we can chat on whatsap or telegram
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
Информация о проекте
Бюджет
30 - 50 USD
Сроки выполнения
от 5 до 7 дн.
