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
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I am offering a ready-to-use trading system that connects MetaTrader 4 signals with automated trading on Polymarket. The system is already fully developed and working. What the system does: The bot copies signals from a custom MT4 indicator and executes trades automatically on Polymarket prediction markets. How it works: A custom MT4 indicator generates BUY or SELL signals using buffers. When a signal appears, it is
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
I need Ea that executes trade based on trading view indicator called Market Structure CHoCH/BOS (Fractal) [LuxAlgo] I need developer to recreate the indicator as an Ea in MQL5 The core of the system will be a structured Market Structure engine that detects CHOCH (Change of Character) and BOS (Break of Structure) Signals will be confirmed once the indicator gave ( the bos/choch) no need to wait candle close
Looking to purchase a Good forex or gold/ BTC trading EA and it's source code. Must be compatible with low budget like less than $500 accounts, Must need no manual intervention and run fully automated. If you are interested in selling me the source code, please share the Read only account access where the EA has already been running on, so i can check past performance and get an idea on how it works or runs. Dont
Hello, I’m looking for an experienced MQL4/MQL5 developer to work with me on an ongoing basis. My clients request services such as: Converting TradingView Pine Script indicators/strategies into MT4 or MT5 Expert Advisors Converting MT4 EAs to MT5 (and MT5 to MT4) Compiling and fixing existing MQL4 / MQL5 EA code Adding simple features like alerts, SL/TP, lot size, and basic money management This job is for
I am looking someone to create an EA based on my MACD Histo indicator / strategy from Pinescript. I will send it to you for you to replicate. The EA shall have: - Divergence length in bars, min and max values. - Pivot Logic - Entry on close of divergence confirmation bar. - Dynamic lot size dependent on SL/TP, in monetary value. - SL / TP in percent away from entry, separate values for long and short. - Time, day and
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at