Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Alert of 8 EMA crosses 20 EMA both moving up(down) Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Raviraj1975
Posted : Thursday, May 3, 2018 5:56:50 PM
Registered User
Joined: 8/10/2017
Posts: 8

Bruce,


1.I am trying to  get an alert when the 8 EMA crosses 20 EMA both moving up  on a 15 min timeframe for a particular symbol like qqq.

2.I am trying to  get an alert when the 8 EMA crosses 20 EMA both moving Down  on a 15 min timeframe for a particular symbol like qqq.

Thanks,

Raviraj

Bruce_L
Posted : Friday, May 4, 2018 10:32:49 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

EMA8 crossing up through EMA20 when both are moving up can be written as follows.

C > XAVGC8 AND XUP(XAVGC8, XAVGC20)

EMA8 crossing down through EMA20 when both are moving down can be written as follows.

C < XAVGC8 AND XDOWN(XAVGC8, XAVGC20)

The formulas are not specific to a particular time frame. Just set the time frame of the formula to 15-Minute.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.