|
|
|
|
|
by madchops1
3193 days ago
|
|
Basically I have a dataset and I train my model with 70% and then evaluate its guesses against the remaining 30%. Hence a baseline is created and I can see if my model performs better. It took some doing to get this model to perform well. I did this by adding features that help recognize patterns in the time series data. The features I created are not specific to QM as they are technical (eg. numbers, not news), and time-series related. So the models should work with any historical dataset with the same fields. My goal is to add another future at some point. |
|
I feel like you're talking past me a little. The first thing you need to do is generate all the positions your system would have taken over as many years as possible, and figure out at what times you make and lose money. Otherwise you don't have a backtest.