I need to access the component strategy name from the placeTrade method in a broker adapter. The t.Strategy.Name attribute returns the MetaStrategy name when the signal is generated in a MetaStrategy. Is there a way to access the original component strategy name? Thanks.
Rename
Figured it out: t.MetaStrategyComponent.Strategy.Name;
Your Response
Post
Edit Post
Login is required