Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 05:51:44 +0000



Post From: Expose set of single values from the custom study

[2019-04-16 15:44:55]
User972768 - Posts: 166
Hello,

I'm trying to build study that produces set of single values based on current chart. These are some statistics covering current price action. What would be the best way to expose these single values to user?

1) IMHO best way would be to store all values in persistent variables, but I don't believe that other study can access memory of my DLL. At least I'm not aware of the way
2) I can store them in last elements of subgraphs, but I can easily have more than 16 values to present (which is a limit on a number of subgraphs, please correct me if I'm wrong)

It would be great to connect those specific values with some text labels too, like "Stat #1" -> persistent float #5.

Thanks and best regards