
I need to create a dashboard scanner for my MT4 software which can be loaded on any template or chart and scan every one
minute.
The Dash board is for combined scanning all symbols in my market watch window for the following indicators together every minute.:- RSI 14 and
21, STOCH RSI BASIC (5,14,14,3,3) and ENTRY REVERSAL INDICATOR (DEFAULT SETTINGS).
The indicators are in EXE, EX4 and MLQ4 source file, either purchased or available free in MLQ5 market.
The Dashboard should include resizable columns with- symbol name, time frame (5 min, 15 min, 30 min, 45 min, 1 hourly, 4 hourly, daily,
weekly), type of alert (buy/sell/ exit sell/ exit buy), age of the alert bar, current market price, stat chart (clickable link of the symbol
chart in the above window of he same chart), type of indicator (which had initiated the alert).
Dashboard should have a scroll bar which should to easily navigable like hold and drag, click to scroll page up or down etc.
Option to select indicators from navigator window, modify criteria and modify alert (alert type- pop up in alert window with sound, push
notification, email alert).
Ability to scan every one minute in live market. All the columns headings should be clickable in order to view the results
in ascending or descending order.
eg- The kind of alerts required for the following indicators
RSI 14- 50 CROSSOVER UP OR DOWN, from 30 REVERSE UP, from 70 REVERSE DOWN; RSI 21- from 60 REVERSE DOWN, from 40 REVERSE UP;
STOCH RSI BASIC (5, 14, 14, 3, 3)- MOVING AVERAGE CROSSOVER WHEN ABOVE 80 OR BELOW 20;
ENTRY REVERSAL INDICATOR - WHEN A BUY/SELL ARROW IS CREATED, WHEN EXIT BUY/ EXIT SELL SIGNAL IS GENERATED.
For the ENTRY REVERSAL INDICATOR, when it is attached to any chart, it already creates buy and sell signal green/red arrows and gives out
buy/sell/exit buy/exit sell alerts in pop up, push notifications and email format. All I want is it to be able to scan all the symbols on my
market watch list and give out alerts. So when I look at the alerts, I can click on the scanner link for the symbol and then view the chart.

Please find an example of the dash board AND THE INDICATORS in the attached file.
Your valuable time and contribution will be greatly appreciated.
Thank you.
相似订单
Expert Needs to integrate Volume Density ( Ticks Per Point ) Adaptive Volume Baseline ( Apply with experience ) , Order Flow Tick Volume Based ( required integration is for smooth execution ) , Every other requirement already exists by the expert , True Objective : To identify the true transition from Accumulation to Expansion/Distribution leading to Breakout capturing participation while eliminating false breakouts
i have indicator for Trading View, also copy for NT, i need someone to improve and check the NT version (indicator is simple is volume density koncept)…. when i put same settings on TV version and NT version i have diffrerent results, but this can be because diffrent market data or fact that TV sending tick info in blocks , not tick by tick like NT8 on both. I(ndicator base on counting volume) so besied that is it
I’m looking for a professional and experienced developer to build an automated Pocket Option trading bot. Requirements: Trade OTC stocks, crypto, and currencies. AI-assisted market analysis and trade signals. Automatic entry/exit based on the implemented strategy. Execute 5 trades, then pause for 10 minutes before continuing. Adjustable trade amount. Configurable risk management, including stop-loss/take-profit where
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I have a working MetaTrader 5 Expert Advisor already coded and running -- this is not a "build from scratch" job. The EA trades a smart-money-concepts style model (structure breaks, liquidity sweeps, order blocks, fair value gaps, optimal trade entry retracement). Exact parameters and the rest of the underlying logic are proprietary and will only be shared once we're under a working agreement. To check you actually
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
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
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {