Tagged Questions
5
votes
4answers
838 views
How should I include the bid-ask spread as a transaction cost in a backtest?
I have two backtesting algorithms:
One that uses bid and ask prices for signal generation. For example: Buy when $ask < threshold_1 $ and sell when $bid > threshold_2$. Bid and ask prices are ...