Excellent work - from the thinking to using Python to tap into MT5. May not be tradeable yet but every discovery starts with a strong base like this.
The challenge is extracting applicable order. Have you tried deseasonalising the data to start with? Mon/Fridays often have higher vol than tue/wed/thu across FX so it may help or hinder. If this is the most basic thing you've heard all week, do ignore it, I'm new to everything stochastic.
Secondly, it'd be interesting to see if you discover any hard mathematical boundaries (maximum ratio for any factors between one day and the next) for any of the variables? I use a series of constants in a semi-deterministic model but I'd be surprised if they don't start aligning with stochastic ones as they get more refined.
Thirdly, have you looked at this more granularly? My experience at least has been the best way to discover order is to break it down to the smallest parts and build upwards rather than look at the whole and distil. In theory this'd mean tick data, in practice minute data.
Finally, is the aim to improve or replace existing vol models? I'm curious only as I've just constructed a HAR while I'll publish in next day or two. It was supposed to be a benchmark, but I'm surprised at how good and easily tradeable it is. Plus, you only need one marked improvement on what's out there and they'll be kicking down your door.
The challenge is extracting applicable order. Have you tried deseasonalising the data to start with? Mon/Fridays often have higher vol than tue/wed/thu across FX so it may help or hinder. If this is the most basic thing you've heard all week, do ignore it, I'm new to everything stochastic.
Secondly, it'd be interesting to see if you discover any hard mathematical boundaries (maximum ratio for any factors between one day and the next) for any of the variables? I use a series of constants in a semi-deterministic model but I'd be surprised if they don't start aligning with stochastic ones as they get more refined.
Thirdly, have you looked at this more granularly? My experience at least has been the best way to discover order is to break it down to the smallest parts and build upwards rather than look at the whole and distil. In theory this'd mean tick data, in practice minute data.
Finally, is the aim to improve or replace existing vol models? I'm curious only as I've just constructed a HAR while I'll publish in next day or two. It was supposed to be a benchmark, but I'm surprised at how good and easily tradeable it is. Plus, you only need one marked improvement on what's out there and they'll be kicking down your door.
1