Update Live Alerts Indicator - Trigger Alert when BID price or ASK price reaches X Level

Lavoro terminato

Tempo di esecuzione 9 giorni

Specifiche

Live Alerts Indicator. This indicator trigger alerts based on Bollinger Bands, Moving Averages, and RSI.

I want you to update the Bollinger Bands Section & Add Profit Alerts Only. Leave Moving Averages and RSI untouched.

========================================================================================

Please name the Indicator – Bollinger Alerts with 2.0 SD

1) Currently when the BID price moves 50 points Above the highest Bollinger band an Alert is triggered. Same for when ASK price moves 50 points Below the lowest Bollinger band. The 50 points is defined as X in the settings.
Requirement: I need to add 2 more price levels in the settings such as 100 points and 200 points. I can change them to whatever
I want later. All you have to do is to duplicate the code that already works well. to add 2 more points

2) Format of Alerts: Currently the alerts that are sent out are like this: "(Pair name-Timeframe) Above BB" or  "Pair name - Timeframe - Below BB"

Requirement: I need
alerts in 2 lines on the SCREEN and also on MOBILE.
First line will give the Pair Name – Timeframe.
Second line will give the Alert message that is specified in the Settings

These alert messages will obviously be different for each price level.

So For example :
BB period                                
= 20
BB Standard Deviation            
= 2.0
Trigger Alert when price is     
= 50      points Above/Below (For each of these Alert levels there will be 2 strings that I will need. One will be when BID price goes above X points and the 2 ndwill be when ASK price goes below X points)
Above Alert Message 1= "SD2 Above BB 50p"
Below Alert Message
1= "SD2 Below BB 50p"

Therefore, the alert message would read –
(EURUSD-H1) 
SD2 Above BB 50p” or

(EURUSD-H1) 
SD2 Below BB 50p”

 

Similarly, IF
BB period                                 = 20
BB Standard Deviation            
= 2.0
Trigger Alert when price is     
= 200    points Above/Below (For each of these Alert levels there will be 2 strings that I will need. One will be when BID price goes above X points and the 2 ndwill be when ASK price goes below X points)
Above Alert Message 1= "SD2 Above BB 200p"
Below Alert Message
1= "SD2 Below BB 200p"

Therefore, the alert message would read –
(EURUSD-H1) 
SD2 Above BB 200p” or

(EURUSD-H1) 
SD2 Below BB 200p”

 

3) IF I can re-name the indicator as Bollinger Alerts with 3.0 SD and use the same trigger levels but with a standard deviation of 3.0 instead of 2.0 and it will NOT Create A Problem, then I do not need anything further.

Otherwise I need you to make 2 more sections where I can use the same indicator to trigger alerts with 3.0 standard deviation and also for 4.0 standard deviation.

Here I will need to feed in different price levels where the alert will trigger and also different alert messages so I will still need the options to do so in the settings.


Con risposta

1
Sviluppatore 1
Valutazioni
(31)
Progetti
41
20%
Arbitraggio
9
11% / 89%
In ritardo
5
12%
Gratuito
2
Sviluppatore 2
Valutazioni
(472)
Progetti
491
75%
Arbitraggio
6
67% / 17%
In ritardo
0
In elaborazione
Ordini simili
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
An expert trading bot 250 - 350 USD
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 () {
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
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower

Informazioni sul progetto

Budget
30+ USD
Scadenze
a 2 giorno(i)