UnixDos,Toolkit,utilities,file,management,administration,command,line,process,control,batch,UNIX,Windows95,WindowsNT,UnixDos,Toolkit,conversion,edit,manipulation,search,directory,count,extract,sort,split,compare,merge,test,interaction,MSDOS,DOS,32bit,16bit,grep, ls, du, df, find, mv, rm, m4,chmod, cc, dd, cmpdir, cut, cpio, expr, head, tail, fgrep, egrep, mkdir, mvdir, nl, paste, pr, od, rm, sed, sleep, split, sum, strings, tee, touch, date, echo, join, more, uniq, sort, uptime, uudecode, uuencode, wc, which,sharewareDownload RIC Order RIC Online PSS Home
Click here to download RIC 
Realtime Interactive/Intraday Charts
(RIC)

Realtime Interactive/Intraday Charts (RIC) offers the following features:

Instantly switch between pre-programmed studies and window layouts
Realtime Intraday Graph (1 Minute to 1440 Minutes) (click here for a sample)
Realtime Daily/Weekly/Monthly Graph (click here for a sample)
Realtime Tick Graph (up to 20000 ticks) with share display (click here for sample)
giving you exact indications of the "finer" movements
Separate Ticker Window (click here for sample) (Can be switched off for a larger graph display)
Advanced Studies available (more can be programmed):
Stochastics, Exponential Moving Average(EMA), Moving Average Convergence/Divergence(MACD),
Directional Movement(DM), Breaking the 20/50 day/point average etc.
Powerfull Zoom In, Zoom Out, scrolling and interactive zooming in
Continuous Bid/Ask Display
Bid/Ask "Skew Factor" showing if tick occurred at Bid/Ask or in between
maintained for each tick and continuous "Skew Average" (-100% at Bid, +100% at Ask)
Start as many RIC session in parallel to watch several stocks
Customizable Colors and Fonts
Logarithmic and Linear Price Scaling
You can program you own studies using the RIC calculation language (see below)
You can program you own Study layouts using the RIC design language (see below)
You can view only 50 or thousands of points all in ONE view
Zoom in on any area in the Graph using the intuitive mouse selection
Zoom in/out centered or from the end of the graph
Dynamic resizing of each study window
Immediate display of Price, Volume, Averages etc were the mouse points to
Saving of all settings for each symbol and automatic restore when you reopen
Start RIC automatically by double clicking on the Symbol.ric file in Windows Explorer

RIC is based on the RealTick/NASDAQ datafeed via the Internet.
(see Broker List for details)
Townsend Analytics, Chicago.http://www.taltrade.com
You can start your subscription at $150(+$75) per month at:
http://www.taltrade.com/Documents/doccenter.htm

You can also get the datafeed with your account at:
http://www.executioner.com
were you get a free datafeed with 25 trades per month or more!

RIC requires at least 24MB RAM  and 120Mhz Pentium, 5MB hard disk space,
1024x768 SVGA display (or 800x600)

DayTrading Links:
StockPickers.NET

Green & Company, Inc, Trader Tax Guides, Solution Packages and Trader Tax Preparation services for traders in securities, options, commodities and futures. Recommended by SmartMoney, Barrons, CNBC and Fortune. Recognized as the leading experts on trader taxation, helping hundreds of Traders around the country save big dollars on their taxes. It may be too late to wait until next April 15, 2000. Find out about trader tax status and save now

RIC Graph Setup

Here is the RIC Setup box were you set the parameters for the data selection to be displayed.
In the Interval box you can enter any Intraday interval in Minutes (1 thru 1440) or
0 for daily data or '-1' to view even single ticks.
Optionally you can specify the number of days or the date and time range:

 

 

RIC System Configuration

Here is the RIC System Configuration box were you set the basic parameters:
Grid Yes/No, Linear or Percentage/Logarithmic vertical price scaling.
You can also program you own Studies (RIC.def) or Layouts (RIC.win):

 

RIC Calculation/Study Language

Here is an example of the RIC Calculation/Study Language
(for details see the Online Help documentation):

; **** BASE DATA - SHARED IN ALL ANALYSIS ****
000=TITLE:Date (YYMMDD)
001=TITLE:Open
002=TITLE:High,STACK:2
003=TITLE:Low,STACK:2
004=TITLE:Close,STACK:2
005=TITLE:Volume
006=TITLE:Average HL
007=TITLE:Average OC
008=SRC:4,TITLE:Seed Value,METHOD:COPY

