Nov
30

NeoTicker 4.20 Build 61 Released

New Features

Pattern Scanner

– locking scheme on symbols in use completely rewritten, leading to 500% faster performance on real-time pre-filtering process
– RAM Cache data loading method rewritten, 500% faster performance in real-time

Indicator Trade Object

– new methods, see Help file for more details

CashTransactionCount : integer
CashTransactionDateTime (AnIndex : integer) : double
CashTransactionAmount (AnIndex : integer) : double
AddCashTransaction (Amount : double)
PlaceOrder (const IssueId : integer; const AType : OrderType; const AKind : orderTimeFrame; const APrice : double; const AOffset : double; const ASize : integer; const AComment : string) : integer;

Indicator Excel Object

– new methods, see Help file for more details

GetValue (Workbook, Worksheet, Col, Row, var AValue : olevariant)
GetValueByName (Workbook, Worksheet, Name, var AValue : olevariant)

Indicator Formula Language

– new functions equivalent to the new trade object methods

CashTransactionCount : integer
CashTransactionDateTime (AnIndex : integer) : double
CashTransactionAmount (AnIndex : integer) : double
AddCashTransaction (condition, amount)
PlaceOrder (condition, issueid, ordertype, orderkind,orderprice, orderoffset, ordersize, comment);

– new functions equivalent for Excel object methods

Excel.SetValue (condition, workbook, worksheet, col, row, value)
Excel.GetValue (condition, workbook, worksheet, col, row, localvar)
Excel.GetValueByName (condition, workbook, worksheet, name, localvar)

User Define Symbol Manager

– new UDS style to obtain data from Excel

System Performance

– new feature to display a listing of the cash transactions and the cash only activities in the viewer
– indicates the filename on the viewer caption
– Manager shows the filename alongside the system name in the active viewer list

OLE Automation

– New FWTimeChart method SavePerformanceFile (IndicatorID, AFilename)

General

– 2010 holiday list included
– documentation updated

Bug Fixes

– quote window using visual style Day Line will induce the problem of loading and unloading of the underlying data series from RAM Cache should the dayline field is hidden from the screen underneath another window or application

– dynamic table window using visual style Day Line or Candle will induce the problem of loading and unloading the underlying data series from RAM Cache if the cell is hidden from the screen underneath another window or application

– potential duplicate bar inserted into RAM Cache minute cache

– IQFeed data server debug messages stripped

Special Notes

– Lease users using 4.20 build 60 or earlier please take notes that by end of March 2010, the version you are using will hard expire. Starting from this build, the new expiration date will be end of March 2011

Blog Developed
By ContentRobot