Support Board
Date/Time: Tue, 12 May 2026 12:55:19 +0000
Post From: Spreadsheet formula problem
| [2022-08-18 13:21:27] |
| Sawtooth - Posts: 4330 |
|
How can I create from this data 5 bar (X interval) running sum of bid volume and ask volume ?
Try this in row 3 of a Formula Column:=SUM(OFFSET(ID1.SG1@3,0,0,$H$2,1)) where ID1 is the Bid Volume study, and H2 is the x interval |
