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

Auftrag beendet

Ausführungszeit 9 Tage

Spezifikation

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.


Bewerbungen

1
Entwickler 1
Bewertung
(31)
Projekte
41
20%
Schlichtung
9
11% / 89%
Frist nicht eingehalten
5
12%
Frei
2
Entwickler 2
Bewertung
(471)
Projekte
490
75%
Schlichtung
6
67% / 17%
Frist nicht eingehalten
0
Arbeitet
Ähnliche Aufträge
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
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
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization

Projektdetails

Budget
30+ USD
Ausführungsfristen
bis 2 Tag(e)