; ********************************
; ****** SCAN SETUP **************
; ********************************
Cache=10
; **** BASICS ****
101=SRC:8,TITLE:EMA 20 ,METHOD:EMA,STACK:20
102=SRC:8,TITLE:EMA 50 ,METHOD:EMA,STACK:50
103=SRC:8,TITLE:EMA 200 ,METHOD:EMA,STACK:200
104=SRC:5,TITLE:MA 5 ,METHOD:MA,STACK:5
105=SRC:5,TITLE:VOL HIGH,METHOD:HIGH,STACK:1
106=SRC:5,TITLE:VOL HIGH,METHOD:HIGH,STACK:100
107=SRC:5,TITLE:Volume High %0H301% @ %1P301%,METHOD:DIV/105,MUL:100
108=SRC:5,TITLE:VOL HIST 100,METHOD:DIV/106,MUL:100
109=SRC:5,TITLE:VOL EMA100,METHOD:EMA,STACK:100

111=SRC:4 ,TITLE:EMA20 NORM,METHOD:DIV/101,MUL:100,ADD:-1
112=SRC:4 ,TITLE:EMA50 NORM,METHOD:DIV/102,MUL:100,ADD:-1
113=SRC:4 ,TITLE:EMA200NORM,METHOD:DIV/103,MUL:100,ADD:-1
114=SRC:101,TITLE:EMA20 TO 50,METHOD:DIV/102,MUL:300,ADD:-1

121=SRC:111,TITLE:EMA20 ACU ,METHOD:ACU/-1.0,MUL:10
122=SRC:112,TITLE:EMA50 ACU ,METHOD:ACU/-1.0,MUL:4
123=SRC:113,TITLE:EMA200ACU ,METHOD:ACU/-1.0

131=SRC:2 ,TITLE:HIEMA20 NORM,METHOD:DIV/101,MUL:100,ADD:-1
132=SRC:2 ,TITLE:HIEMA50 NORM,METHOD:DIV/102,MUL:100,ADD:-1
133=SRC:2 ,TITLE:HIEMA200NORM,METHOD:DIV/103,MUL:100,ADD:-1

141=SRC:131,TITLE:HIEMA20 ACU ,METHOD:ACU/-1.0,MUL:10
142=SRC:132,TITLE:HIEMA50 ACU ,METHOD:ACU/-1.0,MUL:4
143=SRC:133,TITLE:HIEMA200ACU ,METHOD:ACU/-1.0

151=SRC:5 ,TITLE:VOL ACU ,METHOD:ACU/0.0

; **** BB=205/206 (BOILLINGER BAND) ****
201=SRC: 4,TITLE:DIFF1 ,METHOD:SUB/101
202=SRC:201,TITLE:DIFFx2 ,METHOD:MUL/201
203=SRC:202,TITLE:EMA 30 ,METHOD:EMA,STACK:30
204=SRC:203,TITLE:SQRT ,METHOD:ROOT2,MUL:2.0
205=SRC:101,TITLE:BBU ,METHOD:ADD/204
206=SRC:101,TITLE:BBD ,METHOD:SUB/204
207=SRC: 3,TITLE:BUY ,METHOD:DIV/206,MUL:100,ADD:-1
208=SRC:205,TITLE:BB WIDTH ,METHOD:DIV/101,MUL:100
209=SRC: 2,TITLE:SELL INV ,METHOD:DIV/205,MUL:100,ADD:-1
210=SRC:209,TITLE:SELL ,METHOD:INV

; **** PRICE HIGHS ****
301=SRC:2,TITLE:Price Hist High ,METHOD:HIGH,STACK:1
302=SRC:2,TITLE:Price last 100 days ,METHOD:HIGH,STACK:100
303=SRC:2,TITLE:Price High %4H401% @ %1P401%,METHOD:DIV/301,MUL:100
304=SRC:2,TITLE:Price 100 days stoch ,METHOD:DIV/302,MUL:100
305=SRC:3,TITLE:Price Hist Low ,METHOD:LOW,STACK:1
306=SRC:3,TITLE:Price Low Relative ,METHOD:DIV/305,MUL:100

; **** MACD 405 (GROUP1) ****
401=SRC:8 ,TITLE:MACD EMA12,METHOD:EMA,STACK:12
402=SRC:8 ,TITLE:MACD EMA26,METHOD:EMA,STACK:26
403=SRC:402,TITLE:MACD BASE ,METHOD:SUB/401
404=SRC:403,TITLE:MACD EMA9 ,METHOD:EMA,STACK:9
405=SRC:404,TITLE:MACD ,METHOD:SUB/403

