Lavoro terminato
Specifiche
Send notification "Long" when DEMA_fast crosses up DEMA_slow and DEMA_slow > MA
Send notification "Short" when DEMA_fast crosses down DEMA_slow and DEMA_slow < MA
The program should be based on the existing indicator "DEMA Crossing"
1 My job request based on the DEMA Crossing indicator shown above. Changes should not be done on functions of this indicator.
2 Inputs:
on tick\bar >> false\true
MA >> moving average properties, type is selectable
notification >> selectable notification type, email, push, sound, popup
message text >> Long \ Short
instrument >> no limit, all currency pairs, cfds, indecies, commodity etc.
time frame >> all time frames
Program:
1 Long
(DEMA_fast cross up DEMA_slow) and (DEMA_slow>MA) =>> Send notification "Long"
2 Short
(DEMA_fast cross down DEMA_slow) and (DEMA_slow<MA) =>> Send notification "Short"
Regards