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);
}
}
Solicitudes similares
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'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
Hello I need to purchase the source code of an already built profitable mt5 EA with proven track recordIf you have something similar and you are open to selling the source code please apply to this post Please note I am not looking for a dev to build the product from scratch , but need something that is already built and have at least one year worth of track record
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
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
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R