The picture in my head is the strategy makes a function call
MyCustomAddOn.GetLatestOHLC(arbitrarySymbol)
The AddOn documentation treats development from an AddOn-first approach, but since I'm thinking of it as a helper component for my strategy, I've yet to come across documentation that clarifies how they can interact, handling the namespacing, etc.
Any guidance is greatly appreciated

Comment