Support Board
Date/Time: Sat, 10 May 2025 22:10:50 +0000
Post From: How to access a value calculated by a Study Function that is NOT being outputted to chart
[2016-01-31 08:32:31] |
User972044 - Posts: 154 |
Hi there, My automated trading system would need to access a value that is being calculated in a study function that is NOT being outputted to the chart via the sc.Subgraph[0]. Can I do that? If so, how? Or do I have to output every single value that needs to be accessed by another study function/automated trading system studies via sc.Subgraph[0]? Please help. Thank you in advance. |