Project_1903011815

MQL4 Indicators

Job finished

Execution time 6 days
Feedback from customer
Great thanks for the work and efforts!! David
Feedback from employee
Thanks David for your support! It's a pleasure to work with you.

Specification

Hello,
I have few requests of modifying 3 pre-made indicators to work properly as I described here
Firstly, take a look at below image, please.
It shows only values in 4 decimals in data window.
Change values in 5 decimals, please.
And remove MTF function in parameter, and also in the code, please.
I need “MaxBars” in parameter, and the default setting is 500.
And I hope it to have no errors and warnings when it compiled, please.


Below contents are for 2nd request.
Take a look at below image, please.
There are few contents in red colored rectangle as followings below.
 TimeFrame
 alertsOn
 alertsOnCurrent
 alertsOnHighLow
 alertsMessage
 alertsSound
 alertsEmail

Remove above all functions, please.
It shows only values in 4 decimals in data window.
Change values in 5 decimals, please.
And I need “MaxBars” in parameter, and the default setting is 500.
There are 5 colors for lines and Wingdings in the code.
I hope the lines and Wingdings to have default width as followings below.

 DimGray   width 2     Style 0
 Maroon    width 2     Style 0
 DarkBlue   width 2     Style 0
 Red   width 3     Style 0
 Blue   width 3     Style 0

Below contents are for 3rd request.
This 3rd request will use new indicator “OIH_TMA+CG_v1.0” (by 2nd request).
A new indicator will have 3 lines ? upper, middle and lower line.
v1 is for middle line
v2 is for upper line
v3 is for lower line

With above features, we can calculate the distance from v2 to v1 or from v1 to v3.

Trend Up
(v2 ? v1) < (v1 ? v3) on current candle

Trend Down
(v2 ? v1) > (v1 ? v3) on current candle

If Trend Up happens on current candle, it will show DeepSkyBlue bar sized as 1.0 at sub_window.
And it will show v1 (Trend Up) = 1.00000 in data window.
If Trend Down happens on current candle, it will show DeepPink bar sized as 1.0 at sub_window.
And it will show v2 (Trend Up) = -1.00000 in data window.


Below contents are for 4th request.
Take a look at below image, please.

As you can see, there are few contents as followings below.
 TimeFrame     Current time frame
 __              alerts
 alertsOn        false
 alertsMessage   true
 alertsSound     false
 alertsEmail      false

Remove above all functions in parameter, and also in the code, please.
And fill out the blanks with “0.00000” in data window, please.
There are buffers as followings below.
v1 is for positive weak histogram
v2 is for positive strong histogram
v3 is for negative weak histogram
v4 is for negative strong histogram
v5 is for DimGray MA line
v6 is for Gold MA line
v7 is for none value   ** this is my opinion, so check it if it used for any value or not, please.
                               If it is not used for any value, then remove it, please.
I think v7 is not used for any value.
If v7 is not used for any value, then remove v7, please.
And, I need “MaxBars” in parameter, and the default setting is 500.


Below contents are for 5th request.
This 5th request will use new indicator “OIH_ZeroLag MACD_v1.0” (by 4th request).
This work is for integrating positive strong and weak histogram value as v1, and is for integrating negative strong and weak histogram value as v2.
A new indicator will have 4 buffers in data window.
v1 is for positive histogram
v2 is for negative histogram
v3 is for MA line  ** DimGray colored line
v4 is for MA line  ** Gold colored line

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

Responded

1
Developer 1
Rating
(453)
Projects
566
26%
Arbitration
24
42% / 38%
Overdue
85
15%
Free
Published: 6 codes
Similar orders
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

Project information

Budget
160+ USD
Deadline
from 5 to 6 day(s)