Suppose I have a working strategy which calculates some sort of indicators. A few variables are used to store them.
If I put this strategy into another one (just to preserve space on the screen) - can I use those variables for next calculations? How to pull them out from nested strategy?
Not sure if I explained if clearly enough
