- ago
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.
0
113
1 Replies

Reply

Bookmark

Sort
- ago
#1
Figured it out: t.MetaStrategyComponent.Strategy.Name;
0

Reply

Bookmark

Sort