0

I would like to calculate the EMA-13 for the bar from 21 days ago, how do I code this so I can use it after?

Thanks a lot

I would like to use this value

User1
  • 23
  • 2

1 Answers1

0

You should use :

ta.ema(close[21], 13)
G.Lebret
  • 2,826
  • 2
  • 16
  • 27