Technical Indicator Alert System

 

Hi! I want an alert system for technical indicators. It's been rather difficult to implement that into the existing source code of the indicator. I have searched online and found no reliable or latest results for this. Basically, I want a read, yellow and green box whenever the indicator reach a specific level. I don't know why this seems so hard to do but it is. If anyone has a solution for this or can create a script, the help would be gladly appreciated :)

 
ayantrader: If anyone has a solution for this or can create a script, the help would be gladly appreciated :)

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Try asking at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.
              I need HEEEELP, please, it's URGENT...really ! - General - MQL5 programming forum (2017)

  4. Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

 
Your first alert is a print. If it prints at the correct time...you can proceed to the next stage. 
 
William Roeder #:

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Try asking at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.
              I need HEEEELP, please, it's URGENT...really ! - General - MQL5 programming forum (2017)

  4. Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

Hello William, Thanks for the kind words. To give you a bit of context, I'm very fresh into this vast world of trading and their supporting communities. This universe is so new to me that I didn't even know there were specific programming languages built specifically for the development of indicators (e.g mt5). However, spending some time in the forums, aswell as trading itself, I have found some creative solutions and given the vast amount of free resources available, it's definitely not compulsory to learn the whole mt5 programming language for a mere alert function. Anyways, I have found your comment to be helpful as it exposed me to further educational resources. But, I must say, WHAT A MILKY-GALAXY THIS MQL5 IS!!! :DDD 
 
Conor Mcnamara #:
Your first alert is a print. If it prints at the correct time...you can proceed to the next stage. 
thx