Basically, I need to the algo to react whenever a position is closed with a stop loss. As soon as this happens the algo must do a series of other action.
I have looked into
PositionClosedEventArgs
that seems to be the closest thing i could use but i haven't been able to figure out how to use it to scan if a stop loss has been hit.
frapetim
18 Oct 2017, 12:52
Hi and thanks for your interest.
Basically, I need to the algo to react whenever a position is closed with a stop loss. As soon as this happens the algo must do a series of other action.
I have looked into
that seems to be the closest thing i could use but i haven't been able to figure out how to use it to scan if a stop loss has been hit.
I hope it makes sense to you.
Thank you
Fran
@frapetim