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

Auftrag beendet

Ausführungszeit 2 Tage
Bewertung des Kunden
Excellent Developer. Highly talented and knowledgeable. I wish you well and will return to you for more tasks.
Bewertung des Entwicklers
A respectable and professional person. I enjoyed working with them

Spezifikation

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

        }

     }


Bewerbungen

1
Entwickler 1
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(248)
Projekte
444
34%
Schlichtung
56
36% / 38%
Frist nicht eingehalten
163
37%
Beschäftigt
Ähnliche Aufträge
MT5 中运行的 EA 的主要任务 : 1 EA 将同时选择两对货币进行交易,包括 AUDUSD 、 EURUSD 、 GBPUSD 、 NZDUSD 、 USDCAD 、 USDCHF 、 USDJPY 、 AUDJPY 、 EURAUD 、 EURJPY 、 GBPJPY 、 GBPNZD 和 GBPCHF ,默认设置 GBPUSD 、 EURAUD 。 2 蜡烛图 的时间 区间 包括 15M 、 30M 、 1H 、 2H 、 4H 或 1D 。对于两对货币中的 每一对而言, 将同时密切观察两个 时间区间图。 也就是说,两对 货币 同时 打开 四个窗口,每对默认设置 15M 和 4H 。 如果 您 不肯定如何 为同一货币对打开两个窗口,请不要考虑接受这项工作 。 3 将使用自主开发的指标 CMA 结合 CCI 预测走势。 在某些特殊情况下 ,将使用 马丁格尔策略进行操作。因此,如果您已经拥有基于 Martingale
Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Hi Guys, I am looking to someone that can generate an indicator for MT4 as explained below. Basically I would need that the indicator point out the price that will close my position in stop out/margin call. The indicator should pick automatically the level of trade out for the broker (which can be different from a broker to another broker) It should write (ideally on the bottom on the left) the following information
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
von 1 bis 2 Tag(e)