Support Board
Date/Time: Mon, 25 Nov 2024 03:55:43 +0000
Post From: draw volume profile
[2022-04-18 20:32:56] |
John - SC Support - Posts: 36238 |
If you are wanting to get some piece of information based on a criteria, then it is easiest to use either the Spreadsheet Study or the Spreadsheet Formula study. In either case, you will use an IF() statement to get what you want. For example, if you want to sum the volume of the two bars when the Close of the current bar is greater than the Low of the previous bar, then you would write the following for the Spreadsheet Formula: = IF(C > L[-1], V + V[-1], 0) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |