Support Board
Date/Time: Tue, 26 Nov 2024 06:44:36 +0000
Post From: Referencing Current Bar Number on Intraday Chart
[2014-03-30 23:12:30] |
Sawtooth - Posts: 4120 |
Here's a way: In Chart Settings, set the Session Start Time to the RTH start and the End Time to the RTH end. Add the Bar Numbering study -set the Number Of Bars To Label to a value greater than the total number of bars in a day. Add the Spreadsheet System/Alert study. -set the Draw Style of SG1 to Bar, and SG2 to Hidden. -use this formula in cell K3: =IF(A3-INT(A3)>=TIMEVALUE("09:30:00"),F3,F3+K4/AA3) Where the RTH start is 09:30 and the Bar Numbering study is in column AA. Put your alert condition in cell L3, referencing K3. Alerts are set in the study settings, not on the Alerts tab. Date Time Of Last Edit: 2014-03-31 01:27:15
|