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
Portfolio Manager
Working your order - Example1
- Fully automated Position entry using automatic signals (from RoboScan
or any 3rd party software)
- Conditional entry (buy if below or above price X)
- Unconditional entry (buy NOW using the best/fastes offers)
- You can specify a Stop loss limit AND a Gain target price for each
position
- Advanced protective Gain feature which tracks the best gain and sells
when
the gain receeds a specified percentage - therefore ensuring a gain before the position
would become a looser
even though the full target price has not been reached
- Advanced rising position price feature - updating the stop loss/gain
price continuously based
on the age of the position (0=2% stop loss, 1min=1% stop loss, 2min=0% loss, 3min=1% gain)
instead of waiting for the actual gain or Stop Loss price
- Advanced Level2 scanner to calculate were to direct your buy/sell
orders
including weight system to enphazie various criteria of your choice
(like price versus speed/ecn)
- Portfolio management showing the current effective Profit.Loss
- Visual Position display
- Interactive Position enable/disable
- Level2 display indicating targeted offers
- Automatic Trading Log in Quicken Format which can be used for
accounting with StockTax
- Instant daily trading profit/loss overview
Scanner in Action - Example1
- Scans the entire NASDAQ market to check for specific scenarios
- Sends signals to the trading module:
a) Warmup (preliminary conditions met - get ready)
b) Enter Long/Short Signal using up to 90 different styles
1. enter urgently (buy at ask)
2. enter medium (place ISLD order in between the spread)
3. enter relaxed (place ISLD order at the bid)
4. enter with a precalculated fixed price and wait X minute to be taken
out before cancelling
c) Exit Signal - close the position(s) for this symbol when specific conditions have been
met
- Continuously sorts all symbols in the market by various criteria
(like Day Spread,Change from open etc)
- Powerfull INTRADAY backtesting/simulation
- Allows you to define your strategy and test it against the 700+ Mill
NASDAQ trading records
or any subset (only one symbol for a specified date range)
- Details list of each position taken for profit/loss, best gain, worst
loss during the position, entry/exit price etc.
- Details statistical analysis showing the Average return per trade,
Avg Duration, Probability of Winners etc.
- Emulated Trade delay feature (i.e. enter 8 seconds after the signal
to simulate the gap between signal and actual fill)
- Emulate Enter Price within Spread (100% at ask, 50%=in between,
0%=at Bid)
- Emulate Exit Price within Spread (100% at ask, 50%=in between,
0%=at Bid)
- Define 1000's or permutations of the various parameter (i.e.
Gain/Loss%) to detect the optimum
- Extract list of each hit/position taken and view each position with
RoboCha and intuitive red/green loss/gain area
- Displays intraday stock trades in realtime as:
a) Usual candlestick time intervals (5Min, 1Min or even more precise 20 second periods)
b) Powerfull tick-by-tick display
c) Daily candlestick charts
- Displays one or MANY studies and derived parameters parallel to the
main price graph
- Continuous tick/trade display next to the chart
- Reloads and displays the last 100 ticks upon startup (Realtick goes
blank when you change the symbol)
- Level2 display next to the chart
- Visually shows the current Stop Loss/Gain line of your position
(dotted red line)
- Visual access to 700+ million historic tick/trade records or the
entire recent NASDAQ market
- Proprietary language to define your own calculations
- Proprietary language to define your own visual layouts which can be
instantly accessed