Project_1903272245

MQL4 Индикаторы

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

Время выполнения 2 дня
Отзыв от исполнителя
Thanks David for your support!
Отзыв от заказчика
Great thanks for the work!!! David

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

Hello,
I have 1 request of making 1 new indicator by using 1 pre-made indicator to work properly as I described here.
Firstly, take a look at below image, please.
Take a look at yellow colored vertical line, please.
Above image is for Trend Down.
For more details of conditions and displays of Trend Up / Down and Trend None, take a look at contents on p.2, please.

Trend Down
1. v2 (Support) of OIH_SupportResistance_v1.0 on the 3rd previous candle == v2 (Support) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
2. v1 (Resistance) of OIH_SupportResistance_v1.0 on the 3rd previous candle > v1 (Resistance) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
3. Price_low > v2 (Support) of OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
4. Price_low > v2 (Support) of OIH_SupportResistance_v1.0 on the 1st previous candle
Above image is for Trend Down End.
After Trend Down, new Support happened on the 1st previous candle.
Trend Up
1. v1 (Resistance) of OIH_SupportResistance_v1.0 on the 3rd previous candle == v1 (Resistance) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
2. v2 (Support) of OIH_SupportResistance_v1.0 on the 3rd previous candle < v2 (Support) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
3. Price_high < v1 (Resistance) of OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
4. Price_high < v1 (Resistance) of OIH_SupportResistance_v1.0 on the 1st previous candle

If “Trend Up” happened on the 1st previous candle, then it will show DeepSkyBlue colored bar sized as 1.0 at sub_window, and also it will show “v1 == 1.0” in data window on current candle.
And both DeepSkyBlue colored bar and “v1 == 1.0” will be displayed continuously on current candle till the conditions of “Trend None” satisfied on the 1st previous candle - ISM


Trend Down
1. v2 (Support) of OIH_SupportResistance_v1.0 on the 3rd previous candle == v2 (Support) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
2. v1 (Resistance) of OIH_SupportResistance_v1.0 on the 3rd previous candle > v1 (Resistance) of
OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
3. Price_low > v2 (Support) of OIH_SupportResistance_v1.0 on the 2nd previous candle
&&
4. Price_low > v2 (Support) of OIH_SupportResistance_v1.0 on the 1st previous candle

If “Trend Down” happened on the 1st previous candle, then it will show DeepPink colored bar sized as 1.0 at sub_window, and also it will show “v2 == -1.0” in data window on current candle.
And both DeepPink colored bar and “v2 == -1.0” will be displayed continuously on current candle till the conditions of “Trend None” satisfied on the 1st previous candle - ISM


Trend None ? 2 cases of Trend None for Trend Up / Down
Case 1 ? Trend None after Trend Up
1. v1 (Trend Up) == 1.0 on the 1st previous candle
&&
2. v1 (Resistance) of OIH_SupportResistance_v1.0 on the 2nd previous candle != v1 (Resistance) of
 OIH_SupportResistance_v1.0 on the 1st previous candle (means that new Resistance happened on the 1st previous candle)

If “Trend None” happened after “Trend Up” on the 1st previous candle, then it will show DimGray colored bar sized as 1.0 at sub_window, and also it will show “v3 == 0.0” in data window on current candle.
And both DimGray colored bar and “v3 == 0.0” will be displayed continuously on current candle  till the conditions of “Trend Up” or “Trend Down” satisfied on the 1st previous candle - ISM


Case 2 ? Trend None after Trend Down
1. v2 (Trend Down) == -1.0 on the 1st previous candle
&&
2. v2 (Support) of OIH_SupportResistance_v1.0 on the 2nd previous candle != v2 (Support) of
 OIH_SupportResistance_v1.0 on the 1st previous candle (means that new Support happened on the 1st previous candle)

If “Trend None” happened after “Trend Down” on the 1st previous candle, then it will show DimGray colored bar sized as 1.0 at sub_window, and also it will show “v3 == 0.0” in data window on current candle.
And both DimGray colored bar and “v3 == 0.0” will be displayed continuously on current candle  till the conditions of “Trend Up” or “Trend Down” satisfied on the 1st previous candle - ISM


Finally, there will be 3 buffers in data window as followings below.
 v1 Trend UP == 1.0
 v2 Trend Down == -1.0
 v3 Trend None == 0.0

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

Файлы:

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

1
Разработчик 1
Оценка
(440)
Проекты
546
25%
Арбитраж
21
38% / 38%
Просрочено
83
15%
Работает
Похожие заказы
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 final source code mql5 file. Thank you Regards
who can make a mql5 indicator using tickprice to creat desired second time frame candles... and then make macd and rsi with bollinger bands and ichimoku and bollingerbands for desired second timeframes to plot buy and sell signals based on them
Kindly add the following to the parameters: 1. Transfer existing EA parameters to control panel (Not complicated) 2. Add the price value of the SL and TP next to the pips value, currently it is only the pips parameter that is available in the SL and TP, so that when you input the SL and TP in pips, it will give you the price value of the currency the robot is working on. 3. Max Loss balance: When I specify an amount
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
J'aimerais développer mon propre indicateur sur Mt4 et Mt5. On commencerait avec une version de base qu'on améliorerait par la suite. C'est un indicateur basé sur plusieurs analyses et qui donnerait plusieurs indications. Je recherche quelqu'un qui puisse développer sur MT4 et Mt5, dans un premier temps j'aimerais le faire sur mt4 puis sur mt5. Si vous avez une expertise en pinescript c'est un plus car j'aimerais
SIM pL E MT5 INDICATOR WANTED BASED ON CUSTOM FIBONACCI LEVELS ON MAIN CHART SHOULD ANALYZE ON TIME FRAME SELECTED ON SETTING TAB ANALYSIS IS BASED ON HIGH AND LOW OF SELECTED TIMEFRAME LOOCKBACK CALCULATED IN BARS BOTTOM INDICATOR WINDOW WILL HAVE THE FOLLOWING INDICATORS RSI 2 MOVING AVARAGES LOADED ON RSI WINDOW ENVELO pS LOADED ON RSI WINDOW DETAILS OF INDICATORS WILL BE GIVEN TO SUCCESFUL A p p LICANT IMAGE OF
Hi, I am looking to purchase a pre-built trading strategy specifically tailored for trading AUXUSD. Before committing to the purchase, I require the following detailed information: 1. **Type of Trading**: - Clearly define the trading style this strategy is designed for (e.g., scalping, swing trading, day trading, position trading, etc.). - Provide an explanation of why this trading style is suitable for AUXUSD
Need a dashboard, which can monitor up to 30 selected pairs in selected time frames. It monitors AO, MACD and stochastic. In the cells of dashboard, if AO is positive in the relevant symbol/tf, it writes "UP". When one of AO is above 0 level AND Stochastic is in OS zone it writes "UPUP". When AO is above 0 and when stochastics is oversold minimum of two times,it will alert UPU2 if AO is negative below 0 in the

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

Бюджет
80+ USD
Исполнителю
72 USD
Сроки выполнения
от 3 до 4 дн.