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
Оценка
(440)
Проекты
546
25%
Арбитраж
21
38% / 38%
Просрочено
83
15%
Работает
Похожие заказы
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2

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

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