I need some help to make a list with objects available for several strategies.
Is there a possibility to store data in a script, so that several strategies can use this data? I would like to create a method which is holding a list with objects. This method will be feed by a strategy. Is it now possible to read this list from another strategy?
strategy_1 <-- write & read --> method -- only read --> strategy_2
Perhaps I am thinking to complicated.
I am working with a multi time frame strategy and I want to do the plotting in another chart...Thanks for your help!

Regards
uupsa!



Comment