I want to create my own Trailing that is able to trail on the 1-minute data, while the Strategy is running on the 30-minute frame.
I had both periodes added in the Initialize() block. And I know how to access it (with BarsInProgress)
But I don't know how to update the SL of a running Order. It doesn't work with SetStopLoss (I think it sets only the SL for future orders?!).
I am using the "Managed Approach"
Thanks

Comment