Currency Strength Meter

MQL4 Indicators

Job finished

Execution time 27 days
Feedback from customer
It was a pleasure working with Biantoro. Very patient and responsive to changes as needed. Will use again in future projects.
Feedback from employee
Thanks for the job, Great Customer !!

Specification

I need a simple currency strength meter. It must be accurate, and I will be backtesting to verify accuracy (I most likely will use larger timeframes for backtesting as I’m aware smaller timeframes will cause indicator change more rapidly).

I drew out and attached a visual ideal of indicator layout. It does not have to match picture 100%. This is just an idea of how to it should look.

 

Programming Notes:

1.       I am aware a lot of the parameters will fit better as a dashboard rather than an indicator.  If dashboard can be backtested, them I’m ok with using a dashboard instead

2.       The meter is meant to be integrated into my existing EAs. It should not “require” visual backtesting to run properly.

3.       The indicator must be light on Terminal Resources (it should not be in danger of locking up terminal). It should be able to run on multiple charts.

4.       In theory the higher timeframes numbers should change slower, and lower timeframe should change faster

5.       At end of project, programmer must provide explanation of speed calculations method (indicators and settings)

 

Internal Parameters:

Alert Sounds True/False (Default True) – False is Default

Alert Durations Minutes – Minutes before Alerts expire (and are removed from Button Display chart) Note: If blank, then alerts will remain until Buttons Display chart is full, and then oldest will be removed to make room for new alert

ManualDeleteWaitInMinutes – This is the number of minutes to wait before a new signal is generated “On the same pair” after user manually deletes signal

ManualDeleteWaitBars- This is the number of New Bars to wait before a new signal is generated after “On the same pair” after user manually deletes signal

·         Minutes will affect each time frame the same

·         Bars will affect be different because it is at completion of previous bar for time frame

·         “Bars” to take Priority over “Minutes” if both parameters are set

True/False for each option (13 parameters total) – “ViewAUD”, CHF, EUR, GBP, JPY, NZD, USD , XAG, XAU, DKK, RUR, RUB, SGD

·         Yellow by default will be turned off.

 

 

On Chart Parameters:

Pair Difference – This is the amount difference to cause alert and place on Button Display Chart

Weak Threshold = X (This number and below will show as red) – Default is 3

Strong Threshold = X (This number and above will show as green) – Default is 8

·         All colors in-between to show as “yellow”………Example

o   Weak = 3, Strong = 8, then 1,2,3,4,5,6,7,8,9,10

·         If there are no in-between numbers, then there will be no numbers

o   Weak = 4, Strong = 5, then 1,2,3,4,5,6,7,8,9,10

“Clear All Alerts” Button – Will delete all current alerts in Display Chart section

Number Buttons of to Display -  Max 20 – Default 9 – I do understand that the more buttons, the smaller the text. Buttons should be able to expand with normal terminal chartview expansion.



Display Button Chart – Only Boxes that are checked will display alerts. Clicking the button will open the pair’s chart and TimeFrame. The button itself will include:

·         Currency Pair

·         Signal TimeFrame

·         Direction of Trade to be placed (based on Weak and Strong of the Pair)

·         A Timer with text “X minutes ago” (will update each minute).

·         A little X (or something) for a user to delete that particular Signal (This is where ManualDeleteWaitInMinutes and ManualDeleteWaitBars will function)

·         Current Pair Difference Amount (will update each minute).

·         If trade is active on signal pair, then a comment below that says “Trade ACTIVE on pair”. Does not matter how trade was opened.

·         Repeat Signal Note: If new Alerts is given, but same Pair and Timeframe already exist in Display Button chart, then only update Alert Timer

  • If all chart buttons spaces are full, then move the oldest alert button to make room for new button Note:When the timer is updated due to a Repeat Signal, this will also resets the timer for that 

Files:

ZIP
Examples.zip
213.7 Kb

Responded

1
Developer 1
Rating
(333)
Projects
543
66%
Arbitration
53
21% / 40%
Overdue
169
31%
Free
Published: 1 code
2
Developer 2
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
3
Developer 3
Rating
(12)
Projects
16
31%
Arbitration
0
Overdue
0
Free
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
50 - 150 USD
Deadline
from 1 to 10 day(s)