- Home
- Forum
- Suggestions
- Event for limit order fill
Event for limit order fill
0
Votes
Event for limit order fill
As far as I can tell, the OnPositionOpened event does not fire when a limit order fills (at least in backtesting, and I think in real trading as well). This should be fixed, since a position is opened when a limit order fills.
Probably you are trying to use OnPositionOpened method with new trading api. OnPositionOpened method is obsolete and doesn't work with new trading api. Please subscribe to Positions.Opened event:
Copyright © 2021 Spotware Systems Ltd. All rights reserved.