Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 06:58:23 +0000



Post From: Accessing a subgraph value at an index

[2019-11-06 13:43:24]
brenanstewart - Posts: 28
I want the variable StackPullValue to be charted as normal candlesticks where I can see the open, high, low, and close for each bar. BarClose is working properly. It is continually updating as the StackPullValue changes. I want BarOpen to show me what StackPullValue was when a new candlestick bar opens. So I want the first value every time the index is incremented. I also want the high and low values for each bar to be displayed by the subgraphs BarHigh and BarLow. Does this make sense? I'm just trying to plot standard candlesticks.