Support Board
Date/Time: Sun, 19 Jan 2025 15:15:39 +0000
Post From: Cumulative Sum of Study
[2018-04-09 21:06:44] |
RonW - Posts: 105 |
http://www.sierrachart.com/image.php?Image=1523307677455.png Chart region 1: 5 minute candles of NQ futures day session Chart region 2: Color Bar based on Alert Condition, set to Output 1 when True, 0 when False, and draw the 0 values. The Alert Condition is simple: AND(H>H[-1],L>L[-1],C>C[-1]) Chart Region 3: Cumulative Sum of Study based on the Color Bar, reset at start of trading day, basically, count how many times per day the condition is true. Nothing draws in region 3. Error message: Chart: F.US.ENQM18 5 Min #6 | Study: Cumulative Sum Of Study | Subgraph array being referenced is empty. | 2018-04-09 17:04:46 * I tried it first with the Color Bar on the default "Do not draw zero values" That didn't work either. Am I doing something wrong? Thanks. |