TradingView
dimden
26 มกรา 2022 เวลา 12 นาฬิกา 4 นาที

Heikin Ashi Bar Overlay 

Bitcoin / TetherKuCoin

คำอธิบาย

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

เอกสารเผยแพร่

You can now set different vertical offsets for different periods.

เอกสารเผยแพร่

Added setting to set specific timeframe
ความคิดเห็น
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!
เพิ่มเติม