MT5 indicator that sends pop up alerts based on overbought and oversold conditions.
I want alerts for:
1st RSI Period = 14
1st RSI Oversold = 70
1st RSI Overbought = 70
2nd RSI Period = 2
2nd RSI Oversold = 99
2nd RSI Overbought = 01
The alerts should be on the following timeframes with true/false switch on separate lines such as:
M30 = True/False
H1 = True/False
H4 = True/False
D1 = True/False
W1 = True/False
Alerts should be triggered on the closing price.
I also need to turn on or off Buy Alerts & Sell Alerts so I will need:
Trigger Buy Alerts - True/False
Trigger Sell Alerts - True/False
I need it to only give 1 alert per symbol. The alert message should read:
Symbol - Company name - Buy (RSI Period) (RSI Reading) (Timeframe) or
Symbol - Company name - Sell (RSI Period) (RSI Reading) (Timeframe)
I want to be able to select with true/false the charts it will monitor:
Major Forex = True/False
Minor Forex = True/False
US Shares = True/False
UK Shares = True/False
Cryptos = True/False
If I have selected US Shares = true, then it will monitor all US shares and whichever closes above Overbought, it will send a sell alert if it is activated. Similarly if it closes below 30 then it will send a Buy Alert.
I already have some security code for the indicator which you simply insert:
bool _b_security_account__PC = false; //Account Security On/Off
if(_b_security_account__PC)
{
string str__TERMINAL_DATA_PATH = TerminalInfoString(TERMINAL_DATA_PATH);
int int_index__n200 = StringFind(str__TERMINAL_DATA_PATH, "Users", 0);
int int_index__n201 = StringFind(str__TERMINAL_DATA_PATH, CharToString(92), (int_index__n200 + StringLen("Users")) + 1);
int int_All_String = StringLen(str__TERMINAL_DATA_PATH);
string string_Namber_Terminal = StringSubstr(str__TERMINAL_DATA_PATH, int_index__n200 + (StringLen("Users") + 1), int_index__n201 - (int_index__n200 + (StringLen("Users") + 1)));
string string__Name_PC="SHAKIR";
if(string_Namber_Terminal == string__Name_PC)
{
}
else
{
Print("Indicator Not Valid On This Account – To Purchase License Please Contact shakir.elahi@gmail.com");
Alert("Indicator Not Valid On This Account – To Purchase License Please Contact shakir.elahi@gmail.com");
return(INIT_FAILED);
}
}
//==============================================================================================
bool _b_security_account=false; //Account Security On/Off
if(_b_security_account)
{
int num=2100033965; //Accout number
if((int)AccountInfoInteger(ACCOUNT_LOGIN)==num)
{
}
else
{
Print("Indicator Not Valid On This Account – To Purchase License Please Contact shakir.elahi@gmail.com");
Alert("Indicator Not Valid On This Account – To Purchase License Please Contact shakir.elahi@gmail.com");
return(INIT_FAILED);
}
}
//==============================================================================================
bool _b_security_expiry__Time = false; //Indicator Expiry On/Off
if(_b_security_expiry__Time)
{
string DemoStr="2023.10.22 01:00"; //Expiry date/time
bool Expire=TimeCurrent()>StringToTime(DemoStr);
if(Expire)
{
Print("Indicator Has Expired – To Renew License Please Contact shakir.elahi@gmail.com");
Alert("Indicator Has Expired – To Renew License Please Contact shakir.elahi@gmail.com");
return(INIT_FAILED);
}
}
Benzer siparişler
I am looking for an experienced developer to create a custom Expert Advisor (EA) for trading. The developer should have strong knowledge of MT4/MT5, strategy logic, indicators, risk management, and backtesting. Experience in building reliable and professional trading robots is preferred. Please contact me if you have done similar projects before. 9817724000
⸻ 🧠 Professional AI Prompt (Clear English Version) Act as a professional algorithmic trading engineer with deep expertise in developing automated trading systems for TradingView and MetaTrader. You have strong knowledge of market behavior, trend analysis, and risk management. Your task is to design a fully automated trading strategy based on the following requirements: ⸻ 🎯 Entry Conditions: • Open a BUY trade
I am looking for an experienced MQL5 developer to create a custom technical indicator for MetaTrader 5. The indicator should combine Supertrend logic with Support/Resistance pullback levels to generate high-probability entry signals. 1. Core Logic The indicator must follow a two-step confirmation process: Trend Identification: Use the Supertrend indicator to determine the primary trend. Entry Signal (The
VWAP BB Sniper EA Quantum VWAP Scalper SmartFlow FX Bot Institutional Edge EA 🧠 PRODUCT OVERVIEW VWAP + Bollinger Bands Auto Trading System A high-precision forex scalping bot designed to capture institutional price movements using: VWAP (fair value tracking) Bollinger Bands (volatility & entry timing) 👉 Built for fast, consistent intraday profits
I am a Professional Forex Trader, actively working in the financial markets with a strong focus on how price truly moves. I specialize in logic, market structure, and institutional behavior rather than indicators or guesswork. I have mastered: • Market Structure • Trend Identification • Elliott Wave Theory • Wyckoff Logic My core expertise lies in: • Deep understanding of market structure • Identifying
Hello traders, I have Quantum queen v3.52, which is the latest version, available for $500 only. The price on the platform is around $1800, but I am offering it for a much lower price for serious buyers. Details: Product: Quantum queen Version: v3.52 Price: $500 Condition: Serious buyers only
Hi, I am looking to purchase a MT5 EA that can show consistent profitability 5% each month with drawdown less than 9%. I am not ready to build a new one from scratch as i do not have the strategy in mind yet so i do not want to take the risk of building one but not sure if it works. Only apply if you have an existing proven and tested EA that can sell to me together with the source code. The Ea is for prop firm even
I am a professional trader specializing in technical analysis using a powerful combination of Fibonacci strategies and Dow Theory. With strong experience in reading market structure, I am able to identify major trends, precise entry points, and key support & resistance levels with high accuracy. My approach goes beyond using a single indicator. I combine Fibonacci retracement & extension to pinpoint potential
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
I WANT TO CONVERT MY INDICATOR TO ROBOT, BUT I DONT HAVE THE SOURCE CODE , THE PROGRAMMER WILL DEVELOP THE SOURCE CODE FOR THE JOB. THE STRAGY IS SIMPLE , THE ROBOT WILL EXECUTE A TRADE WHEN THE SIGNAL FROM THE INDICATOR APPEARS. BUY SIGNAL IS WHEN THE ARROW APPEAS ON THE LOWER ZONE ( SUPPORT ZONE) SELL SIGNAL WHEN THE ARROW APPEARS ON THE UPPER ZONE ( RESISTANCE ZONE).THE ROBOT WILL HAVE THE FOLLWING FEATURES (1)