Hi,
I am working on a study which will display levels on the daily chart. I'd like to automatically "copy" those levels from the daily chart to all other charts (2m, 3m, 5m, 15m). How can I go about automatically copying those levels?
I am trying to implement the exact same functionality that is a standard feature in Sierra Chart (http://www.sierrachart.com/index.php...ence.html#s118). There will be a study on one timeframe, and I would like to overlay that study on other charts. How can this be accomplished?
I am still working out the details for how the levels will be drawn on the daily chart, so I am open to any method that works. I'm currently planning to use drawLineAbsolute() to draw the levels.
Thanks,
Matt
I am working on a study which will display levels on the daily chart. I'd like to automatically "copy" those levels from the daily chart to all other charts (2m, 3m, 5m, 15m). How can I go about automatically copying those levels?
I am trying to implement the exact same functionality that is a standard feature in Sierra Chart (http://www.sierrachart.com/index.php...ence.html#s118). There will be a study on one timeframe, and I would like to overlay that study on other charts. How can this be accomplished?
I am still working out the details for how the levels will be drawn on the daily chart, so I am open to any method that works. I'm currently planning to use drawLineAbsolute() to draw the levels.
Thanks,
Matt
Comment