QuantRocket logo

Disclaimer

Parameter Scans

Because our trading strategy buys and sells EUR.USD every day, we must be wary of transaction costs. In the initial backtest we set the one-way slippage at 0.1 basis points, a figure we estimated by logging into Trader Workstation and manually checking the EUR.USD spread. (Our strategy will use market orders and thus we will pay the spread.) We can run a parameter scan to determine how sensitive the strategy is to slippage. We check several values from 0.1 to 2 basis points per trade.

Plotting the results using Moonchart reveals that our strategy cannot tolerate much slippage. Even 1 basis point will destroy the profitability:


Next Up

Part 6: Slippage Research