Login Page - Create Account

Support Board


Date/Time: Sat, 28 Dec 2024 09:56:17 +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.