access class data inside custom indicators
Created at 28 May 2025, 13:15
access class data inside custom indicators
28 May 2025, 13:15
I have written a specific indicator as well as a robot. Now, I want to access some variables and classes within my indicator, but unfortunately, I am facing limitations. Apparently, the variables need to be placed in the output, and the output itself is limited to 10 outputs.
Please guide me on how I can access Public-type variables in my indicator from within my robot without encountering the indicator's output limitation.