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

Job finished

Execution time 2 days
Feedback from customer
Excellent Developer. Highly talented and knowledgeable. I wish you well and will return to you for more tasks.
Feedback from employee
A respectable and professional person. I enjoyed working with them

Specification

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

        }

     }


Responded

1
Developer 1
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(230)
Projects
405
33%
Arbitration
52
37% / 40%
Overdue
146
36%
Busy
Similar orders
Trade Entry Rule : 1 . New Arrow Higher or Lower Appear : Entry . (Range/Period: {Input}) After Entry Trailing Stop Trails { Trail Step (Input) } 2 . Lot Size { Input } 3 . Take Profit { Input } 4 . Max Number of Trades { Input } 5 . Total Number of Trades per Entry { Input } ---------------------------------------------------------------------------- 6 . Spread Filter { Input }
Placing of order and opening up position. And management of trading position/orders, cancellation of orders and closing of position order lot calculation processing trading errors and environmental state signal lifetime what the programme cannot do for you
I hope this message finds you well. I am currently seeking an experienced MQL developer to work on a project that involves modifying an existing trading robot and creating a new version with specific enhancements and customizations. I have the source code of a trading robot that I would like to modify. Requirements: Experience with MQL4 and MetaTrader 4 platform. Strong understanding of trading algorithms and
Indicator for mql4 40 - 80 USD
I am looking for a programmer who can write a MQL4 indicator from scratch. The indicator should generate buy and sell signals. More information will be added in the comments
I want someone who is really skilled at making zigzag indicators,because I want a zigzag that does not ignore any zigzag that occurs. Please, if you are a beginner, do not offer me an offer. I want someone skilled in zigzag indicators. Very important: I do not want the dull methods that beginners use to draw zigzags
I want someone who is really skilled at making zigzag indicators,because I want a zigzag that does not ignore any zigzag that occurs. Please, if you are a beginner, do not offer me an offer. I want someone skilled in zigzag indicators. Very important: I do not want the dull methods that beginners use to draw zigzags
I need someone to help me convert my tradingview pinescript to mt4, my budget for this project is $20 and I need this done fast in two days, Also, I am going to need you to be able to build a new indicator because that's the nest project, But I need to know if you can do this first , Thank you
I want an indicator that will generate signal based on technical analysis/market analysis, order blocks (demand and supply), and should be able to show arrows for buy and sell after analyzing the direction of the market. It should also be able to show if a signal is strong or weak. In case the signal is rejected, it should show an X sign
Requiero agregar una funcion que limite el uso del bot dependiendo de la cuenta que yo determine, actualmente se limita por fecha unicamente. Adicionalmente es necesario eliminar uno de los tres EA que integra el codigo. Si es posible elegir cual EA desactivar
The task is as follows: Create and EA, preferably in python, that can connect to MT5 (via API), with the following criteria: -Scans a multitude of triangular currency pairs (EUR/USD, USD/JPY, EUR/JPY as an example), and finds differences between the implied rate via the use of two currencies, ie in the example case EUR/USD*USD/JPY, and the actual rate. -Takes positions in a market neutral nature (short/long postions)

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 to 2 day(s)