How to read and set alerts for a RSI Graph (In vb or any other software)

 

Hi guys, first of all you are the best....

I need to know how to read or set up one alert if the RSI Value reach for instance to the 50 value... I like to work with vb , but any other third part its ok...


Thanks and best Regards

 
PJSantos100:

Hi guys, first of all you are the best....

I need to know how to read or set up one alert if the RSI Value reach for instance to the 50 value... I like to work with vb , but any other third part its ok...

Did you try the search in the top right of this page ?

 


I did . . . does this help ?   https://www.mql5.com/en/forum/111474 

 
RaptorUK:

Did you try the search in the top right of this page ?

 


I did . . . does this help ?   https://www.mql5.com/en/forum/111474 


Hi raptorUK.. im trying but im not sure if i done the right thing. I created a script with that code. Than i compiled and i saved... but the sound dont came....
 
PJSantos100:

Hi raptorUK.. im trying but im not sure if i done the right thing. I created a script with that code. Than i compiled and i saved... but the sound dont came....
A script runs once and stops,  check the experts tab or log and you will see . . . you need it as an Indicator so start() runs on each tick.
 
RaptorUK:
A script runs once and stops,  check the experts tab or log and you will see . . . you need it as an Indicator so start() runs on each tick.


Do you know any complete code for that? I opened several graphs .... and i want to get a warning for every graph not only for the active one....
 
PJSantos100:

Do you know any complete code for that? I opened several graphs .... and i want to get a warning for every graph not only for the active one....
Add the Indicator to your default template,  open a chart, the default template is applied and so is your Indicator.
Reason: