Ea Alerts
Alert system for EA. Essentially what I need is an EA that will be applied to a chart. Each pair will have a different settings. The EA will be monitoring for selected timeframes for the crossing events to take place on that timeframe, then send an alert via the trumpia API. The crossing events are exactly as they were defined for the first EA.
The timeframes should be selectable via check box in the inputs tab
M1
M5
M30
H1
H4
D1
W1
MN
The logic here is that since this system is based on crossing events, we need to send out alerts that will tell me to check the charts.
Here is an example scenario
EVENT 1: a daily cross takes place.
ACTION 1: we send an alert that states <Pair Name>, a <timeframe> cross has occurred for a <buy/sell> signal. Please consult your charts.
EVENT 2: a 4 hour cross takes place
ACTION 2: we send an alert that states <Pair Name>, a <timeframe> cross has occurred for a <buy/sell> signal. Please consult your charts.



