Hi JL,
To set a price alert on the actual PRICE level, you can use the built-in alert functionality in Mt4.
In the Terminal box, click on the "Alerts" tab. Right-click on the empty space in the box, and choose "Create". Set up your condition parameters, and you are set to go.
For more complicated alerts, ie: RSI, you should use the FXI Price Alert indicator. This is an indicator we developed to take care of conditions that the regular MT4 alert system does not handle.
Set the input parameters like so:
alertLevel1 = the RSI level you want to use as your alert level
mode1 = 2
exactLevel = false
rsiPeriod = set this to match the period of your indicator
Thats all!
__________________
|