Modifying 1 pre-made indicator_2004180222

MQL4 Индикаторы

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

Время выполнения 6 дней
Отзыв от заказчика
Great thanks for the work! That's what I desired! Thanks, David
Отзыв от исполнителя
Thanks David for your clear requirements and your support!

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

I have a simple request of modifying 1 pre-made indicator as followings below.

Firstly, take a look at below image, please.
Above image shows options in parameter.
As you can see, it shows boxes and lines on chart.
I need an option to display boxes and lines on chart or not because boxes and lines are not necessary in system.
But I need values of the boxes and lines to calculate.
So, the default setting is “False”.

1. There will be an option in parameter as followings below.
Boxes and Lines Display     False

With above “False”, it will not display boxes and lines and texts on chart, but it will show the values of the boxes and lines in data window.
I think this work should be done likely as previous work –“OIH_TrendLines_v1.1”.
As you know well, “OIH_TrendLines_v1.1” was coded well to distinguish lines and values, so that it shows only values in data window without lines.


2. Text formation changed
** 1.12345 is an example of price, and (+12p) is also an example of pips
I changed basic information with those as followings below.
And I made new text formation likely as “1ST BUY TP = 1.12345 (+12p)” and “1ST SELL TP = 1.12345 (+12p)”.
For example, value of “1ST BUY TP” == (value of 2ND BUY TP) / 2 and
value of “1ST SELL TP” == (value of 2ND SELL TP) / 2.

Current                      New
Profit Target = 1.12345 (+12p)                2ND BUY TP = 1.12345 (+12p)
None                                      1ST BUY TP = 1.12345 (+12p)
Entry BUY = 1.12345 (1.12345)                BUY = 1.12345
Initial Sell Stop = 1.12345 (-12p)              SELL SL = 1.12345 (-12p)
Initial BUY Stop = 1.12345 (-12p)              BUY SL = 1.12345 (-12p)
Entry Sell = 1.12345 (-12p)                   SELL = 1.12345
None                                      1ST SELL TP = 1.12345 (+12p)
Profit Target = 1.12345 (+12p)                2ND SELL TP = 1.12345 (+12p)


3. Extra buffer –“Trading Zone” for up and down
LightBlue colored 2 boxes starts at 06:00 and ends 09:00 according to the settings in parameter.
I need an extra buffer (Trading Zone) from 09:15 (next candle to 09:00) to the 1st breakout upwards / downwards.
Take a look at the last box in yellow circle at 06:00 ~ 09:00, 17 Apr, please.
It is EURUSD_M15 chart.
09:15  1. price_high[M15] <= “BUY”
&& 2.  price_low[M15] >= “SELL” “Trading Zone” == 1.00000

09:30   1. price_high[M15] <= “BUY”
&& 2.  price_low[M15] >= “SELL” “Trading Zone” == 1.00000

09:45   1. price_high[M15] <= “BUY”
&& 2.  price_low[M15] >= “SELL” “Trading Zone” == 1.00000

10:00   1. price_high[M15] <= “BUY”
&& 2. price_low[M15] <“SELL” “Trading Zone” == 0.00000    1st breakout happened


So, it will show “Trading Zone == 0.00000” at 10:00, and it will show “0.00000” continuously till next box end (new 09:00).
With this feature, we can know where the 1st breakout happened.
As we know well, the 1st breakout happened at 10:00 – breakout downwards.
I will use this value (Trading Zone == 1.00000 / 0.00000) on the 1st previous candle.
So, I can have fixed value at 10:15 as “Trading Zone == 0.00000”.

Finally, there will be buffers in data window as followings below.
v1   2ND BUY TP  1.12345
v2   1ST BUY TP  1.12345
v3   BUY  1.12345
v4   SELL SL  1.12345
v5   BUY SL  1.12345
v6   SELL  1.12345
v7   1ST SELL TP  1.12345
v8   2ND SELL TP  1.12345
v9   Trading Zone   1.00000 / 0.00000


4.Remove the information text in yellow rectangle on top-left, please.


5. MaxBars
I need “MaxBars” function as default setting as 500.


For more details, take a look at my document attached, please.
Thanks,
David

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

1
Разработчик 1
Оценка
(453)
Проекты
566
26%
Арбитраж
24
42% / 38%
Просрочено
85
15%
Свободен
Опубликовал: 6 примеров
Похожие заказы
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not

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

Бюджет
150+ USD
Сроки выполнения
от 5 до 6 дн.