Hello Everyone,
Please provide your thoughts on the following "Weather SEA" application that I plan to implement.
My goal with this application is to develop an options-trading rules engine that adapts to the dynamics of weather projections, price movements, and mother nature. It is possible that the results show nothing spectacular at the end but then it could also just be me. Hence, I would like to stay close to the Quantnet community for feedback and suggestions. I have several other ideas like how to incorporate emissions, and energy markets into this application.
PHASE Scientific -
I am not trying to study how weather affects business or else I would have mined through years of data and done relevant research to find seasonality and weather-related irregular components. However, I would load the historical data to test my current findings in simple ways and that if it turns out useful I might even consider a neural network application. All this would be a lot of work particularly in creating the model compared to what the above described application requires.
I plan to use Java and Oracle to build this application on a Linux machine. I use Eclipse and have come across some charting libraries on sourceforge.net earlier. I have taken Probability and Statistics coursework and perhaps need to learn a lot more mathematics to make this application of any relevance. I have been studying on Time Series Analysis a bit and realized that I have already read on so many different topics in so many different papers but that without applying them it feels like eating protein without a workout. I also don't know from where I can download all the information required for this application.
A few specific questions are:
Shakti
Please provide your thoughts on the following "Weather SEA" application that I plan to implement.
My goal with this application is to develop an options-trading rules engine that adapts to the dynamics of weather projections, price movements, and mother nature. It is possible that the results show nothing spectacular at the end but then it could also just be me. Hence, I would like to stay close to the Quantnet community for feedback and suggestions. I have several other ideas like how to incorporate emissions, and energy markets into this application.
PHASE Scientific -
- On a daily basis, weather data is mapped to the stock open, high, low, and close prices of several companies.
- On a daily basis, statistics is gathered on how the stock open, high, low, and close prices changed over the previous two weeks of actual vs predicted weather data.
- Develop a rules engine to trade options.
- Integrate the rules engine into a demo trading application.
- On a regular basis, companies are characterized into several groups based on geographic, business, financial, economic, and other factors.
- On a regular basis, statistics within these groups are analyzed.
I am not trying to study how weather affects business or else I would have mined through years of data and done relevant research to find seasonality and weather-related irregular components. However, I would load the historical data to test my current findings in simple ways and that if it turns out useful I might even consider a neural network application. All this would be a lot of work particularly in creating the model compared to what the above described application requires.
I plan to use Java and Oracle to build this application on a Linux machine. I use Eclipse and have come across some charting libraries on sourceforge.net earlier. I have taken Probability and Statistics coursework and perhaps need to learn a lot more mathematics to make this application of any relevance. I have been studying on Time Series Analysis a bit and realized that I have already read on so many different topics in so many different papers but that without applying them it feels like eating protein without a workout. I also don't know from where I can download all the information required for this application.
A few specific questions are:
- Where can I find stock open, high, low, and close prices data to download on a daily basis?
- Where can I find stock open, high, low, and close prices historical data over the past several years to download?
- Where can I find weather data around the world to download on a daily basis?
- Where can I find weather historical data around the world over the past several years to download?
- What would be good strategies to map weather to stocks?
- What would be useful statistical and other results to pursue?
- Which are freely available Java-based trading engines?
- Where can I find options data to download on a daily basis?
- Where can I find options historical data over the past several years to download?
- What are potential problems or points of failure I could face while implementing this application? What can I do to overcome them?
- Did I make sense above? If not, where did I lose you?
Shakti