Welcome to StockData Manager (SDM)

SDM is a new trading system using www.mytrack.com for the real-time datafeed and automated trading.
The Charting (SDMChart) is fully customizable with its own intuitive language:
Sample Screen Shot:

Strategy Layout and Definition Example:
[Layout]
Name=Price

[Window1]
Size=70%
Overlay1=Price|Candle
Overlay2=$TxtChart1|TxtDown|0,74,128
Overlay3=$TxtChart2|TxtUp|Red

[Window2]
Size=30%
Overlay1=Volume|Bar|Blue
Overlay2=EMA(10,Volume)|Line|Magenta|2

Formula:
;Trace(2)
$Close2DaysBack = Back(Close,2)
$Close4DaysBack = BackNotZero(Close,4)

If LessThan($TDSeq1,9)
  If GreaterEqual(Close,$Close4DaysBack)
    $TDSeq1 = 0
  else
    $TDSeq1 = Add($TDSeq1,1)
  $TxtChart1 = Print("A%.0f",$TDSeq1)
  endif
else
  If LessThan($TDSeq2,13)
    If LessThan(Close,$Close2DaysBack)
      $TDSeq2 = Add($TDSeq2,1)
     $TxtChart2 = Print("*B%.0f",$TDSeq2)
    endif
  else
    $Buy = 1
    $TxtChart2 = Print("Buy")
    $TDSeq1 = 0
    $TDSeq2 = 0
  endif
endif

Sample 



Chart Layout Definition Example:
[Layout]
Name=Price

[Window1]
Size=70%
Overlay1=Price|Candle
Overlay2=EMA(10,High)|Line|Red|2
Overlay3=EMA(30)|Line|Magenta|2

[Window2]
Size=30%
Overlay1=Volume|Bar|Blue
Overlay2=EMA(10,Volume)|Line|Magenta|2


RoboStock

RoboStock is a entire Stock Trading System for fully automated or enhanced trading.
RoboStock offers the following modules:

RoboTrd Executes the enter and exit signals generated
from RoboScan, internally or manually
RoboScan Scans the NASDAQ market for your trading pattern
and generates position enter/exit signals and
displays continuous stock lists sorted by your criteria
RoboCha Provides realtime or historic charting
tick by tick, time interval bars, daily or Level2 events
and shows new ticks and the Level2 picture
RoboSim Development tool for detailed back testing of trading strategies using a historic 700+ Million Trade/Tick database of the entire NASDAQ market with a proprietary programming language
StockTax The Stock traders Tax & Accounting Companion,
allows you to calculate instantly your trading profits with a trading analysis
Cemet Central Message Tracker - collects messages from any
of the other modules with alert signals

RoboStock is currently working with the widely used RealTick datafeed and trading system,
but can be adapted to equivalent trading platforms and realtime datafeed streams.

RoboStock Highlights

RoboTrd (Trading Module)

Portfolio Manager
Working your order - Example1

RoboScan (Scanning the Market)

Scanner in Action  - Example1

RoboSim (Simulate Strategies/BackTesting)

RoboCha (Charting)