Support Board
Date/Time: Tue, 26 Nov 2024 06:51:22 +0000
Post From: Copy values from one chart to another / sticky alerts
[2023-12-26 01:23:52] |
masedi - Posts: 40 |
Hi All, - I have a 1 sec candlestick chart with numbers bar on which I do some calculations and then color the bar where the condition is met - I have another 10T range bar chart in the same book on which I also want to color the bar based on the same condition - I came across the following study where this example is mentioned: Study Overlay - OHLC (Open, High, Low, Close) The Study Overlay - OHLC study has another useful purpose and that is to copy the results of the Color Bar Based on Alert Condition study when used on chart bars of a shorter time frame to chart bars of a higher timeframe. - After hours of trying I am not able to figure it out Can someone explain the high level steps on how to achieve that? In other words, the only thing I want to do is to use the FALSE/TRUE value from the alert condition in the first chart, and vopy it in some way or another to the second chart where i would use the Color bar study again. Regards |