AmiBroker Documentation Item No.
ab201.html
Revised May 24th, 2000.
This is the part of AmiBroker documentation. Copyright ©2000
Tomasz Janeczko. All rights reserved.
THIS
DOCUMENT IS OUTDATED. REFER TO AMIBROKER USER'S GUIDE FOR MORE UP TO DATE INFORMATION
AmiBroker/Win32 object model
Applies to AmiBroker/Win32
version 3.25 and above.
AmiBroker object model hierarchy |
Document
properties:
- Application : object
- Parent : object
- Name : string
methods:
- ShowMessage(Text : string)
- Close()
- Activate()
Application
properties:
- ActiveDocument : object
- Stocks : object (collection)
- Version : string
- Documents : object (collection)
methods:
- Quit()
- RefreshAll()
- Import(Type : number, FileName : string, [optional] DefFileName : string ) : long
Stock
properties:
- Ticker : string
- Quotations : object (collection)
- FullName : string
- Index : boolean
- Favourite : boolean
- Continuous : boolean
- MarketID : number
- GroupID : number
- Code : number
- Issue : number
- BookValue : number
- NominalValue : float
- Address : string
- FinanceYear( number Quarter ) : number
- FinanceIncome( number Quarter ) : number
- FinanceEBT( number Quarter ) : number
- FinanceEAT( number Quarter ) : number
methods:
(none)
Quotation
properties:
- Date : date
- Close : float
- Open : float
- High : float
- Low : float
- Volume : float;
methods:
(none)
Stocks (collection)
properties:
- Count : number
methods:
- Add( Ticker : string ) : object
- Item( Item : string or number) : object
- Remove( Item : string or number ) : boolean
Quotations (collection)
properties:
- Count : number
methods:
- Add( Ticker : string ) : object
- Item( Item : string or number) : object
- Remove( Item : string or number ) : boolean
Documents (collection)
properties:
- Count : number
- Application : object
- Parent : object
methods:
- Item( Index : number) : object
- Add() : object
- Close()
- Open( Ticker : string) : object