; **** BUY SIGNALS (NORMAILZED EMAS) ***
501=SRC:3 ,TITLE:BUY 20 ,METHOD:DIV/101,MUL:100,ADD:-1
502=SRC:3 ,TITLE:BUY 50 ,METHOD:DIV/102,MUL:100,ADD:-1
503=SRC:3 ,TITLE:BUY 200 ,METHOD:DIV/103,MUL:100,ADD:-1

; **** SELL SIGNAL 605 (STOCHASTIC 5) ****
601=SRC:2 ,TITLE:HIGH 5 ,METHOD:HIGH,STACK:5
602=SRC:3 ,TITLE:LOW 5 ,METHOD:LOW,STACK:5
603=SRC:4 ,TITLE:STO CLOSE ,METHOD:SUB/602
604=SRC:601,TITLE:STO RANGE ,METHOD:SUB/602
605=SRC:603,TITLE:STO ,METHOD:DIV/604,MUL:100

; **** DMU=707, DMD=708, DMI=513 (HIGH/LOW EXTENSIONS) ****
701=TITLE:DMU DAY ,METHOD:CUST1
702=TITLE:DMD DAY ,METHOD:CUST2
703=TITLE:TR DAY ,METHOD:CUST3
704=SRC:701,TITLE:DMU EMA15,METHOD:EMA,STACK:15
705=SRC:702,TITLE:DMD EMA15,METHOD:EMA,STACK:15
706=SRC:703,TITLE:TR EMA15,METHOD:EMA,STACK:15
707=SRC:704,TITLE:DMU ,METHOD:DIV/706,MUL:100
708=SRC:705,TITLE:DMD ,METHOD:DIV/706,MUL:100
709=SRC:707,TITLE:DMI1 ,METHOD:SUB/708
710=SRC:707,TITLE:DMI2 ,METHOD:ADD/708
711=SRC:709,TITLE:DMI1 ABS ,METHOD:ABS
712=SRC:711,TITLE:DMI DAY ,METHOD:DIV/710
713=SRC:712,TITLE:DMI ,METHOD:EMA,STACK:15,MUL:100

; **** FIND (FIND OPPORTUNITIES) ****
801=SRC: 7,TITLE:FIND LONG ,METHOD:POST1
802=SRC: 7,TITLE:FIND SHORT,METHOD:POST2

RIC Window Design/Layout Language

Here is an example of the RIC Design/Layout Language
(for details see the Online Help documentation):

; MACD Layout
[Layout1]
1=SRC:8,TITLE:Price,Height:47,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume,Height:21,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:405,AXISY:BAR/GRID/ZERO,TITLE:MACD,HEIGHT:26,AXISX:NOXTXT,Color:Black

; Standard Graphs
5=SRC:103,WIN:1,Color:Magenta
6=SRC:102,WIN:1,Color:Red,PEN:3
7=SRC:101,WIN:1,Color:Blue,PEN:3
8=SRC:205,WIN:1,Color:Orange
9=SRC:206,WIN:1,Color:Orange
10=SRC:104,WIN:2,Color:Red,Pen:3

[Layout2]
1=SRC:8,TITLE:Price,Height:50,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume %C,Height:17,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black
3=SRC:207,AXISY:GRID/MIN0/MAX30,TITLE:Buy (EMA Norm),HEIGHT:15,AXISX:NOXTXT,Color:Green
4=SRC:605,AXISY:GRID/MAX80,TITLE:Sell (Sto),HEIGHT:15,AXISX:NOXTXT,Color:Red

; Standard Graphs
5=SRC:103,WIN:1,Color:Magenta
6=SRC:102,WIN:1,Color:Red,PEN:3
7=SRC:101,WIN:1,Color:Blue,PEN:3
8=SRC:205,WIN:1,Color:Orange
9=SRC:206,WIN:1,Color:Orange
10=SRC:104,WIN:2,Color:Red,Pen:3

; DM Methods
[Layout3]
1=SRC:8,TITLE:Price,Height:50,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume,Height:18,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:713,AXISY:GRID,TITLE:DM,HEIGHT:30,AXISX:NOXTXT,Color:Blue

; Standard Graphs
5=SRC:103,WIN:1,Color:Magenta
6=SRC:102,WIN:1,Color:Red,PEN:3
7=SRC:101,WIN:1,Color:Blue,PEN:3
8=SRC:205,WIN:1,Color:Orange
9=SRC:206,WIN:1,Color:Orange
10=SRC:104,WIN:2,Color:Red,Pen:3

