Support Board
Date/Time: Mon, 03 Feb 2025 04:11:57 +0000
Post From: Overlay only the open of a 30 minute price bar onto another non time based chart
[2019-10-06 04:49:41] |
Sawtooth - Posts: 4164 |
Try this: On the 30 min chart: - Add the Spreadsheet Formula study. - Set the Draw Zero Values to No. - Use this formula in the Formula field (not the Alerts tab): =IF(MROUND(BARTIME,1/86400)=TIMEVALUE("09:30:00"),O,0) - Set the Draw Style to Triangle Right. On the non-time-based chart: - Add the Study/Price Overlay study. - Set the Study to Overlay to the 30min chart and the Spreadsheet Formula study. - Set the Data Copy Mode to Use Earliest Value... - Set the Bar Time Matching Method to Containing Match. |