Matt_ORATS
Sponsor
You might think a strategies like short call spreads and long call spreads should have equal and opposite returns given the same trading rules. That would be true except that ORATS considers commission and slippage in our Backtester.
Take these VXX examples: Long call spread and short call spread with the exact same days to expiration and strike selection deltas. Returns are -9.23% for the long and 3.51% for the short. Combining these two using the function in the backtester we get an annual return of -5.72%. Why is that?
Download the trades file for both strategies and see that the average slippage per trade (the absolute value of the trade price of the long - short) is $0.10 and commission is $0.02 for the two leg spread held to expiration. Doing some math: the average days to expiration is 30 so there are 12 trades per year; the average price of the underlying stock is $26 and =(0.12*12)/26 = 5.5% ~ the difference in returns of return of -5.72%.
That is a big difference, something to consider when trading: Try to minimize your slippage and commission.
More reading: https://blog.orats.com/backtest-downloading-return-results-to-excel
See our documentation on how the backtester commissions, slippage, calculating daily returns, calculating annual returns, and graphing an equity line.
Take these VXX examples: Long call spread and short call spread with the exact same days to expiration and strike selection deltas. Returns are -9.23% for the long and 3.51% for the short. Combining these two using the function in the backtester we get an annual return of -5.72%. Why is that?
Download the trades file for both strategies and see that the average slippage per trade (the absolute value of the trade price of the long - short) is $0.10 and commission is $0.02 for the two leg spread held to expiration. Doing some math: the average days to expiration is 30 so there are 12 trades per year; the average price of the underlying stock is $26 and =(0.12*12)/26 = 5.5% ~ the difference in returns of return of -5.72%.
That is a big difference, something to consider when trading: Try to minimize your slippage and commission.
More reading: https://blog.orats.com/backtest-downloading-return-results-to-excel
See our documentation on how the backtester commissions, slippage, calculating daily returns, calculating annual returns, and graphing an equity line.