Changes between Version 2 and Version 3 of TickZoom/Features
- Timestamp:
- 06/25/2009 06:05:33 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TickZoom/Features
v2 v3 6 6 == Main Features == 7 7 8 The TickZOOM engine includes ZOOM speed streaming technology. Check out the [SpeedTest TickZOOM Speed Test Video]8 The TickZOOM data engine includes ZOOM speed streaming technology. Check out the [SpeedTest TickZOOM Speed Test Video] 9 9 to witness how rapidly it zooms through 10 million ticks while using less than 100 megabytes of memory. 10 10 … … 21 21 22 22 23 === Engine Features ===23 === Data Engine Features === 24 24 25 25 * All short term bars update for every tick change. … … 29 29 * Those include session, day, week, month and year bars. 30 30 31 * The engine can process an unlimited number of ticks due to streaming technology.31 * The data engine can process an unlimited number of ticks due to streaming technology. 32 32 33 33 * TickZOOM consumes less than 100 megabytes of memory. … … 39 39 * That includes range, volume, change, tick, point and figure, second, minute, hour, day, session, week, month, and year bars. 40 40 41 * Strategies that you write can run without change during any of the engine operating modes.41 * Strategies that you write can run without change during any of the data engine operating modes. 42 42 43 43 * Control of all features including charting have programmatic access. 44 44 45 * TickZOOM engine operating modes:45 * TickZOOM data engine operating modes: 46 46 * Historical test 47 47 * Market replay … … 52 52 * Create your own 53 53 * Real time mode. 54 * Runs with real time charts so can see the engine working54 * Runs with real time charts so can see the data engine working 55 55 * Test against your demo account 56 56 * Or run live account to start making money! … … 64 64 65 65 === Algorithmic Trading Server === 66 * Runs the engine as a Windows Service for hands-free algorithm trading.66 * Runs the data engine as a Windows Service for hands-free algorithm trading. 67 67 68 68 === Execution & Quote Server ===
