EMA Day Trading Strategy

This strategy can be used to trade ETFs, Leveraged ETFs (TQQQ, SQQQ, UDOW etc), Options and Futures.

I trade 0DTE options and will be adding this to futures.

I have done a presentation earlier and you can join the telegram channel to contact me for slides of the presentation

This strategy might sound simple and it is simple by design.

Although for implementation it took me 2000 lines of python code.

Basic concept is that you go long when 13 and 48 EMA are moving up (13>48) and go short when they are moving down.

Again you will think it is simple and it is but if you start implementing on your own you will see the complexity of this strategy.

Regarding options

  • This can be used to trade 0DTE options OTM or ATM
  • You can also trade 1 DTE – but they move more slowly – but also have less amount of risk
  • You can also do put credit spread instead of going long 0DTE options and the opposite.

As always not financial advice.

12/14/2025: I will be adding a lot of examples of how it has performed on the Options page