the-turbine
the-turbine copied to clipboard
The turbine is a set of server-side components that perform automated technical analysis on stocks.
Should be ready to do this fairly easily.
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-bulk.html
This will ensure that indicators and strategies compute correctly when new ticks arrive.
The furnace should look at the most recent ticks in ES and request the delta from the inlet.
Some indicators, such as `WilliamsRIndicator` are able to use existing indicators (min/max price in this case) rather than maintain their own. Taking advantage of this might improve efficiency and speed.
Once #3 is resolved and a source for stock prices is decided, I will need to enhance the turbine-furnace to handle such input. The existing random data should be pushed...
For example, currency and sub-market. Do after issue #31.
Option 1 - from LSE - URL can be constructed from their securities download... http://www.londonstockexchange.com/exchange/prices/stocks/summary/fundamentals.html?fourWayKey=GB0031348658GBGBXSET0
inlet delivered in issue #11.