Is it possible to fetch execution parameters of trades of other active strategies from within the strategy one is coding in using the IOrder and the IExecution interface? It seems I can only lookup order exections from within the strategy, where I would like to use trade prices of specific trade names executed by other active strategies. The IOrder and IExecution data show the EntrySignal, Name and Id's, but none of them refer to specific other (enabled) strategies, besides the one working in.
Until now I could bypass this by creating the dummy entries of the other strategies to get the position and it's price, mostly by using the MRO method, but there are quite some situation this does not correspond to the actual execution of those strategies being created. Especially not with heavy price action and continued new highs and lows being set and MRO's need to be used nested.
Kind regards,
Francis

Comment