There are 2 sources of slippage. One is caused by hitting an entry and exit limit, and is the difference of the limit and the fill price. Second is caused by entering or exiting a trade at market. It is the difference of the current price and the fill price. You can check the slippage with ThisTrade->fSlippage, either in a loop over all open trades or in a loop over all trades.