[SDK] Retrieving values from another figure/study added to the overlay from the sdk?

jibanes

Member
Joined
Jul 16, 2019
Posts
23
Likes
0
Is it possible, if so how, can I retrieve the values of a graph added in the overlay window for a particular instrument?

For example, I would like to have my own study (call it study2), able to retrieve the values of another study (call it study1), it can be a moving average, or RSI, or whatever other study) that would be displayed as overlay on this particular instrument?

So ideally, study2 would still get the bars values AND the values plotted by another study in the overlay window. note that there can be more than 1 study, so I'd need some sort of array per study to retrieve the results.

And of course, I would like to do that from the SDK.

Thank you!
 
Top