Changes between Version 2 and Version 3 of TickZoom/Features

Show
Ignore:
Timestamp:
06/25/2009 06:05:33 AM (15 months ago)
Author:
waynewalter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TickZoom/Features

    v2 v3  
    66== Main Features == 
    77 
    8 The TickZOOM engine includes ZOOM speed streaming technology. Check out the [SpeedTest TickZOOM Speed Test Video] 
     8The TickZOOM data engine includes ZOOM speed streaming technology. Check out the [SpeedTest TickZOOM Speed Test Video] 
    99to witness how rapidly it zooms through 10 million ticks while using less than 100 megabytes of memory. 
    1010 
     
    2121 
    2222 
    23 === Engine Features === 
     23=== Data Engine Features === 
    2424 
    2525 * All short term bars update for every tick change. 
     
    2929  * Those include session, day, week, month and year bars. 
    3030  
    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. 
    3232 
    3333 * TickZOOM consumes less than 100 megabytes of memory. 
     
    3939  * That includes range, volume, change, tick, point and figure, second, minute, hour, day, session, week, month, and  year bars. 
    4040  
    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.  
    4242 
    4343 * Control of all features including charting have programmatic access.  
    4444  
    45  * TickZOOM engine operating modes: 
     45 * TickZOOM data engine operating modes: 
    4646  * Historical test 
    4747  * Market replay 
     
    5252   * Create your own 
    5353  * Real time mode. 
    54    * Runs with real time charts so can see the engine working 
     54   * Runs with real time charts so can see the data engine working 
    5555   * Test against your demo account 
    5656   * Or run live account to start making money! 
     
    6464 
    6565=== 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. 
    6767 
    6868=== Execution & Quote Server ===