Robert Morse
Sponsor
I am going to experiment with different order types on the sim side
What software are you using for execution?
Is it hosted?
I am going to experiment with different order types on the sim side
I am going to experiment with different order types on the sim side
"Fill" shouldn't be the issue. If your results are significantly impacted by your fills, you're "fishin' in a dry hole" anyway.
...
The "type" of order will not make-or-break you, regardless.... that's "fractions on fills". Trades need to be better thought-out to be a big winner.
...
%%In live mode, if you are waiting on the bid/offer to be filled, you are usually one of the last to go and also usually when you actually do not want to be filled.
I have made a strategy that is extremely profitable on the simulated side yielding upwards of 10%-25% after commissions with a sharpe ratio between 7.00-10.00... when I run backtests, its comes out profitable, on simulation its profitable, but on the live side its barely profitable. I have accounted for slippage but I am unsure if my ping has anything to do with it, I have looked into low latency servers but want to make sure this is profitable before I spend the monthly fee.
I use the same number of contracts per entry as I do on the live side and still don't understand why one is profitable and the other is barely.
What do you guys suggest?
I haven't really seen anyone mention this yet but a Sharpe Ratio of 7.00-10.00 is unbelievable. It would be my first sign something is amiss in my strategy. If this were true you could start your own hedge fund and basically beat the entire history of hedge funds up to the present day.
With that information, you know something is wrong already. A lot can be going wrong here:
- Are you doing any sort of walk-forward optimization? If not, it's very easy to deeply overfit your data and end up with poor live performance. This type of problem would be apparent quickly in walk-forward analysis of your strategy.
- Are you snooping? That is, are you using future data to determine the current trade? I'd place my only on this being the most likely case given the presence of a Guinness Book of World Records setting Sharpe Ratio.
- Fills are not the issue most likely. Even accounting for slippage in a market order you'd still have a very high Sharpe Ratio.You are trading the most liquid futures market.
- Trading on the one-minute bar is the territory of HFT. It's possible you determined a small strategy that worked on historical data but the present market microstructure has changed. This could be due to any number of reasons. There are entire books published on this.