TradingView
dimden
26 jan 2022 12:04

Heikin Ashi Bar Overlay 

Bitcoin / TetherKuCoin

Beskrivning

This script shows Heikin Ashi bars on your chart with specified vertical offset

Versionsinformation

You can now set different vertical offsets for different periods.

Versionsinformation

Added setting to set specific timeframe
Kommentarer
shunzzz
Thanks! Been planning to create exactly like this. Thanks, it's already available. Great work here mate
yahyathesuper
Good work can you do vice versa? Plot real regular candles over hieken ashi chart candles thanks appreciate your work.
varunku100
Thanks for the script. Really helpful. Can you include MTF (Multi time frame) option pls. ie view 15 min heikin ashi on a 5 min chart.
dimden
@varunku100, Sorry for long reply, I added it. Good idea
mobvergo
Nice script.
The offset does not work for the 3-day time period.
dimden
@mobvergo, 3 day time period seems to be non standard.
to add support locally change this line of code:
var string[] p_slong = array.from("240", "D", "W", "M")
to
var string[] p_slong = array.from("240", "D", "3D", "W", "M")
mobvergo
@dimden, Thanks!
Mer