Combine 3 Single MACD(MTF) Indicators Into One Single Indicator Window.

MQL4 Индикаторы

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

Hello. I want 3 single MACD indicator (MTF MACD - which I will give you) to be combined into one single indicator window. Please have a look at the edited charts below to understand what the indicators should look like. 



Primary Conditions

The new combined MACD should be updated automatically. The source indicator I give you does not get auto updated when choosing different timeframes other than the current chart timeframe( If chart is 1 hour, and I change the TF to 15 minute, then the 15 minute MACD values will not updated until manually change the timeframes and get back to the chart again. So new MACD should be auto updating)


3 Different MACD’s should be on the same window/ New MACD indicator should be a combination of 3 MACD’s.


There will be a Primary, Secondary, and Tertiary MACD on the New indicator. The Primary MACD(Current Chart MACD); A Secondary MACD(1 Step Higher Than the current MACD); A Tertiary MACD(2 step higher than the current MACD). Example: 1Hour MACD(current), 4 Hour MACD(Secondary 1-step up), Daily MACD(Tertiary 2-step up).


The indicator should have a TF step changing setup in the settings, like if I want to install the indicator in a 1 hour chart, and if I want the tertiary TF to be the Weekly MACD instead of Daily MACD, then I should be able to do this from the settings.


2 Arrows Up/Down should be placed at the right side of the histograms. The arrows will show the direction of the previous histogram and the direction of the current histogram. So for example, in a 1 hour chart, if the previous candles(closed) histogram is Green(up), then a Blue color Up arrow will be shown right next to the histogram, and also if the current 1H MACD histogram is red then a Red color down arrow will be placed right next to the previous arrow. Same should be on the other TF MACD’s.


The new indicator must have different buffers for the arrows on different timeframes. IT IS MUST! (I will use these buffers in the future)

        Buffer Example: 5 Min Chart Index-1=Up, 5 Min Chart Index-1=Down;   5 Min Chart Index-0=Up, 5 Min Chart Index-0=Down

                                15 Min Chart Index-1=Up, 15 Min Chart Index-1=Down;   15 Min Chart Index-0=Up, 15 Min Chart Index-0=Down

                                30 Min Chart Index-1=Up, 30 Min Chart Index-1=Down; 30 Min Chart Index-0=Up, 30 Min Chart Index-0=Down

                                1Hour Chart Index-1=Up, 1Hour Chart Index-1=Down;      1Hour Chart Index-0=Up, 1Hour Chart Index-0=Down

                                4Hour Chart Index-1=Up, 4Hour Chart Index-1=Down;      4Hour Chart Index-0=Up, 4Hour Chart Index-0=Down

                                Daily Chart Index-1=Up, Daily Chart Index-1=Down; Daily Chart Index-0=Up, Daily Chart Index-0=Down

                                Weekly Chart Index-1=Up, Weekly Chart Index-1=Down; Weekly Chart Index-0=Up, Weekly Chart Index-0=Down



Also find the source indicators(ex4 version) attached below for you to test. One is a regular 4 color histogram MACD(name: MACD_MTF), And the other is a modified version of that MACD which have timeframe changing settings inside the MACD (name: MACD MTF Custom Indicator - thesr). I will provide you the MQL4 version of the source indicators if you accept the job. 

You will need to paste both the ( MACD_MTF, &  MACD MTF Custom Indicator - thesrindicators in the mt4 indicator folder to install and see the indicator in effect. You will use the  "MACD MTF Custom Indicator - thesr" to see the MTF version and settings of the indicator. 

let me know if you have any more questions to ask.



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

1
Разработчик 1
Оценка
(42)
Проекты
62
8%
Арбитраж
12
58% / 42%
Просрочено
1
2%
Свободен
2
Разработчик 2
Оценка
(71)
Проекты
103
20%
Арбитраж
6
0% / 83%
Просрочено
3
3%
Свободен
3
Разработчик 3
Оценка
(52)
Проекты
97
24%
Арбитраж
11
18% / 18%
Просрочено
12
12%
Работает
Похожие заказы
I need to fix an indicator that MT5 says is too slow. The message in Expert Tab when the indicator is used inside another indicator through iCustom function is this: "Indicator is too slow 27674 ms. rewrite the indicator, please". So the indicator needs to be fixed to speed it up. I request first version ex5 file with expiration before starting the job. I request final source code mq5 file. Thank you Regards
The idea of the trading system is as follows: Market entries are performed when the 2 moving averages intersect, the candlestick touches or breaks through the opposite moving average line of the moving average that just crossed but the overall trend has remained the same. The trend is determined by the MACD based on the settings 34 for fast EMA 144 for slow EMA and 9 for MACD SMA. When the MACD is an above the zero
Hello, I bought an EA who has SL but it is not trailing.I need someone who can attach trailing SL to this EA or if it is possible to implement trailing in the EA? I do not have EA code, I bought it and I am using it
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and exit buy position when sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and exit sell position when buy signal will be given
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard noticatioons and also if pressed to go to the a template timeframe and pair
Descripción: Necesito duplicar un indicador detector de cambio de polaridad para el activo Boom 1000 en MetaTrader 5 (MT5). El indicador debe identificar de manera precisa los cambios de polaridad en el mercado y duplicar la funcionalidad para asegurar una detección redundante. Especificaciones clave: El indicador debe generar una señal visual clara en el gráfico (flechas o líneas) cada vez que se detecte un cambio
Poverty 30+ USD
``` def moving_average_crossover(prices, short_window, long_window): short_ma = prices.rolling(window=short_window).mean() long_ma = prices.rolling(window=long_window).mean() signals = np.where(short_ma > long_ma, 1, 0) signals = np.where(short_ma < long_ma, -1, signals) return signals # Example usage: prices = pd.Series([...]) # Replace with your price data short_window = 50 long_window = 200 signals
Brief description. mt4 must be connected via binary.com API. Only for binary trade. Forex pair . Rise/Fall option only. Maximum trade limited options should be given. Profit option should be given. Martingale system. Compounding system Candlestick time counter should be given. There will be two types of signals. A candle stick will come with an arrow symbol. Arrow symbol will appear below another chart. You can
Veltoor sniper 35+ USD
I wanna create trading robot so that it can trade for me during busy hours cause I sometimes miss opportunity to enter my trades because I'm being busy during the day . So I'd like to have a system for me
**Job Title: Experienced Developer Needed for High-Performance Scalping Trading Robot** **Job Description:** We are seeking an experienced and highly skilled developer to create a cutting-edge trading robot specifically designed for scalping strategies. The ideal candidate will have a deep understanding of trading algorithms, extensive experience in financial markets, and a proven track record of developing

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

Бюджет
40 - 50 USD
Исполнителю
36 - 45 USD
Сроки выполнения
от 2 до 3 дн.