I'd like to know how the slippage setting affects my strategy in real time. I've run backtests over periods where my strategies were running in real life. Many of the trades which occurred in the backtest never materialized in real time.
I suspected that slippage might have been the key, since I left slippage at the default 0 setting. I thought that this would not matter, since my automated strategy uses simple default market orders.
Since I don't use limit orders, I should get a fill, no matter how bad the price. Isn't that so? Or does slippage still determine whether I will get filled even when market orders are used? Is my lack of fills caused by setting slippage to 0?
I've read the guide over and over, so please don't direct me to the guide. The guide simply states that:
During real-time live brokerage trading, orders are filled according to market dynamics.
This doesn't help. I thought that as long as the indicator logic flashed positive, the trade would be executed at market at the end of the bar. Someone pls help!

Comment