Create an MT5 RSI Alerts Indicator with pop up messages for Phone, Mobile, & Email

Trabajo finalizado

Plazo de ejecución 2 días
Comentario del Cliente
Excellent Developer. Highly talented and knowledgeable. I wish you well and will return to you for more tasks.
Comentario del Ejecutor
A respectable and professional person. I enjoyed working with them

Tarea técnica

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);

        }

     }


Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(1)
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(230)
Proyectos
410
34%
Arbitraje
53
36% / 40%
Caducado
150
37%
Trabajando
Solicitudes similares
These three mql4 files are working and functioning correctly as intended. All I want is convert all these three files into mql5 compliant and should be running just as it would in mql4 files
I am looking for an expert NinjaTrader developer to help me backtest a custom trading strategy I've developed. The ideal candidate will have extensive experience in trading, particularly with backtesting and strategy evaluation on the NinjaTrader platform. Your expertise will be crucial to the success of this project. Key Requirements: Custom Strategy Backtesting: Develop and backtest a unique trading strategy based
Just have a look make it better enjoy and have fun 😊 this is the first time I am trying this, I got ripped off 3 times before. I hope this time works with all your help. Thank you kindly
I have an MT5 EA which I like to modify to run on custom symbol chart. I can backtest the EA on the custom symbol chart, but I cannot run on the chart to trade. When I attach the EA to the custom symbol chart, it gives me error: "2024.06.07 21:27:59.270 Trades '1520250871': failed request buy 0.1 BTCUSD_ATR10_M1 at 69260.30000 [Invalid request]" Please help me to modify the EA to run on custom symbol chart. EA is
I will provide pine script and need to convert it as a mql4 EA. The system is based on swing highs and lows. If you interested please knock me, Thank you
I want an Indicator that : Draws vertical lines at the opening of candles on a time frames selected.( I want to be able change the candle timeframe the line will be drawn. Eg. I can slelect 1H, 4H etc from the settings, and the vertical line will be drawn at the opening). Draw a horizontal line at the opening of the candles in the selected timeframe. Calculate the average range of the candles on a selected timeframe
Hello, I need to optimize my indicator so that it works in several time frames. and then convert it to mq5 The task will be carried out remotely by ANYDESK
I would need an indicator which makes averages on chart (like the one existing already on mt4 where you can choose between EMA, SMA, ...) but what i need is on chart a button plus and minus which i could press in order to change the average visually on chart( so i dont have to come back in the settings of the indicator each time to introduce a new average number) And average in mt4 is limited basically at 4000 but
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an Expert Advisor (EA) for MetaTrader 5 (MT5). The TradingView indicator uses specific conditions to trigger buy and sell signals, and I would like these conditions to be replicated in the MQL5 EA. Stop Loss in points Take Profit in points Trailing Stop activation level in points Trailing Stop distance in points Maximum number of
Bot name: Blues🚀ProFx The bot should work with the 5mins time frame and it must move with the market price bar when it moves up 5pips and above let 10 trades be opened in the up direction and each having a stop loss of 20pips. After every 5mins if a new candle forms in the same direction let another 10 trades be opened in the same manner. Then when the market trend changes and a bearish candle starts to form and

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD
Plazo límite de ejecución
de 1 a 2 día(s)