Quote:
Originally Posted by ahefner33
Is there anyway to set an alert, such as send you a email or some sort of notification, when you have a cross in one of your indicators. ( EMA's) ahefner33
|
Usually indicators are pre fabricated code in your broker's trading platform. This code cannot be modified to trigger custom alerts like sending email, text'ing cell phone, etc. The way to do this is to code a Trading System that encapsulates the indicators e.g. EMAs and the logic to trigger your custom alert e.g. crossing of EMAs, etc. I use alert in my system via Trading System.
With MetaTrader I cannot help you. With VTTrader I can help you.