11=SRC:707,WIN:3,Color:Green
12=SRC:708,WIN:3,Color:Red



; FIND Opportinities Setup
[Layout4]
1=SRC:8,TITLE:Price,Height:50,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume %C,Height:17,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:801,AXISY:GRID,TITLE:Finder Long/Short,HEIGHT:15,AXISX:NOXTXT,Color:Green
4=SRC:122,AXISY:GRID/ZERO,TITLE:EMA ACU,HEIGHT:15,AXISX:NOXTXT,Color:Red,Pen:3

; Standard Graphs
5=SRC:103,WIN:1,Color:Magenta
6=SRC:102,WIN:1,Color:Red,PEN:3
7=SRC:101,WIN:1,Color:Blue,PEN:3
8=SRC:205,WIN:1,Color:Orange
9=SRC:206,WIN:1,Color:Orange
10=SRC:104,WIN:2,Color:Red,Pen:3

11=SRC:802,WIN:3,Color:Red
12=SRC:121,WIN:4,Color:Blue
13=SRC:123,WIN:4,Color:Magenta


; VOL/PRICE HIGH + BB FACTOR
[Layout5]
1=SRC:8,TITLE:Price,Height:45,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume %C,Height:18,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:107,AXISY:GRID/MAX100,TITLE:*COPY,HEIGHT:18,AXISX:NOXTXT,Color:Blue
4=SRC:303,AXISY:GRID/MAX100,TITLE:*COPY,HEIGHT:18,AXISX:NOXTXT,Color:Blue
5=SRC:207,AXISY:GRID/MIN0/MAX30,TITLE:BB Returns,HEIGHT:18,AXISX:NOXTXT,Color:Green

; Standard Graphs
6=SRC:103,WIN:1,Color:Magenta
7=SRC:102,WIN:1,Color:Red,PEN:3
8=SRC:101,WIN:1,Color:Blue,PEN:3
9=SRC:205,WIN:1,Color:Orange
10=SRC:206,WIN:1,Color:Orange
11=SRC:104,WIN:2,Color:Red,Pen:3

12=SRC:108,WIN:3,Color:Magenta,Pen:1
13=SRC:304,WIN:4,Color:Magenta,Pen:1
14=SRC:210,WIN:5,Color:Red

; Indicators
[Layout6]
1=SRC:8,TITLE:Price,Height:37,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume %C,Height:14,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:112,AXISY:GRID/ZERO,TITLE:EMA 50 Normalized,HEIGHT:16,AXISX:NOXTXT,Color:Red,Pen:3
4=SRC:111,AXISY:GRID/ZERO,TITLE:EMA 20/200 Normalized,HEIGHT:16,AXISX:NOXTXT,Color:Blue
;5=SRC:131,AXISY:GRID/ZERO,TITLE:Test,HEIGHT:24,AXISX:NOXTXT,Color:Red
5=SRC:122,AXISY:GRID/ZERO,TITLE:EMA ACU,HEIGHT:16,AXISX:NOXTXT,Color:Red,Pen:3

; Standard Graphs
6=SRC:103,WIN:1,Color:Magenta
7=SRC:102,WIN:1,Color:Red,PEN:3
8=SRC:101,WIN:1,Color:Blue,PEN:3
9=SRC:205,WIN:1,Color:Orange
10=SRC:206,WIN:1,Color:Orange
11=SRC:104,WIN:2,Color:Red,Pen:3

12=SRC:114,WIN:3,Color:Black
13=SRC:113,WIN:4,Color:Magenta

14=SRC:121,WIN:5,Color:Blue
15=SRC:123,WIN:5,Color:Magenta
16=SRC:141,WIN:5,Color:Blue,Pen:1
17=SRC:143,WIN:5,Color:Magenta,Pen:1
18=SRC:142,WIN:5,Color:Red,Pen:2

; Granite
[Layout7]
1=SRC:8,TITLE:Price,Height:40,AXISY:GRID/LOG,AXISX:SEQ,COLOR:Black
2=SRC:5,TITLE:Volume %C,Height:29,AXISY:GRID/BAR/MIN0,AXISX:NOXTXT,Color:Black

3=SRC:151,AXISY:GRID/MIN0,TITLE:Vol Acu,HEIGHT:29,AXISX:NOXTXT,Color:Red,Pen:3

; Standard Graphs
7=SRC:7,WIN:1,Color:Blue,PEN:2
9=SRC:205,WIN:1,Color:Orange
10=SRC:206,WIN:1,Color:Orange
11=SRC:104,WIN:2,Color:Red,Pen:3