I am in the process of testing an intraday strategy trading Nasdaq 100 + SP500 stocks. The strategy uses limit orders for entries and profits, stop orders for Stop losses, all tested with tick data.
This is my first real foray into stocks and was after some advice on how to get my results as realistic as possible regarding fills and slippage on stop losses. It seems a lot harder to estimate a fill in stocks than it does in futures which I am more familiar with.
My first thought is to calculate an average bid/ask spread for each stock to estimate the slippage for stop losses, but not sure the best way to accurately identify executions.
With my limited experience with stocks to date ( trading with IB) I have seen numerous occasions where 'fills' occur past my own limit order without getting executed myself.
I'd like to try and have my backtesting reflect this difficultly in getting filled.
I have a couple of ideas that I plan to test, one being a minimum number of trades or shares traded past my stock price or a minimum distance based on the spread, or a combination of both but was hoping someone could offer some advice based on their own experiences.
This is my first real foray into stocks and was after some advice on how to get my results as realistic as possible regarding fills and slippage on stop losses. It seems a lot harder to estimate a fill in stocks than it does in futures which I am more familiar with.
My first thought is to calculate an average bid/ask spread for each stock to estimate the slippage for stop losses, but not sure the best way to accurately identify executions.
With my limited experience with stocks to date ( trading with IB) I have seen numerous occasions where 'fills' occur past my own limit order without getting executed myself.
I'd like to try and have my backtesting reflect this difficultly in getting filled.
I have a couple of ideas that I plan to test, one being a minimum number of trades or shares traded past my stock price or a minimum distance based on the spread, or a combination of both but was hoping someone could offer some advice based on their own experiences.