Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I back tested a new strategy tonight, by manually scrolling through the chart.
Here is how it works:
Market is MES. On a 5 minute chart, if the candle is green enter short with market order. If the candle is red enter long with market order. The order is sent when the candle is complete.
Take profit is 5 ticks. If the take profit limit order is not executed after 20 minutes, exit the position using a market order.
I back tested one day of data, on Friday's data. The day ended with a profit of +$25 using one contract in the MES market. This is very interesting. I will continue testing this concept/strategy and report more results as I back test more days. I will also SIM trade this strategy as well.
I assume you added slippage for all the market and stop orders? And for limit order fills (no slippage), did you assume fill only if your price was exceeded (no touch fills)?
FWIW, I'd recommend coding your strategy and then doing a proper backtest. Manual backtests, in my experience, have a high error rate.
Also, if my math is right, you did 61 trades, for $25, or $0.41 net profit per contract per trade.
Not saying that cannot work, but that leaves so little room for error - some extra slippage or a missed or miscalculated trade in your manual backtest, and your net profit might become a net loss.
I did not account for slippage for entry market orders and the stop orders when exiting a loss. I just entered at the last price of the candle. I suppose this is unrealistic. So accounting for slippage this strategy is probably unprofitable on the one day of data I tested. I am wondering is a limit order to enter, instead of a market order would help the numbers. Anyways, I will continue testing this and add the slippage going forward.
However, I did make sure the take profit limit price was exceeded by at least one tick in all trades.