Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 09:43:08 +0000



Post From: Set subgraph value ACSIL

[2023-02-22 11:42:19]
Tahir - Posts: 35
Hi guys,

I'm trying to create a simple indicator exercise which I hope you can help on.

Here's the logic:


If close[0] > high [1]
store the value of open [1]

so I want to store the value of the previous bar if this bar closes higher then the high of previous bar then I want to set that stored value to the subgraph so I can plot that on the chart.

It should be very simple but I cant seem to get anything to show up on the chart even though there are no build errors.
Thanks in advance for the help.