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);
}
}
Similar orders
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Welcome to the new era of automation I have something very powerful for trades who are looking to make consistent profits in the industry The EA is called Golden Sniper Pro designed specifically for boom index on Deriv broker with a win rate of over 85%. The ea combines EMA and RSI to detect market direction, calculates SL and TP by ATR. Uses tick counts to avoid entries near spike zones, if there was an entry
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b