Hi has anyone built this already ? I am looking to have a 15 min -8ema and 30m-21ema drawn on a 5 mins chart. Can someone help me achieve it?
I think for super programmer here its a 2 min thing.
Anup.
Hi has anyone built this already ? I am looking to have a 15 min -8ema and 30m-21ema drawn on a 5 mins chart. Can someone help me achieve it?
I think for super programmer here its a 2 min thing.
Anup.
I have one that does higher time frame EMAs. Didn’t take 2 minutes though.
It only has one EMA setting so you couldn’t do exactly what you are asking with different EMA periods for each HTFs. But you could probably add two instances of the indicator and configure it appropriately. If that doesn’t work or you only want one indicator loaded, send me a private message on here and we can talk about custom coding work.
Could you share your EMA? I am not a programmer.
Let me know what you want and we can discuss your indicator. Send me email on timmfain@gmail.com
To display a 15-minute EMA (8) and a 30-minute EMA (21) on a 5-minute chart, add two EMA indicators on your 5-minute chart. Set one EMA to 8 periods, representing the 15-minute time frame, and the other to 21 periods for the 30-minute time frame. Since each 5-minute candle is 1/3 of a 15-minute candle, the alignment may not be perfect, but it gives a close approximation. For precise alignment, you can use a custom script if your charting platform supports it. For example, in TradingView’s Pine Script, you can use request.security
to fetch the EMA values from higher time frames and plot them on your current chart. This setup helps you visualize higher-time-frame trends and support/resistance levels more clearly.