| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| AlgoTrader introduces Level-Zero Cache https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=2521 |
Page 1 of 1 |
| Author: | andyflury [ Thu Jun 13, 2013 9:59 am ] |
| Post subject: | AlgoTrader introduces Level-Zero Cache |
We are proud to announce the new Level-Zero Cache for the Algorithmic Trading Platform - AlgoTrader. Using Level-Zero Cache automated Trading Strategies can profit from full database access in Live-Trading without introducing any latency penalties. There are many advantages of having a database available to your trading strategy: orders / trades can be stored, current positions are available even after a system restart, performance indicators can be calculated based on database data, etc. Java based systems often use persistence frameworks like Hibernate to interface with the database. Hibernate comes with an internal caching mechanism (First and Second Level Cache) which requires a Hibernate Session. Creation of a Hibernate Session is usually very quick (a few milliseconds). This mechanism is therefore fine for any request-response based system (like a Web Page). However this approach is not feasible for a trading application. A trading application typically receives several thousand market data events per second. Ideally these market data events have to be matched to the latest data stored in the database (e.g. Security related information, current Positions, executed Trades, etc.). However opening a new Hibernate Session for every market data event, to synchronize related objects, is much too expensive! For this purpose AlgoTrader introduces the Level-Zero Cache Some of the Features of Level-Zero Cache:
For further details please visit: http://www.algotrader.ch/algotrader-int ... ero-cache/ Cheers Andy |
|
| All times are UTC | Page 1 of 1 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|