TradingView
dimden
2022年1月26日中午12點04分

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!
更多