Venice 0.8alpha
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

ABS_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "abs" symbol
AbsExpression - Class in nz.org.venice.parser.expression
An expression which calculates the absolute value of a number.
AbsExpression(Expression) - Constructor for class nz.org.venice.parser.expression.AbsExpression
 
AbstractAccount - Class in nz.org.venice.portfolio
Base class for all accounts.
AbstractAccount() - Constructor for class nz.org.venice.portfolio.AbstractAccount
Create a new account.
AbstractExpression - Class in nz.org.venice.parser.expression
The abstract base class for all expressions in the Gondola language.
AbstractExpression() - Constructor for class nz.org.venice.parser.expression.AbstractExpression
Create a new expression.
AbstractExpression(int) - Constructor for class nz.org.venice.parser.expression.AbstractExpression
Create a new expression with the given number of children.
AbstractGraph - Class in nz.org.venice.chart.graph
Set the default values for a graph based on a single GraphSource.
AbstractGraph(GraphSource) - Constructor for class nz.org.venice.chart.graph.AbstractGraph
Set the default values to the ones provided by this GraphSource.
AbstractQuoteModel - Class in nz.org.venice.ui
Helper for constructing quote table models.
AbstractQuoteModel(QuoteBundle, List, int) - Constructor for class nz.org.venice.ui.AbstractQuoteModel
Create a new quote table model with no columns.
AbstractSettings - Class in nz.org.venice.prefs.settings
This class can save the toplevel Module data which is common to all modules.
AbstractSettings(int, int) - Constructor for class nz.org.venice.prefs.settings.AbstractSettings
 
AbstractSettings(int, int, String) - Constructor for class nz.org.venice.prefs.settings.AbstractSettings
 
AbstractTable - Class in nz.org.venice.ui
Helper for constructing tables.
AbstractTable() - Constructor for class nz.org.venice.ui.AbstractTable
Create a new table.
AbstractTableModel - Class in nz.org.venice.ui
Helper for constructing table models.
AbstractTableModel() - Constructor for class nz.org.venice.ui.AbstractTableModel
Create a new table model with no columns.
AbstractTableModel(List) - Constructor for class nz.org.venice.ui.AbstractTableModel
Create a new table model with the set of columns.
accept(File) - Method in class nz.org.venice.analyser.ANNNetworkTypePage.JooneFilter
 
accept(File) - Method in class nz.org.venice.importer.PreferencesXML.XMLFilter
 
accept(File) - Method in class nz.org.venice.util.ImageFilter
 
Account - Interface in nz.org.venice.portfolio
Generic interface for all financial account objects.
AccountDialog - Class in nz.org.venice.portfolio
A dialog that allows the user to enter an account name and currency.
AccountDialog(JComponent, String, String) - Constructor for class nz.org.venice.portfolio.AccountDialog
Create new account dialog.
AccountDialog(JComponent, String, String, Currency) - Constructor for class nz.org.venice.portfolio.AccountDialog
Create new account dialog.
AccountNameFormat - Class in nz.org.venice.ui
This class describes how to display and sort the name of portfolio accounts in the table.
AccountNameFormat(String) - Constructor for class nz.org.venice.ui.AccountNameFormat
Create a new account name format object.
AccountTable - Class in nz.org.venice.portfolio
Display an account summary in a swing table for a portfolio.
AccountTable(Portfolio, EODQuoteBundle) - Constructor for class nz.org.venice.portfolio.AccountTable
Create a new account table.
accumulate(int, double) - Method in class nz.org.venice.portfolio.StockHolding
Increase ownership of stock.
ACCUMULATE - Static variable in class nz.org.venice.portfolio.Transaction
Accumulate (buy) shares
actionPerformed(ActionEvent) - Method in class nz.org.venice.chart.ChartModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.chart.PortfolioChartMenu
This function is called when the user selects one of the menu items.
actionPerformed(ActionEvent) - Method in class nz.org.venice.macro.MacroModule
 
actionPerformed(ActionEvent) - Method in class nz.org.venice.portfolio.PortfolioModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.portfolio.TransactionDialog
 
actionPerformed(ActionEvent) - Method in class nz.org.venice.portfolio.TransactionModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.prefs.PreferencesModule
Called when the user clicks on the save or cancel button.
actionPerformed(ActionEvent) - Method in class nz.org.venice.table.PortfolioTableModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.table.QuoteModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.table.WatchScreenModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.ConfirmDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.ExpressionColumnDialog
 
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.ExpressionDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.MacroEditor
 
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.MainMenu
Called when a menu item is selected.
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.ProgressBarUI
 
actionPerformed(ActionEvent) - Method in class nz.org.venice.ui.TextDialog
ActionListener interface used for internal buttons.
activateButton(JButton) - Method in class nz.org.venice.chart.ChartModule
Activate chart button b, and deactivate all the rest of the buttons.
ACTIVITY_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Activity column number.
ACTIVITY_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Activity column number.
add(Graph, int) - Method in class nz.org.venice.chart.Chart
Chart a new graph at the given level.
add(Graph, Symbol, EODQuoteBundle, int) - Method in class nz.org.venice.chart.ChartModule
Add a new graph to the specified level.
add(SortedSet) - Method in class nz.org.venice.chart.ChartModule
 
add(Graph, Portfolio, EODQuoteBundle, int) - Method in class nz.org.venice.chart.ChartModule
Add a new portfolio graph to the specified level.
ADD - Static variable in class nz.org.venice.chart.GraphSettingsDialog
The user has pressed the ADD button.
add(String, int, boolean) - Method in class nz.org.venice.parser.Variables
Add a new variable.
add(String, int, boolean, double) - Method in class nz.org.venice.parser.Variables
Add a new variable.
add(String, int, boolean, int) - Method in class nz.org.venice.parser.Variables
Add a new variable.
add() - Method in class nz.org.venice.prefs.EquationTable
Display a dialog asking the user to enter a new stored expression.
add(ModuleFrame) - Method in class nz.org.venice.ui.FrameRegister
Add new ModuleFrame to register, using size as key
add(TradingDate, Money, Money) - Method in class nz.org.venice.util.ExchangeRateCache
Add the two given monies.
add(Money) - Method in class nz.org.venice.util.Money
Add the given money to this money.
add(double) - Method in class nz.org.venice.util.Money
Add the given money to this money.
ADD_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "+" symbol
addAccount(Account) - Method in class nz.org.venice.portfolio.Portfolio
Add an account to the portfolio.
addAll(Object[]) - Method in class nz.org.venice.ui.SortedListModel
 
addCheckBoxMenuItem(ActionListener, JMenuItem, String) - Static method in class nz.org.venice.ui.MenuHelper
Creates a check box menu item and attaches it to a menu
addCheckBoxRow(JPanel, String, boolean, GridBagLayout, GridBagConstraints) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new row containing a check box button to the form.
addComboBox(JPanel, String, Vector, GridBagLayout, GridBagConstraints) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new list combo box to the form.
addElement(Object) - Method in class nz.org.venice.ui.SortedListModel
 
addError(String) - Method in class nz.org.venice.util.Report
Add an error message to the report.
addExpression() - Method in class nz.org.venice.analyser.ANNPageModule
 
AddExpression - Class in nz.org.venice.parser.expression
An expression which adds two sub-expressions.
AddExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.AddExpression
 
addExpressionRow(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new row containing an expression combo box button to the form.
addLabelRow(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new row containing a label field to the form.
addMarketIndicator(Graph) - Method in class nz.org.venice.chart.ChartModule
 
addMenu(JComponent, String, char) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu and attaches it to a component
addMenu(JComponent, String) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu and attaches it to a component
addMenuItem(ActionListener, JMenuItem, String) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JMenuItem, String, char) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JPopupMenu, String) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMenuItem(ActionListener, JPopupMenu, String, char) - Static method in class nz.org.venice.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMessage(String) - Method in class nz.org.venice.util.Report
Add a message to the report.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.ANNModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.ANNPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.ANNResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GAModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GAResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GARulesPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GPModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.GPResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.PaperTradeModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.chart.ChartModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.help.HelpModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.macro.MacroModule
 
addModuleChangeListener(PropertyChangeListener) - Method in interface nz.org.venice.main.AnalyserModule
 
addModuleChangeListener(PropertyChangeListener) - Method in interface nz.org.venice.main.Module
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.portfolio.PortfolioModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.portfolio.TransactionModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.prefs.PreferencesModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.quote.ExportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.quote.IDQuoteSyncModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.quote.ImportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.table.PortfolioTableModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.table.QuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class nz.org.venice.table.WatchScreenModule
Add a property change listener for module change events.
addModuleListener(ModuleListener) - Method in class nz.org.venice.ui.DesktopManager
Add a listener to list for module events.
addParameter() - Method in class nz.org.venice.analyser.GARulesPageModule
 
addPasswordRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new row containing a password text field to the form.
addQuoteListener(QuoteListener) - Method in class nz.org.venice.quote.IDQuoteCache
Add a listener to listen for new intra-day quotes.
addResults(List) - Method in class nz.org.venice.analyser.ANNResultModule
 
addResults(List) - Method in class nz.org.venice.analyser.GAResultModule
 
addResults(List) - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
addResults(List) - Method in class nz.org.venice.analyser.GPResultModule
 
addResults(List) - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
addRow(String, String, String) - Method in class nz.org.venice.analyser.GARulesPageModule
 
addRowSelectionInterval(int, int) - Method in class nz.org.venice.ui.SortedTable
 
addRowTable(String) - Method in class nz.org.venice.analyser.ANNPage
 
addRowTable(String) - Method in class nz.org.venice.analyser.ANNPageModule
 
addRowTable(String, String, String) - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
addRowTable(String, String, String) - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
addRules() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
addSymbol(Symbol) - Method in class nz.org.venice.quote.EODQuoteRange
Expand the quote range to include a new symbol.
addSymbol(Symbol) - Method in class nz.org.venice.table.WatchScreen
Add a symbol to this watch screen.
addSymbolListComboBox(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new symbol list combo box to the form.
addSymbols(List) - Method in class nz.org.venice.quote.IDQuoteSync
Add the a list of symbols to the list of symbols for the intra-day quotes to download.
addSymbols(List) - Method in class nz.org.venice.table.WatchScreen
Add a list of symbols to this watch screen.
addTextRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class nz.org.venice.ui.GridBagHelper
Append a new row containing a text field to the form.
addTransaction(Transaction) - Method in class nz.org.venice.portfolio.Portfolio
Record a single transaction on the portfolio.
addTransactions(List) - Method in class nz.org.venice.portfolio.Portfolio
Record multiple transactions on the portfolio.
addWarning(String) - Method in class nz.org.venice.util.Report
Add a warning message to the report.
AdvanceDeclineGraph - Class in nz.org.venice.chart.graph
Advance/Decline graph.
AdvanceDeclineGraph() - Constructor for class nz.org.venice.chart.graph.AdvanceDeclineGraph
Create a new Advance/Decline graph.
after(Object) - Method in class nz.org.venice.util.TradingDate
Tests if this date is after the specified date.
after(Object) - Method in class nz.org.venice.util.TradingTime
Tests if this time is after the specified time.
ALL_ORDINARIES - Static variable in class nz.org.venice.quote.EODQuoteRange
Represents all 3 letter symbols, not included market indices
ALL_SYMBOLS - Static variable in class nz.org.venice.quote.EODQuoteRange
Represents all symbols
ALWAYS_HIDDEN - Static variable in class nz.org.venice.ui.Column
The column is always hidden.
ANALYSER - Static variable in interface nz.org.venice.prefs.settings.Settings
 
AnalyserModule - Interface in nz.org.venice.main
 
AnalyserModuleSettings - Class in nz.org.venice.prefs.settings
 
AnalyserModuleSettings(int) - Constructor for class nz.org.venice.prefs.settings.AnalyserModuleSettings
Create a new AnalyserModuleSettings object
AnalyserPage - Interface in nz.org.venice.analyser
An analysis tool configuration page.
AnalyserResultSettings - Class in nz.org.venice.prefs.settings
 
AnalyserResultSettings(int) - Constructor for class nz.org.venice.prefs.settings.AnalyserResultSettings
 
AND_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "and" symbol
AndExpression - Class in nz.org.venice.parser.expression
An expression which performs boolean and on two sub-expressions.
AndExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.AndExpression
 
ann() - Method in class nz.org.venice.main.CommandManager
Open up a new artificial neural network module.
ANNConstants - Class in nz.org.venice.analyser.ann
 
ANNConstants() - Constructor for class nz.org.venice.analyser.ann.ANNConstants
 
ANNModule - Class in nz.org.venice.analyser
 
ANNModule(JDesktopPane) - Constructor for class nz.org.venice.analyser.ANNModule
Create a new paper trade module.
ANNMODULE - Static variable in interface nz.org.venice.prefs.settings.Settings
 
ANNNetworkTypePage - Class in nz.org.venice.analyser
 
ANNNetworkTypePage(JDesktopPane) - Constructor for class nz.org.venice.analyser.ANNNetworkTypePage
Construct a new network type parameters page.
ANNNetworkTypePage.JooneFilter - Class in nz.org.venice.analyser
 
ANNNetworkTypePage.JooneFilter() - Constructor for class nz.org.venice.analyser.ANNNetworkTypePage.JooneFilter
 
ANNPage - Class in nz.org.venice.analyser
 
ANNPage(JDesktopPane, double) - Constructor for class nz.org.venice.analyser.ANNPage
Construct a new input/output artificial neural network parameters page.
ANNPageModule - Class in nz.org.venice.analyser
 
ANNPageModule(JDesktopPane) - Constructor for class nz.org.venice.analyser.ANNPageModule
Construct a new input artificial neural network parameters grid.
ANNPaperTrade - Class in nz.org.venice.analyser
This class perform the paper trade analysis for the artificial neural network.
ANNResult - Class in nz.org.venice.analyser
 
ANNResult(Portfolio, EODQuoteBundle, Money, Money, TradingDate, TradingDate, String) - Constructor for class nz.org.venice.analyser.ANNResult
 
ANNResultModule - Class in nz.org.venice.analyser
 
ANNResultModule() - Constructor for class nz.org.venice.analyser.ANNResultModule
 
ANNResultModule(AnalyserResultSettings) - Constructor for class nz.org.venice.analyser.ANNResultModule
 
ANNRESULTS - Static variable in interface nz.org.venice.prefs.settings.Settings
 
ANNTrainingPage - Class in nz.org.venice.analyser
 
ANNTrainingPage(JDesktopPane) - Constructor for class nz.org.venice.analyser.ANNTrainingPage
Construct a new ANN training parameters page.
append(Graph, int) - Method in class nz.org.venice.chart.ChartModule
Add the graph to the specified level.
append(Graph) - Method in class nz.org.venice.chart.ChartModule
Create a new level and add the graph.
applyExpressions(AbstractQuoteModel) - Method in class nz.org.venice.ui.AbstractTable
Helper method to display a dialog to let the user set expressions.
ArithmeticExpression - Class in nz.org.venice.parser.expression
Abstract base class for the arithmetic expressions: +, /, *, -
ArithmeticExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.ArithmeticExpression
Create a new arithmetic expression with the given left and right arguments.
ARRANGE - Static variable in class nz.org.venice.ui.DesktopManager
Arrange windows in a grid.
ArtificialNeuralNetwork - Class in nz.org.venice.analyser.ann
 
ArtificialNeuralNetwork(JDesktopPane) - Constructor for class nz.org.venice.analyser.ann.ArtificialNeuralNetwork
Create a new instance of ArtificialNeuralNetwork class.
ASK - Static variable in interface nz.org.venice.quote.Quote
Represents current ask.
ASK_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Day low column number.
authEnabled - Variable in class nz.org.venice.prefs.PreferencesManager.ProxyPreferences
Is authentication enabled?
avg(QuoteFunctionSource, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Find the average of the given quotes.
avg(double[], int, int) - Static method in class nz.org.venice.quote.QuoteFunctions
 
AVG_OFFSET_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid avg() offset.
AVG_RANGE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid avg() range.
AVG_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "avg" symbol
AvgExpression - Class in nz.org.venice.parser.expression
An expression which finds the average quote over a given trading period.
AvgExpression(Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.AvgExpression
Create a new average expression for the given quote kind, for the given number of days starting with lag days away.

B

BACKWARDS - Static variable in class nz.org.venice.util.TradingDateComparator
Sort backwards
BarChartGraph - Class in nz.org.venice.chart.graph
Barchart graph.
BarChartGraph(GraphSource, GraphSource, GraphSource, GraphSource) - Constructor for class nz.org.venice.chart.graph.BarChartGraph
Create a new barchart graph.
BarGraph - Class in nz.org.venice.chart.graph
Horizontal bar graph.
BarGraph(GraphSource, String, boolean) - Constructor for class nz.org.venice.chart.graph.BarGraph
Create a new horizontal bar graph.
BasicChartUI - Class in nz.org.venice.chart
Chart Implementation.
BasicChartUI() - Constructor for class nz.org.venice.chart.BasicChartUI
 
BBL_OFFSET_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() offset.
BBL_RANGE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid bol_lower() range.
BBL_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "bol_lower()" symbol
BBLExpression - Class in nz.org.venice.parser.expression
An expression which finds the BBL (Bollinger Band Lower) quote over a given trading period.
BBLExpression(Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.BBLExpression
Create a new Bollinger Band Lower expression for the given quote kind, for the given number of days, starting with lag days away.
BBU_OFFSET_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid bbu() offset.
BBU_RANGE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() range.
BBU_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "bol_upper()" symbol
BBUExpression - Class in nz.org.venice.parser.expression
An expression which finds the BBU (Bollinger Band Upper) quote over a given trading period.
BBUExpression(Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.BBUExpression
Create a new Bollinger Band Upper expression for the given quote kind, for the given number of days, starting with lag days away.
before(Object) - Method in class nz.org.venice.util.TradingDate
Tests if this date is before the specified date.
before(Object) - Method in class nz.org.venice.util.TradingTime
Tests if this time is before the specified time.
bestFit(QuoteFunctionSource, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Calculate the line of best fit of the data given by source.
bestFitFunction(QuoteFunctionSource, int, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Return the equation of the line of best fit of the data given by source.
BID - Static variable in interface nz.org.venice.quote.Quote
Represents current bid.
BID_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Day low column number.
BinaryExpression - Class in nz.org.venice.parser.expression
Abstract base class for all expressions requiring two arguments.
BinaryExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.BinaryExpression
Create a new binary expression with the given left and right arguments.
bmp - Static variable in class nz.org.venice.util.ImageFilter
 
BMPFile - Class in nz.org.venice.util
Writes a bitmap from a BufferedImage.
BMPFile(boolean) - Constructor for class nz.org.venice.util.BMPFile
 
BMPFile() - Constructor for class nz.org.venice.util.BMPFile
 
BollingerBandsGraph - Class in nz.org.venice.chart.graph
Bollinger Bands graph.
BollingerBandsGraph(GraphSource) - Constructor for class nz.org.venice.chart.graph.BollingerBandsGraph
Create a new bollinger bands graph.
BollingerBandsGraph(GraphSource, HashMap) - Constructor for class nz.org.venice.chart.graph.BollingerBandsGraph
Create a new bollinger bands graph.
bollingerLower(QuoteFunctionSource, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Calculate the lower band of the bollinger graph.
bollingerUpper(QuoteFunctionSource, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Calculate the upper band of the bollinger graph.
BOOLEAN_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "boolean" symbol
BOOLEAN_TYPE - Static variable in interface nz.org.venice.parser.Expression
A boolean type that can be either Expression.TRUE or Expression.FALSE.
BOX_PRICE_SCALE - Static variable in class nz.org.venice.chart.graph.PointAndFigureGraphUI
 
BREAK - Static variable in class nz.org.venice.chart.Coordinate
 
BREAKOUT - Static variable in class nz.org.venice.chart.graph.CountbackLineGraph
 
BRITISH - Static variable in class nz.org.venice.util.TradingDate
Date format will be in britsh format, e.g.
buildMacroMenu() - Method in class nz.org.venice.ui.MainMenu
Take the list of menu item and add them to the given menu.
buy(PaperTrade.Environment, Variables, Symbol, Money, Money, double, int) - Static method in class nz.org.venice.analyser.PaperTrade
Attempt to buy the given symbol.
BUY_RULE - Static variable in class nz.org.venice.analyser.GPModuleConstants
 
BUY_RULE_COLUMN - Static variable in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
buyRule - Static variable in class nz.org.venice.analyser.PaperTrade
 
buyValue - Static variable in class nz.org.venice.analyser.PaperTrade
 

C

calculate(QuoteBundle, List) - Method in class nz.org.venice.ui.ExpressionColumn
Execute the expression and calculate the result for each quote.
calculateScale(int, int) - Static method in class nz.org.venice.chart.HorizontalAxis
 
calcYCoord(int, double, double, double, int) - Static method in class nz.org.venice.chart.GraphTools
Utility method for calculating screen points given a data value, scale and direction.
CANCEL - Static variable in class nz.org.venice.chart.GraphSettingsDialog
The user has pressed the CANCEL button.
CandleStickGraph - Class in nz.org.venice.chart.graph
Candlestick graph.
CandleStickGraph(GraphSource, GraphSource, GraphSource, GraphSource) - Constructor for class nz.org.venice.chart.graph.CandleStickGraph
Create a new Candlestick graph.
CASCADE - Static variable in class nz.org.venice.ui.DesktopManager
Cascade windows, resizing based on desktop size
CASH_ACCOUNT - Static variable in interface nz.org.venice.portfolio.Account
Account is a cash account (bank account, cash management account etc)
CASH_ACCOUNT_NAME - Static variable in class nz.org.venice.analyser.PaperTrade
 
CASH_VALUE - Static variable in class nz.org.venice.chart.source.PortfolioGraphSource
Graph the portfolio cash value
CASH_VALUE_COLUMN - Static variable in class nz.org.venice.table.PortfolioModel
Portfolio cash value column number.
cashAccount - Variable in class nz.org.venice.analyser.PaperTrade.Environment
 
CashAccount - Class in nz.org.venice.portfolio
Representation of a cash account in a portfolio.
CashAccount(String, Currency) - Constructor for class nz.org.venice.portfolio.CashAccount
Create a new cash account with the given currency.
CashAccount(String) - Constructor for class nz.org.venice.portfolio.CashAccount
Create a new cash account with the default currency.
CHANGE_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest change on the date.
CHANGE_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest change on the date.
ChangeFormat - Class in nz.org.venice.ui
An abstract representation of the concept of Change.
ChangeFormat(double) - Constructor for class nz.org.venice.ui.ChangeFormat
Create a new Change object from the given change.
ChangeFormat(Money, Money) - Constructor for class nz.org.venice.ui.ChangeFormat
Create a new change object and calculate the change from the initial and final monetary values.
ChangeFormat(double, double) - Constructor for class nz.org.venice.ui.ChangeFormat
Create a new change object and calculate the change from the initial and final monetary values.
charAt(int) - Method in class nz.org.venice.quote.Symbol
Return the character at the given offset.
Chart - Class in nz.org.venice.chart
New swing component that allows creation of charts.
Chart() - Constructor for class nz.org.venice.chart.Chart
Create a new Chart component.
CHART - Static variable in interface nz.org.venice.prefs.settings.Settings
 
ChartDrawingModel - Class in nz.org.venice.chart
 
ChartDrawingModel() - Constructor for class nz.org.venice.chart.ChartDrawingModel
 
ChartModule - Class in nz.org.venice.chart
The charting module for venice.
ChartModule(JDesktopPane) - Constructor for class nz.org.venice.chart.ChartModule
Create a new Chart.
ChartModule(JDesktopPane, boolean) - Constructor for class nz.org.venice.chart.ChartModule
Create a new Chart.
ChartModule(JDesktopPane, ChartModuleSettings) - Constructor for class nz.org.venice.chart.ChartModule
Create a new Chart.
CHARTMODULE - Static variable in interface nz.org.venice.prefs.settings.Settings
 
ChartModuleSettings - Class in nz.org.venice.prefs.settings
This class represents ChartModule data which can be saved for the purposes of restoring the modules upon restart.
ChartModuleSettings() - Constructor for class nz.org.venice.prefs.settings.ChartModuleSettings
Create new ChartModule settings.
ChartModuleSettings(String) - Constructor for class nz.org.venice.prefs.settings.ChartModuleSettings
Create new ChartModule settings.
ChartOutOfBoundsException - Class in nz.org.venice.chart
An exception which is raised when the chart is zoomed in where there is no graph data.
ChartOutOfBoundsException(int) - Constructor for class nz.org.venice.chart.ChartOutOfBoundsException
Create a new money format exception.
ChartOutOfBoundsException() - Constructor for class nz.org.venice.chart.ChartOutOfBoundsException
 
ChartPreferencesPage - Class in nz.org.venice.prefs
Provides a preferences page to let the user set chart parameters.
ChartPreferencesPage(JDesktopPane) - Constructor for class nz.org.venice.prefs.ChartPreferencesPage
Create a new user interface preferences page.
checkSettings() - Method in class nz.org.venice.chart.graph.CountbackLineGraphUI
 
checkSettings() - Method in class nz.org.venice.chart.graph.CustomGraphUI
 
checkSettings() - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
 
checkSettings() - Method in interface nz.org.venice.chart.graph.GraphUI
Check the current settings displayed in the user interface.
checkSettings() - Method in class nz.org.venice.chart.graph.MACDGraphUI
 
checkSettings() - Method in class nz.org.venice.chart.graph.PeriodGraphUI
 
checkSettings() - Method in class nz.org.venice.chart.graph.PointAndFigureGraphUI
 
checkSettings() - Method in class nz.org.venice.chart.graph.RSIGraphUI
 
checkType() - Method in class nz.org.venice.parser.expression.AbsExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.ArithmeticExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.AvgExpression
 
checkType() - Method in class nz.org.venice.parser.expression.BBLExpression
 
checkType() - Method in class nz.org.venice.parser.expression.BBUExpression
 
checkType() - Method in interface nz.org.venice.parser.Expression
Perform type checking on the expression.
checkType() - Method in class nz.org.venice.parser.expression.ClauseExpression
 
checkType() - Method in class nz.org.venice.parser.expression.ComparisionExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.CorrExpression
 
checkType() - Method in class nz.org.venice.parser.expression.CosineExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.DayExpression
 
checkType() - Method in class nz.org.venice.parser.expression.DayOfWeekExpression
 
checkType() - Method in class nz.org.venice.parser.expression.DayOfYearExpression
 
checkType() - Method in class nz.org.venice.parser.expression.DefineVariableExpression
 
checkType() - Method in class nz.org.venice.parser.expression.EMAExpression
 
checkType() - Method in class nz.org.venice.parser.expression.ExponentialExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.ForExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.IfExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.LagExpression
 
checkType() - Method in class nz.org.venice.parser.expression.LogarithmExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.LogicExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.MACDExpression
 
checkType() - Method in class nz.org.venice.parser.expression.MaxExpression
 
checkType() - Method in class nz.org.venice.parser.expression.MinExpression
 
checkType() - Method in class nz.org.venice.parser.expression.MomentumExpression
 
checkType() - Method in class nz.org.venice.parser.expression.MonthExpression
 
checkType() - Method in class nz.org.venice.parser.expression.NotExpression
 
checkType() - Method in class nz.org.venice.parser.expression.OBVExpression
 
checkType() - Method in class nz.org.venice.parser.expression.PercentExpression
Either argument can be Expression.INTEGER_TYPE or Expression.FLOAT_TYPE.
checkType() - Method in class nz.org.venice.parser.expression.RSIExpression
 
checkType() - Method in class nz.org.venice.parser.expression.SetVariableExpression
 
checkType() - Method in class nz.org.venice.parser.expression.SineExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.SqrtExpression
Check the input argument to the expression.
checkType() - Method in class nz.org.venice.parser.expression.StandardDeviationExpression
 
checkType() - Method in class nz.org.venice.parser.expression.SumExpression
 
checkType() - Method in class nz.org.venice.parser.expression.TerminalExpression
 
checkType() - Method in class nz.org.venice.parser.expression.TrendExpression
 
checkType() - Method in class nz.org.venice.parser.expression.WhileExpression
Check the input arguments to the expression.
checkType() - Method in class nz.org.venice.parser.expression.YearExpression
 
cicleTerminated(NeuralNetEvent) - Method in class nz.org.venice.analyser.ann.ArtificialNeuralNetwork
 
ClauseExpression - Class in nz.org.venice.parser.expression
A clause is an ordered list of sub-expressions.
ClauseExpression(List) - Constructor for class nz.org.venice.parser.expression.ClauseExpression
Create a new clause expression from the given list of expressions.
clear() - Method in class nz.org.venice.ui.SortedListModel
 
clearHighlightedRegion() - Method in class nz.org.venice.chart.Chart
Clear the highlighted region.
clip(EODQuoteRange) - Method in class nz.org.venice.quote.EODQuoteRange
Return a new clipped quote range that, if possible, does not overlap with this quote range.
clone() - Method in class nz.org.venice.parser.expression.AbsExpression
 
clone() - Method in class nz.org.venice.parser.expression.AbstractExpression
 
clone() - Method in class nz.org.venice.parser.expression.AddExpression
 
clone() - Method in class nz.org.venice.parser.expression.AndExpression
 
clone() - Method in class nz.org.venice.parser.expression.AvgExpression
 
clone() - Method in class nz.org.venice.parser.expression.BBLExpression
 
clone() - Method in class nz.org.venice.parser.expression.BBUExpression
 
clone() - Method in class nz.org.venice.parser.expression.ClauseExpression
 
clone() - Method in interface nz.org.venice.parser.Expression
 
clone() - Method in class nz.org.venice.parser.expression.CorrExpression
 
clone() - Method in class nz.org.venice.parser.expression.CosineExpression
 
clone() - Method in class nz.org.venice.parser.expression.DayExpression
 
clone() - Method in class nz.org.venice.parser.expression.DayOfWeekExpression
 
clone() - Method in class nz.org.venice.parser.expression.DayOfYearExpression
 
clone() - Method in class nz.org.venice.parser.expression.DefineVariableExpression
 
clone() - Method in class nz.org.venice.parser.expression.DivideExpression
 
clone() - Method in class nz.org.venice.parser.expression.EMAExpression
 
clone() - Method in class nz.org.venice.parser.expression.EqualThanExpression
 
clone() - Method in class nz.org.venice.parser.expression.ExponentialExpression
 
clone() - Method in class nz.org.venice.parser.expression.ForExpression
 
clone() - Method in class nz.org.venice.parser.expression.GetVariableExpression
 
clone() - Method in class nz.org.venice.parser.expression.GreaterThanEqualExpression
 
clone() - Method in class nz.org.venice.parser.expression.GreaterThanExpression
 
clone() - Method in class nz.org.venice.parser.expression.IfExpression
 
clone() - Method in class nz.org.venice.parser.expression.LagExpression
 
clone() - Method in class nz.org.venice.parser.expression.LessThanEqualExpression
 
clone() - Method in class nz.org.venice.parser.expression.LessThanExpression
 
clone() - Method in class nz.org.venice.parser.expression.LogarithmExpression
 
clone() - Method in class nz.org.venice.parser.expression.MACDExpression
 
clone() - Method in class nz.org.venice.parser.expression.MaxExpression
 
clone() - Method in class nz.org.venice.parser.expression.MinExpression
 
clone() - Method in class nz.org.venice.parser.expression.MomentumExpression
 
clone() - Method in class nz.org.venice.parser.expression.MonthExpression
 
clone() - Method in class nz.org.venice.parser.expression.MultiplyExpression
 
clone() - Method in class nz.org.venice.parser.expression.NotEqualExpression
 
clone() - Method in class nz.org.venice.parser.expression.NotExpression
 
clone() - Method in class nz.org.venice.parser.expression.NumberExpression
 
clone() - Method in class nz.org.venice.parser.expression.OBVExpression
 
clone() - Method in class nz.org.venice.parser.expression.OrExpression
 
clone() - Method in class nz.org.venice.parser.expression.PercentExpression
 
clone() - Method in class nz.org.venice.parser.expression.QuoteExpression
 
clone() - Method in class nz.org.venice.parser.expression.RSIExpression
 
clone() - Method in class nz.org.venice.parser.expression.SetVariableExpression
 
clone() - Method in class nz.org.venice.parser.expression.SineExpression
 
clone() - Method in class nz.org.venice.parser.expression.SqrtExpression
 
clone() - Method in class nz.org.venice.parser.expression.StandardDeviationExpression
 
clone() - Method in class nz.org.venice.parser.expression.StringExpression
 
clone() - Method in class nz.org.venice.parser.expression.SubtractExpression
 
clone() - Method in class nz.org.venice.parser.expression.SumExpression
 
clone() - Method in class nz.org.venice.parser.expression.TrendExpression
 
clone() - Method in class nz.org.venice.parser.expression.WhileExpression
 
clone() - Method in class nz.org.venice.parser.expression.YearExpression
 
clone() - Method in class nz.org.venice.parser.Variables
Creates a deep clone of variables.
clone() - Method in class nz.org.venice.portfolio.CashAccount
Create a clone of this account.
clone() - Method in class nz.org.venice.portfolio.Portfolio
Create a clone of this portfolio.
clone() - Method in class nz.org.venice.portfolio.ShareAccount
Create a clone of this account.
clone() - Method in class nz.org.venice.portfolio.Transaction
 
clone() - Method in class nz.org.venice.quote.EODQuoteRange
Create a clone of this quote range.
clone() - Method in class nz.org.venice.quote.Symbol
Create a clone of this symbol.
clone() - Method in class nz.org.venice.ui.ExpressionColumn
Clone this expression column.
clone() - Method in class nz.org.venice.util.Currency
Create and return a compare of this currency.
clone() - Method in class nz.org.venice.util.Money
Return a clone of this object.
clone() - Method in class nz.org.venice.util.TradingDate
Create a clone of this date
clone() - Method in class nz.org.venice.util.TradingTime
 
close() - Method in class nz.org.venice.quote.FileEODQuoteImport
Close the file being imported.
closeAllWindows() - Static method in class nz.org.venice.ui.DesktopManager
Closes all open windows.
closeProgressDialog(ProgressDialog) - Static method in class nz.org.venice.ui.ProgressDialogManager
Closes and removes the progress dialog associated with the current thread.
closeTime - Variable in class nz.org.venice.prefs.PreferencesManager.IDQuoteSyncPreferences
Time exchange closes.
Column - Class in nz.org.venice.ui
Representation of a column in a table.
Column(int, String, String, Class, int) - Constructor for class nz.org.venice.ui.Column
Create a new column.
COMMA_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "," symbol
CommandManager - Class in nz.org.venice.main
This class manages the tasks that can be initiated from menus and toolbars.
compare(Object, Object) - Method in class nz.org.venice.analyser.OrderComparator
Compare two stock symbols on the date set by OrderComparator.setDateOffset(int).
compare(Object, Object) - Method in class nz.org.venice.util.TradingDateComparator
Compare the specified objects.
compareTo(Object) - Method in class nz.org.venice.analyser.gp.Individual
Compare the individuals' final values.
compareTo(Coordinate) - Method in class nz.org.venice.chart.Coordinate
Direct comparison between this coordinate and a specified one
compareTo(DrawnLine) - Method in class nz.org.venice.chart.DrawnLine
Direct comparison between this line and a specified one
compareTo(Coordinate, Coordinate) - Method in class nz.org.venice.chart.DrawnLine
Direct comparison between this line and a specified one
compareTo(Object) - Method in class nz.org.venice.portfolio.AbstractAccount
Compare this account to another account and sort by name.
compareTo(Object) - Method in class nz.org.venice.portfolio.Transaction
Compare this transaction to another one.
compareTo(Object) - Method in class nz.org.venice.quote.Symbol
Compare this symbol to the given symbol.
compareTo(Object, boolean) - Method in class nz.org.venice.ui.AccountNameFormat
Compare two account names.
compareTo(Object) - Method in class nz.org.venice.ui.ChangeFormat
Compare two change objects.
compareTo(Object) - Method in class nz.org.venice.ui.ExpressionResult
Compare this result to another result.
compareTo(Object) - Method in class nz.org.venice.ui.PointChangeFormat
Compare two change objects.
compareTo(Object) - Method in class nz.org.venice.ui.QuoteFormat
Compare two quote values.
compareTo(Object, boolean) - Method in interface nz.org.venice.ui.TwoWayComparable
Compare this object with the specified object.
compareTo(Object) - Method in class nz.org.venice.util.Currency
Compare this currency to the given object.
compareTo(Object) - Method in class nz.org.venice.util.Money
Compare this money to the specified money.
compareTo(Object) - Method in class nz.org.venice.util.TradingDate
Compare the current date to the specified object.
compareTo(TradingDate) - Method in class nz.org.venice.util.TradingDate
Compare this date to the specified date.
compareTo(Object) - Method in class nz.org.venice.util.TradingTime
Compare the current time to the specified object.
compareTo(TradingTime) - Method in class nz.org.venice.util.TradingTime
Compare the current time to the specified time.
ComparisionExpression - Class in nz.org.venice.parser.expression
Abstract base class for the comparision expressions: >, <, ==, !
ComparisionExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.ComparisionExpression
Create a new comparision expression with the given left and right arguments.
ConfirmDialog - Class in nz.org.venice.ui
Replacement dialog for Java's JOptionPane InternalConfirmDialog
ConfirmDialog(JComponent, String, String) - Constructor for class nz.org.venice.ui.ConfirmDialog
Create new confirm dialog.
CONSTANT - Static variable in class nz.org.venice.parser.Variable
Indicates that the variable is constant and the value cannot be changed.
CONSTANT_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "const" symbol
contains(int, int) - Method in class nz.org.venice.chart.Chart
Return whether the x,y coordinate is within this component.
contains(String) - Method in class nz.org.venice.parser.Variables
Return whether the collection contains the given variable.
contains(Object) - Method in class nz.org.venice.ui.SortedListModel
 
containsAllSymbols(List) - Method in class nz.org.venice.quote.EODQuoteRange
Returns whether the quote range contains all the given symbols.
containsDate(TradingDate) - Method in class nz.org.venice.quote.DatabaseQuoteSource
Returns whether the source contains any quotes for the given date.
containsDate(TradingDate) - Method in class nz.org.venice.quote.FileQuoteSource
Returns whether the source contains any quotes for the given date.
containsDate(TradingDate) - Method in interface nz.org.venice.quote.QuoteSource
Returns whether the source contains any quotes for the given date.
containsQuote(Symbol, int) - Method in class nz.org.venice.quote.EODQuoteBundle
Return whether the given quote should be in this quote bundle.
containsQuote(Symbol, TradingDate) - Method in class nz.org.venice.quote.EODQuoteBundle
Return whether the given quote should be in this quote bundle.
containsQuote(Symbol, int) - Method in class nz.org.venice.quote.EODQuoteCache
Return whether we currently have any quotes for the given symbol on the given date
containsSymbol(Symbol) - Method in class nz.org.venice.quote.EODQuoteRange
Returns whether the quote range contains the given symbol.
Converter - Class in nz.org.venice.util
Contains a set of general conversion functions.
Converter() - Constructor for class nz.org.venice.util.Converter
 
convertFromDisplayedColumn(int) - Method in class nz.org.venice.ui.SortedTable.SortModel
 
Coordinate - Class in nz.org.venice.chart
 
Coordinate(Comparable, Double, Integer) - Constructor for class nz.org.venice.chart.Coordinate
Construct a new coordinate defined in the chart space
Coordinate(Comparable, Double, Integer, int) - Constructor for class nz.org.venice.chart.Coordinate
Construct a new coordinate defined in the chart space
Coordinate() - Constructor for class nz.org.venice.chart.Coordinate
Constrcut a Coordinate, as a null coordinate initially
COPYRIGHT_DATE_RANGE - Static variable in class nz.org.venice.main.Main
Copyright date range, e.g. "2003-5"
corr(QuoteFunctionSource, QuoteFunctionSource, int) - Static method in class nz.org.venice.quote.QuoteFunctions
Calculate the Pearson product-moment correlation between the two variables.
CORR_OFFSET_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid corr() offset.
CORR_RANGE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid corr() range.
CORR_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "corr()" symbol
CorrExpression - Class in nz.org.venice.parser.expression
An expression which finds the correleation between two stock quotes.
CorrExpression(Expression, Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.CorrExpression
Create a new correlation expression between the current stock quote, and the given quote.
COS_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "cos()" symbol
CosineExpression - Class in nz.org.venice.parser.expression
An expression which returns the cosine value.
CosineExpression(Expression) - Constructor for class nz.org.venice.parser.expression.CosineExpression
An expression which performs cosine function cos on the sub-expressions.
count() - Method in class nz.org.venice.chart.Chart
Return the number of graphs in the chart.
count() - Method in class nz.org.venice.chart.ChartModule
Return the number of graphs in the chart.
countAccounts(int) - Method in class nz.org.venice.portfolio.Portfolio
Return the number of accounts of the given type the portfolio has
CountbackLineGraph - Class in nz.org.venice.chart.graph
3 Bar Nett Countback lines.
CountbackLineGraph(GraphSource, GraphSource, GraphSource) - Constructor for class nz.org.venice.chart.graph.CountbackLineGraph
Create a new countback line.
CountbackLineGraphUI - Class in nz.org.venice.chart.graph
3 Bar Nett Count back line User Interface
CountbackLineGraphUI(HashMap) - Constructor for class nz.org.venice.chart.graph.CountbackLineGraphUI
Create a new count back line user interface with the initial settings.
countTransactions() - Method in class nz.org.venice.portfolio.Portfolio
Count the number of transactions.
countTransactions(int) - Method in class nz.org.venice.portfolio.Portfolio
Count the number of transactions of the given type.
createAdvanceDecline() - Static method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Create Advance/Decline graphable.
createCountbackLine(Graphable, Graphable, int) - Method in class nz.org.venice.chart.graph.CountbackLineGraph
Creates a new Countback line based on the given data source.
createCustom(Expression, Graphable, EODQuoteBundle, Symbol) - Static method in class nz.org.venice.chart.graph.CustomGraph
Create a new custom graph based on the given graph source and quote bundle.
createCustom(Expression, Graphable, EODQuoteBundle, Symbol) - Static method in class nz.org.venice.chart.graph.CustomGraphUI
Create a new custom graph based on the given graph source and quote bundle.
createDatabaseQuoteSource() - Static method in class nz.org.venice.quote.QuoteSourceFactory
Create a database quote source directly using the user preferences.
createInternalQuoteSource() - Static method in class nz.org.venice.quote.QuoteSourceFactory
Create an internal database quote source.
createMomentum(Graphable, int) - Static method in class nz.org.venice.chart.graph.MomentumGraph
Create a momentum graphable.
createMovingAverage(Graphable, int, double) - Static method in class nz.org.venice.chart.graph.ExpMovingAverageGraph
Creates a new Exponential Moving Average based on the given data source.
createMovingAverage(Graphable, int) - Static method in class nz.org.venice.chart.graph.MovingAverageGraph
Creates a new moving average based on the given data source.
createNewLine(Coordinate) - Method in class nz.org.venice.chart.ChartDrawingModel
Creates a new straight line drawn on the chart.
createOBV(Graphable, Graphable, Graphable) - Static method in class nz.org.venice.chart.graph.OBVGraph
Create OBV graphable.
createPointAndFigureGraph(Graphable, double, double) - Static method in class nz.org.venice.chart.graph.PointAndFigureGraph
Creates a new poing and figure graphable based on the given data source.
createRandom(int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random expression of the given type.
createRandom(int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random expression of the given type and subType.
createRandom(int, int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random expression of the given type,subType at the given level.
createRandom(Expression, int, int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random expression based on mutating the given expression.
createRandomNonTerminal(int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random non-terminal expression of the given type.
createRandomNonTerminal(int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random non-terminal expression of the given type and subType.
createRandomNonTerminal(int, int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random non-terminal expression of the given type and subType at the given level.
createRandomNonTerminal(Expression, int, int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Create a new random non-terminal expression based on mutating the given expression.
createRandomTerminal(int) - Method in class nz.org.venice.analyser.gp.Mutator
Creates a random terminal expression of the given type.
createRandomTerminal(int, int) - Method in class nz.org.venice.analyser.gp.Mutator
Creates a random terminal expression of the given type and subType.
createRSI(Graphable, int) - Static method in class nz.org.venice.chart.graph.RSIGraph
Create a new RSI based on the given data source.
createSamplesQuoteSource() - Static method in class nz.org.venice.quote.QuoteSourceFactory
Create a file quote source directly using the in-built sample files as the quotes.
createShowColumnMenu(AbstractTableModel) - Method in class nz.org.venice.ui.AbstractTable
Helper method to create and return the "show columns" menu which allows the user to select which columns are visible.
createStandardDeviation(Graphable, int) - Static method in class nz.org.venice.chart.graph.StandardDeviationGraph
Creates a new standard deviation based on the given data source.
createSupportAndResistence(Graphable, Graphable, Graphable) - Method in class nz.org.venice.chart.graph.SupportAndResistenceGraph
Creates a new support and resistence based on the given data source.
createUI(JComponent) - Static method in class nz.org.venice.chart.BasicChartUI
 
createUI(JComponent) - Static method in class nz.org.venice.ui.ProgressBarUI
 
Currency - Class in nz.org.venice.util
An immutaable representation of Currency.
Currency(Locale) - Constructor for class nz.org.venice.util.Currency
Create an instance of the currency associated with the given locale.
Currency(String) - Constructor for class nz.org.venice.util.Currency
Create an an instance of the currency using the currency described by the given ISO 4217 currency code.
CurrencyComboBox - Class in nz.org.venice.ui
Extension of JComboBox used for displaying a list of available currencies in the applciation.
CurrencyComboBox(Currency) - Constructor for class nz.org.venice.ui.CurrencyComboBox
Create a new Currency ComboBox with the given currency initialy selected.
CurrencyComboBox() - Constructor for class nz.org.venice.ui.CurrencyComboBox
Create a new Currency ComboBox.
CustomGraph - Class in nz.org.venice.chart.graph
Graph a Gondola expression.
CustomGraph(GraphSource, Symbol, EODQuoteBundle) - Constructor for class nz.org.venice.chart.graph.CustomGraph
Create a new custom graph.
CustomGraph(GraphSource, Symbol, EODQuoteBundle, HashMap) - Constructor for class nz.org.venice.chart.graph.CustomGraph
Create a new custom graph.
CustomGraphUI - Class in nz.org.venice.chart.graph
The custom graph user interface.
CustomGraphUI(HashMap, Graphable, EODQuoteBundle, Symbol) - Constructor for class nz.org.venice.chart.graph.CustomGraphUI
Create a new Custom user interface with the initial settings.

D

dataAvailable(Graph) - Method in class nz.org.venice.chart.Chart
 
dataAvailable() - Method in class nz.org.venice.chart.Chart
 
dataAvailable(Vector) - Method in class nz.org.venice.chart.graph.AbstractGraph
Return true if there is data available for date X
dataAvailable(Vector) - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
 
dataAvailable(Vector) - Method in interface nz.org.venice.chart.graph.Graph
Return whether the graph has a price for range xRange Is trivially true for all graphs apart from the PointAndFigure graph as P&F is the only graph type where price data does not map one to one to date.
dataAvailable(Vector) - Method in class nz.org.venice.chart.graph.PointAndFigureGraph
 
dataAvailable(Vector) - Method in class nz.org.venice.chart.PFGraphable
 
DATABASE - Static variable in class nz.org.venice.prefs.PreferencesManager
Indicates the quote source is accessing quotes in a database
database - Variable in class nz.org.venice.prefs.PreferencesManager.DatabasePreferences
Database name (e.g.
DatabaseQuoteSource - Class in nz.org.venice.quote
Provides functionality to obtain stock quotes from a database.
DatabaseQuoteSource(String, String, String, String, String, String, String) - Constructor for class nz.org.venice.quote.DatabaseQuoteSource
Creates a new quote source to connect to an external database.
DatabaseQuoteSource(String) - Constructor for class nz.org.venice.quote.DatabaseQuoteSource
Create a new quote source to connect to an internal HSQL database stored in the given file.
dataExists() - Method in class nz.org.venice.chart.ChartDrawingModel
 
DATE_COLUMN - Static variable in class nz.org.venice.table.PortfolioModel
Date column number.
DATE_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Date column number.
DATE_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Date column number.
dateRangeToList(TradingDate, TradingDate) - Static method in class nz.org.venice.util.TradingDate
Convert a start and end date to a list of all the trading dates inbetween which do not fall on weekends.
dateToOffset(TradingDate) - Method in class nz.org.venice.quote.EODQuoteBundle
Convert between a date and a fast access date offset.
dateToOffset(TradingDate) - Method in class nz.org.venice.quote.EODQuoteCache
Convert between a date and its fast access date offset.
DAY_CLOSE - Static variable in interface nz.org.venice.quote.Quote
Represents day close quote for end-of-day quotes or last quote for intra-day quotes.
DAY_CLOSE_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Day close column number.
DAY_CLOSE_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest day close on the date.
DAY_CLOSE_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest day close on the date.
DAY_CLOSE_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "close" symbol
DAY_HIGH - Static variable in interface nz.org.venice.quote.Quote
Represents day high quote for end-of-day quotes or current day high for intra-day quotes.
DAY_HIGH_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Day high column number.
DAY_HIGH_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Day high column number.
DAY_HIGH_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest day high on the date.
DAY_HIGH_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest day high on the date.
DAY_HIGH_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "high" symbol
DAY_LOW - Static variable in interface nz.org.venice.quote.Quote
Represents day low quote for end-of-day quotes or current day low for intra-day quotes.
DAY_LOW_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Day low column number.
DAY_LOW_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Day low column number.
DAY_LOW_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest day low on the date.
DAY_LOW_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest day low on the date.
DAY_LOW_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "low" symbol
DAY_OF_WEEK_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "dayofweek()" symbol
DAY_OF_YEAR_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "dayofyear()" symbol
DAY_OPEN - Static variable in interface nz.org.venice.quote.Quote
Represents day open quote
DAY_OPEN_COLUMN - Static variable in class nz.org.venice.ui.EODQuoteModel
Day open column number.
DAY_OPEN_COLUMN - Static variable in class nz.org.venice.ui.MixedQuoteModel
Day open column number.
DAY_OPEN_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest day open on the date.
DAY_OPEN_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest day open on the date.
DAY_OPEN_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "open" symbol
DAY_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "day()" symbol
DAY_VOLUME - Static variable in interface nz.org.venice.quote.Quote
Represents day volume quote for end-of-day quotes or current volume for intra-day quotes.
DAY_VOLUME_DECREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the highest volume on the date.
DAY_VOLUME_INCREASING - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the lowest volume on the date.
DAY_VOLUME_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "volume" symbol
DayExpression - Class in nz.org.venice.parser.expression
A function that returns the current day of month.
DayExpression() - Constructor for class nz.org.venice.parser.expression.DayExpression
 
DayOfWeekExpression - Class in nz.org.venice.parser.expression
A function that returns the current day of week.
DayOfWeekExpression() - Constructor for class nz.org.venice.parser.expression.DayOfWeekExpression
 
DayOfYearExpression - Class in nz.org.venice.parser.expression
A function that returns the current day of year.
DayOfYearExpression() - Constructor for class nz.org.venice.parser.expression.DayOfYearExpression
 
decrement() - Method in class nz.org.venice.ui.PrimaryProgressDialog
Decrement current progress by one unit.
decrement() - Method in interface nz.org.venice.ui.ProgressDialog
Decrement current progress by one unit.
decrement() - Method in class nz.org.venice.ui.SecondaryProgressDialog
Decrement current progress by one unit.
DEFAULT_PERIOD - Static variable in class nz.org.venice.quote.IDQuoteSync
The default time period inbetween quote downloads.
DEFAULT_RSI_PERIOD - Static variable in class nz.org.venice.quote.QuoteFunctions
This is the default/recommended period for the RSI.
DEFAULT_START_TIME - Static variable in class nz.org.venice.quote.IDQuoteSync
The default start time.
DEFAULT_STOP_TIME - Static variable in class nz.org.venice.quote.IDQuoteSync
The default stop time.
DefineVariableExpression - Class in nz.org.venice.parser.expression
A representation of a variable definition.
DefineVariableExpression(String, int, boolean, Expression) - Constructor for class nz.org.venice.parser.expression.DefineVariableExpression
 
delete(Expression, Expression) - Method in class nz.org.venice.analyser.gp.Mutator
Perform a deletion mutation on the given expression.
delete() - Method in class nz.org.venice.macro.StoredMacro
 
delete(int[]) - Method in class nz.org.venice.prefs.EquationTable
Delete the stored expressions in the given rows.
delete(ModuleFrame) - Method in class nz.org.venice.ui.FrameRegister
Remove all references to the ModuleFrame
deletePortfolio(String) - Static method in class nz.org.venice.prefs.PreferencesManager
Delete the portfolio.
deleteWatchScreen(String) - Static method in class nz.org.venice.prefs.PreferencesManager
Delete the watch screen.
DEPOSIT - Static variable in class nz.org.venice.portfolio.Transaction
Deposit cash
DesktopManager - Class in nz.org.venice.ui
This class manages activities to do with internal frames on the desktop
DesktopManager(JDesktopPane) - Constructor for class nz.org.venice.ui.DesktopManager
Create a new Venice desktop manager to manage the given desktop.
disableMenus() - Method in class nz.org.venice.ui.MainMenu
Disable the menus.
display() - Method in class nz.org.venice.util.ImageExporterUI
 
divide(int) - Method in class nz.org.venice.util.Money
Divide this money by the given number.
DIVIDE_BY_ZERO_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown when per performa a divide by zero operation.
DIVIDE_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "/" symbol
DivideExpression - Class in nz.org.venice.parser.expression
An expression which divides two sub-expressions.
DivideExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.DivideExpression
 
DIVIDEND - Static variable in class nz.org.venice.portfolio.Transaction
Dividend
DIVIDEND_DRP - Static variable in class nz.org.venice.portfolio.Transaction
Dividend DRP (Dividend Reinvestment Programme)
DONT_SORT - Static variable in class nz.org.venice.ui.SortedTable
Row is not sorted
doubleValue() - Method in class nz.org.venice.util.Money
Return the value of this Money as a double.
drawGrid(Graphics, int, double, int) - Method in class nz.org.venice.chart.HorizontalAxis
 
drawGridAndLabels(Graphics, Graph, String, int, int, int) - Method in class nz.org.venice.chart.VerticalAxis
 
drawLabels(Graphics, double, int, int) - Method in class nz.org.venice.chart.HorizontalAxis
 
DrawnLine - Class in nz.org.venice.chart
 
DrawnLine() - Constructor for class nz.org.venice.chart.DrawnLine
 
DrawnLine(Coordinate, Coordinate) - Constructor for class nz.org.venice.chart.DrawnLine
Construct a new DrawnLine with a pair of end points
driver - Variable in class nz.org.venice.prefs.PreferencesManager.DatabasePreferences
Database driver class.

E

edit(int) - Method in class nz.org.venice.prefs.EquationTable
Display a dialog allowing the user to edit the stored expression.
editExpression() - Method in class nz.org.venice.analyser.ANNPageModule
 
editMacro() - Method in class nz.org.venice.prefs.MacrosPage
This function brings up an editor window for the currently selected macro
editMacro(StoredMacro) - Method in class nz.org.venice.prefs.MacrosPage
 
EditorDialog - Class in nz.org.venice.ui
 
editParameter() - Method in class nz.org.venice.analyser.GARulesPageModule
 
editRules() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
editTransaction(Transaction) - Method in class nz.org.venice.portfolio.TransactionDialog
Display a dialog letting the user edit an existing transaction.
ELSE_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "else" symbol
EMA - Static variable in class nz.org.venice.chart.graph.MACDGraphUI
 
ema(QuoteFunctionSource, int, double) - Static method in class nz.org.venice.quote.QuoteFunctions
Calculate the Exponential Moving Average (EMA) value.
EMA_OFFSET_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid ema() offset.
EMA_RANGE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid ema() range.
EMA_SMOOTHING_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown on an invalid ema() smoothing constant.
EMA_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "ema()" symbol
EMAExpression - Class in nz.org.venice.parser.expression
An expression which finds the EMA (Exponential Moving Average) quote over a given trading period.
EMAExpression(Expression, Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.EMAExpression
Create a new exponential moving average expression for the given quote kind, for the given number of days, with the given smoothing constant smoothing, starting with lag days away.
EMPTY - Static variable in class nz.org.venice.ui.ExpressionResult
Empty or missing result.
enableMenus() - Method in class nz.org.venice.ui.MainMenu
Enable the menus.
encloseInScrollPane() - Method in class nz.org.venice.analyser.ANNModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.analyser.ANNPageModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.ANNResultModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.GAModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.analyser.GAResultModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.GARulesPageModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.GPModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.GPResultModule
 
encloseInScrollPane() - Method in class nz.org.venice.analyser.PaperTradeModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
encloseInScrollPane() - Method in class nz.org.venice.chart.ChartModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.help.HelpModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.macro.MacroModule
 
encloseInScrollPane() - Method in interface nz.org.venice.main.AnalyserModule
 
encloseInScrollPane() - Method in interface nz.org.venice.main.Module
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.portfolio.PortfolioModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.portfolio.TransactionModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.prefs.PreferencesModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.quote.ExportQuoteModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.quote.IDQuoteSyncModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.quote.ImportQuoteModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.table.PortfolioTableModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.table.QuoteModule
Return whether the module should be enclosed in a scroll pane.
encloseInScrollPane() - Method in class nz.org.venice.table.WatchScreenModule
Return whether the module should be enclosed in a scroll pane.
endDateOffset - Variable in class nz.org.venice.analyser.PaperTrade.Environment
 
EODQuote - Class in nz.org.venice.quote
Representation of an end-of-day stock quote for a given stock on a given date.
EODQuote(Symbol, TradingDate, long, double, double, double, double) - Constructor for class nz.org.venice.quote.EODQuote
Create a new end-of-day stock quote for the given date.
EODQuoteBundle - Class in nz.org.venice.quote
When a task requires end-of-day stock quotes, it should create an instance of this class which represents all the task's required quotes.
EODQuoteBundle(EODQuoteRange) - Constructor for class nz.org.venice.quote.EODQuoteBundle
Create a new end-of-day quote bundle that represents the quotes in the given quote range.
EODQuoteBundle(EODQuoteBundle) - Constructor for class nz.org.venice.quote.EODQuoteBundle
Create a new end-of-day quote bundle with the same quote range as the given quote bundle.
EODQuoteBundleCache - Class in nz.org.venice.quote
This class is responsible for caching quote bundles.
EODQuoteBundleIterator - Class in nz.org.venice.quote
Iterator for traversing EODQuotes in an EODQuoteBundle.
EODQuoteBundleIterator(EODQuoteBundle) - Constructor for class nz.org.venice.quote.EODQuoteBundleIterator
Create a new iterator over the given quote bundle.
EODQuoteCache - Class in nz.org.venice.quote
This class contains all the end-of-day stock quotes currently in memory.
EODQuoteChartMenu - Class in nz.org.venice.chart
Provides a menu which is associated with a stock symbol being graphed.
EODQuoteChartMenu(ChartModule, EODQuoteBundle, Symbol, Graph, boolean) - Constructor for class nz.org.venice.chart.EODQuoteChartMenu
Create a new menu allowing the user to graph related graphs for the given graph.
EODQuoteFilter - Interface in nz.org.venice.quote
Provides an interface for converting to/from a text string containing a single end-of-day quote from/to the internal stock quote object.
EODQuoteFilterList - Class in nz.org.venice.quote
Provides a list of quote filters available to us.
EODQuoteModel - Class in nz.org.venice.ui
Table model to display end of day quotes to the user.
EODQuoteModel(EODQuoteBundle, List, int, int) - Constructor for class nz.org.venice.ui.EODQuoteModel
Create a new end of day quote model.
EODQuoteRange - Class in nz.org.venice.quote
This class represents a way of describing a range or a set of end-of-day quotes.
EODQuoteRange(List) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the given symbols for all the dates we have quotes.
EODQuoteRange(SortedSet) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the given symbols for all the dates we have quotes.
EODQuoteRange(List, TradingDate, TradingDate) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the given symbols between the first and the last dates given (inclusive).
EODQuoteRange(List, TradingDate) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the given symbols on the given date.
EODQuoteRange(Symbol) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents the given symbol for all the dates we have quotes.
EODQuoteRange(Symbol, TradingDate, TradingDate) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents the given symbol between the first and the last dates given (inclusive).
EODQuoteRange(int, TradingDate) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the symbols of the given type on the given date.
EODQuoteRange(int, TradingDate, TradingDate) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the symbols of the given type between the first and the last dates given (inclusive).
EODQuoteRange(int) - Constructor for class nz.org.venice.quote.EODQuoteRange
Create a quote range that represents all the symbols of the given type for all the dates we have quotes.
EQUAL_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "==" symbol
equals(Object) - Method in class nz.org.venice.analyser.gp.Individual
Test the invidiuals' final values for equality.
equals(Object) - Method in class nz.org.venice.parser.expression.AbstractExpression
Returns whether this expression tree and the given expression tree are equivalent.
equals(Object) - Method in class nz.org.venice.parser.expression.AddExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.AndExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.DefineVariableExpression
 
equals(Object) - Method in interface nz.org.venice.parser.Expression
Returns whether this expression tree and the given expression tree are equivalent.
equals(Object) - Method in class nz.org.venice.parser.expression.EqualThanExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.GetVariableExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.MultiplyExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.NotEqualExpression
 
equals(double) - Method in class nz.org.venice.parser.expression.NumberExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.NumberExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.OrExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.SetVariableExpression
 
equals(Object) - Method in class nz.org.venice.parser.expression.StringExpression
 
equals(Object) - Method in class nz.org.venice.portfolio.CashAccount
Compares this cash account to another.
equals(Object) - Method in class nz.org.venice.portfolio.Portfolio
Compares this portfolio to another.
equals(Object) - Method in class nz.org.venice.portfolio.ShareAccount
Compares this share account to another.
equals(Object) - Method in class nz.org.venice.portfolio.StockHolding
Compares this stock holding to another.
equals(Object) - Method in class nz.org.venice.portfolio.Transaction
Compares this transaction to another.
equals(Object) - Method in class nz.org.venice.quote.EODQuote
Compare the two stock quotes for equality.
equals(EODQuote) - Method in class nz.org.venice.quote.EODQuote
Compare the two stock quotes for equality.
equals(Object) - Method in class nz.org.venice.quote.Symbol
Compare this symbol to the given symbol.
equals(Object) - Method in class nz.org.venice.util.Currency
Compare this currency to the given object.
equals(Object) - Method in class nz.org.venice.util.Money
Compare this money for equality with the specified money.
equals(Object) - Method in class nz.org.venice.util.TradingDate
Compares this date with the specified object.
equals(Object, Object) - Method in class nz.org.venice.util.TradingDateComparator
Test the specified objects for equality.
equals(Object) - Method in class nz.org.venice.util.TradingTime
Compares this time with the specified object.
EqualThanExpression - Class in nz.org.venice.parser.expression
An expression which compares the two sub-expressions for equality.
EqualThanExpression(Expression, Expression) - Constructor for class nz.org.venice.parser.expression.EqualThanExpression
 
EQUATION - Static variable in class nz.org.venice.analyser.OrderComparator
Order the stock symbols by the given equation.
EQUATION_PAGE - Static variable in class nz.org.venice.prefs.PreferencesModule
Refers to the stored equaton preferences page
EquationPage - Class in nz.org.venice.prefs
Provides a preference page to let the user manage stored equations.
EquationPage(JDesktopPane) - Constructor for class nz.org.venice.prefs.EquationPage
Create a new stored equation preferences page.
EquationTable - Class in nz.org.venice.prefs
The table in the Expression Preferences page that lists stored expressions.
EquationTable() - Constructor for class nz.org.venice.prefs.EquationTable
Create a new expression table.
errorChanged(NeuralNetEvent) - Method in class nz.org.venice.analyser.ann.ArtificialNeuralNetwork
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.AbsExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.AddExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.AndExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.AvgExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.BBLExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.BBUExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.ClauseExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.CorrExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.CosineExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.DayExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.DayOfWeekExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.DayOfYearExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.DefineVariableExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.DivideExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.EMAExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.EqualThanExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in interface nz.org.venice.parser.Expression
Evaluates the given expression and returns the result.
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.ExponentialExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.ForExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.GetVariableExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.GreaterThanEqualExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.GreaterThanExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.IfExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.LagExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.LessThanEqualExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.LessThanExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.LogarithmExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MACDExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MaxExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MinExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MomentumExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MonthExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.MultiplyExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.NotEqualExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.NotExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.NumberExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.OBVExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.OrExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.PercentExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.QuoteExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.RSIExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.SetVariableExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.SineExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.SqrtExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.StandardDeviationExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.StringExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.SubtractExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.SumExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.TrendExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.WhileExpression
 
evaluate(Variables, QuoteBundle, Symbol, int) - Method in class nz.org.venice.parser.expression.YearExpression
 
EvaluationException - Class in nz.org.venice.parser
An exception which is thrown when there is a problem executing an expression.
EvaluationException(String) - Constructor for class nz.org.venice.parser.EvaluationException
Create a new evaluation exception with the given error reason.
exchange(TradingDate, Money, Currency) - Method in class nz.org.venice.util.ExchangeRateCache
Exchange the given money for the given currency.
exchange(Currency, double) - Method in class nz.org.venice.util.Money
Exchange this money for another currency at the given exchange rate.
ExchangeRate - Class in nz.org.venice.util
An immutable representation of an Exchange Rate.
ExchangeRate(TradingDate, Currency, Currency, double) - Constructor for class nz.org.venice.util.ExchangeRate
Create a new exchange rate that converts the source currency into the destination currency.
ExchangeRateCache - Class in nz.org.venice.util
Cache of exchange rates.
ExchangeRateFormatException - Class in nz.org.venice.quote
An exception which is raised when there is a problem parsing a currency exchange rate
ExchangeRateFormatException(String) - Constructor for class nz.org.venice.quote.ExchangeRateFormatException
Create a new exchange rate format exception.
execute(StoredMacro) - Static method in class nz.org.venice.macro.MacroManager
Execute the given macro.
executeStartupMacros() - Static method in class nz.org.venice.macro.MacroManager
Execute all the macros that have been configured to be run on startup, in the order that they have been assigned.
EXP_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "exp()" symbol
expand(EODQuoteBundle, EODQuoteRange) - Method in class nz.org.venice.quote.EODQuoteBundleCache
Expand the given quote bundle to include quotes from the new quote range.
ExpMovingAverageGraph - Class in nz.org.venice.chart.graph
Exponentially Smoothed Moving Average graph.
ExpMovingAverageGraph(GraphSource) - Constructor for class nz.org.venice.chart.graph.ExpMovingAverageGraph
Create a new exponentially smoothed moving average graph.
ExpMovingAverageGraph(GraphSource, HashMap) - Constructor for class nz.org.venice.chart.graph.ExpMovingAverageGraph
Create a new exponentially smoothed moving average graph.
ExpMovingAverageGraphUI - Class in nz.org.venice.chart.graph
The exponential smoothed moving average graph user interface.
ExpMovingAverageGraphUI(HashMap) - Constructor for class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
Create a new exponential smoothed moving average user interface with the initial settings.
ExponentialExpression - Class in nz.org.venice.parser.expression
An expression which returns the exponential value.
ExponentialExpression(Expression) - Constructor for class nz.org.venice.parser.expression.ExponentialExpression
An expression which performs exponential function exp on the sub-expressions.
exportFile(EODQuoteFilter, File, List) - Static method in class nz.org.venice.quote.FileEODQuoteExport
Export a single day of quotes from Venice into a file
exportPreferences() - Method in class nz.org.venice.importer.PreferencesXML
 
exportPreferences() - Method in class nz.org.venice.main.CommandManager
Displays an import file dialog that allows the user to export preferences from the application into an XML file.
ExportQuoteModule - Class in nz.org.venice.quote
The export module allows exporting of quotes from Venice.
ExportQuoteModule(JDesktopPane) - Constructor for class nz.org.venice.quote.ExportQuoteModule
Create a new export quote module.
exportQuotes() - Method in class nz.org.venice.main.CommandManager
Displays the export quotes modules that allows the user to export quotes from the application.
Expression - Interface in nz.org.venice.parser
Representation of a composite executable parse tree.
expression - Variable in class nz.org.venice.prefs.StoredExpression
The stored expression.
EXPRESSION_COLUMN - Static variable in class nz.org.venice.analyser.ANNPageModule
 
EXPRESSION_COLUMN_COUNT - Static variable in class nz.org.venice.ui.AbstractQuoteModel
The number of expression columns to display for tables that support them.
ExpressionColumn - Class in nz.org.venice.ui
Representation of an expression column in a table.
ExpressionColumn(int, String, String, int, String, Expression) - Constructor for class nz.org.venice.ui.ExpressionColumn
Create a new expression column.
ExpressionColumnDialog - Class in nz.org.venice.ui
A dialog which allows the user to set the user column expressions in a table.
ExpressionColumnDialog(int) - Constructor for class nz.org.venice.ui.ExpressionColumnDialog
 
ExpressionComboBox - Class in nz.org.venice.ui
Extension of JComboBox used for displaying an editable expression field in the venice application.
ExpressionComboBox() - Constructor for class nz.org.venice.ui.ExpressionComboBox
Create a new expression combo box.
ExpressionComboBox(String) - Constructor for class nz.org.venice.ui.ExpressionComboBox
Create a new expression combo box with the given default expression text.
ExpressionDialog - Class in nz.org.venice.ui
A dialog for querying the user for an expression string.
ExpressionDialog(JComponent, String, String) - Constructor for class nz.org.venice.ui.ExpressionDialog
Create new expression dialog.
ExpressionDialog(JComponent, String, String, String) - Constructor for class nz.org.venice.ui.ExpressionDialog
Create new expression dialog.
ExpressionEditorDialog - Class in nz.org.venice.ui
A dialog for adding, editing and viewing stored expressions.
ExpressionException - Class in nz.org.venice.parser
An exception which is raised when there is a problem parsing or executing an expression.
ExpressionException(String) - Constructor for class nz.org.venice.parser.ExpressionException
Create a new expression exception with the given error reason.
ExpressionFactory - Class in nz.org.venice.parser
Create an executable expression from the given token and arguments.
ExpressionQuery - Class in nz.org.venice.ui
A dialog used for querying the user for an expression string.
ExpressionResult - Class in nz.org.venice.ui
Representation of a result to be displayed in an ExpressionColumn.
ExpressionResult(int, double) - Constructor for class nz.org.venice.ui.ExpressionResult
Create a new result.
EXTERNAL - Static variable in class nz.org.venice.quote.DatabaseQuoteSource
External database.
EzyChartQuoteFilter - Class in nz.org.venice.quote
Provides a filter to parse the Ezy Chart quote format.
EzyChartQuoteFilter() - Constructor for class nz.org.venice.quote.EzyChartQuoteFilter
Creates an instance of the filter.

F

FALSE - Static variable in interface nz.org.venice.parser.Expression
Value of FALSE
FALSE_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "false" symbol
FEE - Static variable in class nz.org.venice.portfolio.Transaction
Fee (FID, TAX etc)
FileEODQuoteExport - Class in nz.org.venice.quote
Export quotes from Venice to a file.
FileEODQuoteImport - Class in nz.org.venice.quote
Import quotes from files into Venice or export them to files.
FileEODQuoteImport(Report, EODQuoteFilter) - Constructor for class nz.org.venice.quote.FileEODQuoteImport
Create a new object to import quotes.
FileExtensionException - Exception in nz.org.venice.analyser.ann
An exception which is thrown when the user try to load or to save a file with wrong extension.
FileExtensionException() - Constructor for exception nz.org.venice.analyser.ann.FileExtensionException
Creates a new instance of FileExtensionException
FileQuoteSource - Class in nz.org.venice.quote
Provides functionality to obtain stock quotes from files.
FileQuoteSource(String, List) - Constructor for class nz.org.venice.quote.FileQuoteSource
Creates a new quote source using the list of files specified in the user preferences.
FILES - Static variable in class nz.org.venice.prefs.PreferencesManager
Deprecated. Indicates the quote source is accessing quotes in files.
find(String) - Static method in class nz.org.venice.quote.Symbol
Return the canonical symbol instance of the given symbol string.
find(String) - Method in class nz.org.venice.ui.FrameRegister
Return true if there is a mapping to
Find - Class in nz.org.venice.util
A selection of functions to perform find/replace on strings.
Find() - Constructor for class nz.org.venice.util.Find
 
findAccountByName(String) - Method in class nz.org.venice.portfolio.Portfolio
Find and return the account with the given name in the portfolio.
findChild(String) - Method in class nz.org.venice.ui.FrameRegister
Return true if there is a moduleframe which has a module of key childkey
findPageWithLink(String) - Method in class nz.org.venice.help.HelpPage
Search the document tree, starting with this node and return the first document that has the given link.
findRandomSite(Expression) - Method in class nz.org.venice.analyser.gp.Mutator
Randomly pick a node in the given expression.
findRandomSite(Expression, int) - Method in class nz.org.venice.analyser.gp.Mutator
Randomly pick a node of the given type in the given expression.
finish() - Method in class nz.org.venice.util.ImageExporterUI
 
fireModuleRemoved(Module) - Method in class nz.org.venice.ui.DesktopManager
Inform all the module listeners that this module has been removed.
fireModuleRenamed(Module) - Method in class nz.org.venice.ui.DesktopManager
Inform all the module listneres that this module has been renamed.
firstElement() - Method in class nz.org.venice.ui.SortedListModel
 
fit() - Method in class nz.org.venice.analyser.GPGondolaSelectionPanel
 
fitAll() - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
fitAll() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
FIXED_WIDTH - Static variable in class nz.org.venice.ui.TextViewDialog
Display text with a fixed-width font.
FLOAT_QUOTE_TYPE - Static variable in interface nz.org.venice.parser.Expression
Represents a stock float quote type: open, close, low, high
FLOAT_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "float" symbol
FLOAT_TYPE - Static variable in interface nz.org.venice.parser.Expression
A float type that can contain any number.
FloatEODQuoteImport - Class in nz.org.venice.quote
Import end-of-day quotes from float.com.au into Venice.
flush() - Static method in class nz.org.venice.prefs.PreferencesManager
Forces the preferences data to be saved to the backend store (e.g. disk).
flush() - Static method in class nz.org.venice.quote.QuoteSourceManager
The user has changed their quote source preferences, flush singleton reference and create new instance.
FOR_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents "flor" symbol
ForExpression - Class in nz.org.venice.parser.expression
An expression which represents the for command.
ForExpression(Expression, Expression, Expression, Expression) - Constructor for class nz.org.venice.parser.expression.ForExpression
Construct a for expression.
format - Static variable in class nz.org.venice.analyser.GPModuleConstants
 
FORWARDS - Static variable in class nz.org.venice.util.TradingDateComparator
Sort forwards
FOUR_MONTHS - Static variable in class nz.org.venice.analyser.QuoteRangePage
Four month period.
FOUR_YEARS - Static variable in class nz.org.venice.analyser.QuoteRangePage
Four year period.
FRAME - Static variable in interface nz.org.venice.prefs.settings.Settings
 
FrameRegister - Class in nz.org.venice.ui
FrameRegister is a collection of ModuleFrames.
FrameRegister() - Constructor for class nz.org.venice.ui.FrameRegister
 
free(Symbol, int) - Method in class nz.org.venice.quote.EODQuoteCache
Remove the given quote from the cache.
FULLSTOP_TOKEN - Static variable in class nz.org.venice.parser.Token
Represents ".
FUTURE_DATE_EXCEPTION - Static variable in class nz.org.venice.parser.EvaluationException
An exception which is thrown when the GP tries to access a date that is too far into the future.

G

ga() - Method in class nz.org.venice.main.CommandManager
Open up a new genetic algorithm module.
GAIndividual - Class in nz.org.venice.analyser.ga
A trading individual evolved by the GA.
GAIndividual(String[], double[], int[]) - Constructor for class nz.org.venice.analyser.ga.GAIndividual
Create a new individual with the given parameters.
GAIndividual(Random, GAIndividual, GAIndividual) - Constructor for class nz.org.venice.analyser.ga.GAIndividual
Randomly generate an individual using two individuals as highest and lowest limits for the parameters.
GAIndividual(Random, GAIndividual, GAIndividual, GAIndividual, GAIndividual) - Constructor for class nz.org.venice.analyser.ga.GAIndividual
Create a new individual by "breeding" or combining the two parent individuals.
GAModule - Class in nz.org.venice.analyser
 
GAModule(JDesktopPane) - Constructor for class nz.org.venice.analyser.GAModule
Create a new paper trade module.
GAMODULE - Static variable in interface nz.org.venice.prefs.settings.Settings
 
GAPage - Class in nz.org.venice.analyser
An analysis tool page that lets the user enter basic Genetic Algorithm configuration parameters.
GAPage(JDesktopPane) - Constructor for class nz.org.venice.analyser.GAPage
Construct a new genetic programming parameters page.
GAResult - Class in nz.org.venice.analyser
 
GAResult(GAIndividual, Expression, Expression, EODQuoteBundle, Money, Money, int, TradingDate, TradingDate) - Constructor for class nz.org.venice.analyser.GAResult
 
GAResultModule - Class in nz.org.venice.analyser
 
GAResultModule() - Constructor for class nz.org.venice.analyser.GAResultModule
 
GAResultModule(AnalyserResultSettings) - Constructor for class nz.org.venice.analyser.GAResultModule
 
GARESULTS - Static variable in interface nz.org.venice.prefs.settings.Settings
 
GARulesPage - Class in nz.org.venice.analyser
 
GARulesPage(JDesktopPane, double) - Constructor for class nz.org.venice.analyser.GARulesPage
Construct a new rules page.
GARulesPageModule - Class in nz.org.venice.analyser
 
GARulesPageModule(JDesktopPane) - Constructor for class nz.org.venice.analyser.GARulesPageModule
 
GeneticAlgorithm - Class in nz.org.venice.analyser.ga
The Genetic Algorithm creates and breeds random paper trading individuals.
GeneticAlgorithm(EODQuoteBundle, OrderCache, Expression, Expression, TradingDate, TradingDate, Money, Money, int, Money, int, String, String, GAIndividual, GAIndividual, Variables) - Constructor for class nz.org.venice.analyser.ga.GeneticAlgorithm
Get ready to run the GA.
GeneticProgramme - Class in nz.org.venice.analyser.gp
The Genetic Programme creates and breeds random paper trading individuals.
GeneticProgramme(GPQuoteBundle, GPGondolaSelection, OrderCache, TradingDate, TradingDate, Money, Money, int, Money, int, String, String) - Constructor for class nz.org.venice.analyser.gp.GeneticProgramme
Get ready to run the GP.
get(String) - Method in class nz.org.venice.parser.Variables
Get the variable of the given name.
get(Symbol) - Method in class nz.org.venice.portfolio.ShareAccount
Return the stock holding for a given symbol.
get() - Method in class nz.org.venice.quote.Symbol
Return the symbol string.
get(String) - Method in class nz.org.venice.ui.FrameRegister
Return the ModuleFrame identified by key The method will block if there is no ModuleFrame associated with the key.
getA() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.graph.AbstractGraph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in interface nz.org.venice.chart.graph.Graph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.graph.MomentumGraph
 
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.graph.RSIGraph
 
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.graph.StandardDeviationGraph
 
getAcceptableMajorDeltas() - Method in interface nz.org.venice.chart.source.GraphSource
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.source.OHLCVIndexQuoteGraphSource
 
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.source.OHLCVQuoteGraphSource
 
getAcceptableMajorDeltas() - Method in class nz.org.venice.chart.source.PortfolioGraphSource
 
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.graph.AbstractGraph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in interface nz.org.venice.chart.graph.Graph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.graph.MomentumGraph
 
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.graph.RSIGraph
 
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.graph.StandardDeviationGraph
 
getAcceptableMinorDeltas() - Method in interface nz.org.venice.chart.source.GraphSource
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.source.OHLCVIndexQuoteGraphSource
 
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.source.OHLCVQuoteGraphSource
 
getAcceptableMinorDeltas() - Method in class nz.org.venice.chart.source.PortfolioGraphSource
 
getAccountCurrency() - Method in class nz.org.venice.portfolio.AccountDialog
Return the currency selected.
getAccountName() - Method in class nz.org.venice.portfolio.AccountDialog
Return the account name entered into the dialog.
getAccounts() - Method in class nz.org.venice.portfolio.Portfolio
Return all the accounts in the portfolio
getAdvanceDecline(TradingDate) - Method in class nz.org.venice.quote.DatabaseQuoteSource
Return the advance/decline for the given date.
getAdvanceDecline(TradingDate) - Method in class nz.org.venice.quote.FileQuoteSource
Return the advance/decline for the given date.
getAdvanceDecline(TradingDate) - Method in interface nz.org.venice.quote.QuoteSource
Return the advance/decline for the given date.
getAllSymbols() - Method in class nz.org.venice.quote.EODQuoteBundle
Returns all the symbols in the quote bundle.
getAllSymbols() - Method in class nz.org.venice.quote.EODQuoteRange
Return all the symbols in the quote range.
getAmount() - Method in class nz.org.venice.portfolio.Transaction
Return the amount of this transaction if applicable.
getAnalyserPageSettings(String) - Static method in class nz.org.venice.prefs.PreferencesManager
Load all saved user input in an Analyser Page.
getANN() - Method in class nz.org.venice.analyser.ANNNetworkTypePage
Get the ANN currently in memory
getAnnotations() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return the annotations for this graph or null if it does not have any.
getApplicationFrame() - Static method in class nz.org.venice.main.Main
Get the main frame for the current application
getARange() - Method in class nz.org.venice.analyser.RulesPage
Return the A range parameter.
getAsk() - Method in class nz.org.venice.quote.IDQuote
Return the ask price.
getAttribute(Element, String) - Static method in class nz.org.venice.prefs.settings.XMLHelper
Return a string value of the attribute of the element, if it exists.
getAvailableCurrencies() - Static method in class nz.org.venice.util.Currency
Return a list of all the available currencies.
getAverageType(HashMap) - Static method in class nz.org.venice.chart.graph.MACDGraphUI
Retrieve the average type (EMA or SMA) from the settings hashmap.
getB() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getBid() - Method in class nz.org.venice.quote.IDQuote
Return the bid price.
getBottomLineValue() - Method in class nz.org.venice.chart.VerticalAxis
 
getBounds() - Method in class nz.org.venice.prefs.settings.ModuleFrameSettings
Return the geometry of the JFrame.
getBoxPrice() - Method in class nz.org.venice.chart.PFGraphable
Return the box price for this graph
getBoxPriceScale(HashMap, double) - Static method in class nz.org.venice.chart.graph.PointAndFigureGraphUI
Retrieve the box price from the settings hashmap.
getBRange() - Method in class nz.org.venice.analyser.RulesPage
Return the B range parameter.
getBreedingIndividual(int) - Method in class nz.org.venice.analyser.ga.GeneticAlgorithm
Get one of the current generation's breeding individual.
getBreedingIndividual(int) - Method in class nz.org.venice.analyser.gp.GeneticProgramme
Get one of the current generation's breeding individual.
getBreedingPopulation() - Method in class nz.org.venice.analyser.GAPage
Return the number of individuals, for each generation, that can contribute their buy/sell rules to the next generation.
getBreedingPopulation() - Method in class nz.org.venice.analyser.GPPage
Return the number of individuals, for each generation, that can contribute their buy/sell rules to the next generation.
getBreedingPopulationSize() - Method in class nz.org.venice.analyser.ga.GeneticAlgorithm
Get the size of the current breeding population.
getBreedingPopulationSize() - Method in class nz.org.venice.analyser.gp.GeneticProgramme
Get the size of the current breeding population.
getBuyRule() - Method in class nz.org.venice.analyser.ga.GeneticAlgorithm
Get the buy rule.
getBuyRule() - Method in class nz.org.venice.analyser.GAResult
 
getBuyRule() - Method in class nz.org.venice.analyser.GARulesPage
Return the parsed buy rule expression.
getBuyRule() - Method in class nz.org.venice.analyser.gp.Individual
Get the buy rule.
getBuyRule(int) - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getBuyRule(int) - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getBuyRule() - Method in class nz.org.venice.analyser.GPResult
 
getBuyRule() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getBuyRule() - Method in class nz.org.venice.analyser.RulesPage
Return the parsed buy rule expression.
getBuyThreshold() - Method in class nz.org.venice.analyser.ANNPage
 
getC() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getCapital(Portfolio, EODQuoteBundle, int) - Static method in class nz.org.venice.analyser.PaperTrade
Return the actual capital of the portfolio.
getCashAccount() - Method in class nz.org.venice.portfolio.Transaction
Return the associated cash account if any.
getCashAccount2() - Method in class nz.org.venice.portfolio.Transaction
Return the second associated cash account if any.
getCashValue(TradingDate) - Method in class nz.org.venice.portfolio.Portfolio
Get the cash value of the Portfolio on the current day.
getChange() - Method in class nz.org.venice.ui.ChangeFormat
Get the change percent.
getChartDrawingModel() - Method in class nz.org.venice.chart.Chart
 
getChild(int) - Method in class nz.org.venice.parser.expression.AbstractExpression
Return the child of this node at the given index.
getChild(int) - Method in interface nz.org.venice.parser.Expression
Return the given argument.
getChildCount() - Method in class nz.org.venice.parser.expression.BinaryExpression
Return the number of children required in a binary expression.
getChildCount() - Method in class nz.org.venice.parser.expression.ClauseExpression
Return the number of children in the clause.
getChildCount() - Method in interface nz.org.venice.parser.Expression
Return the number of arguments of this expression.
getChildCount() - Method in class nz.org.venice.parser.expression.QuaternaryExpression
Return the number of children required in a quaternary expression.
getChildCount() - Method in class nz.org.venice.parser.expression.TerminalExpression
Return the number of children required in a terminal expression.
getChildCount() - Method in class nz.org.venice.parser.expression.TernaryExpression
Return the number of children required in a ternary expression.
getChildCount() - Method in class nz.org.venice.parser.expression.UnaryExpression
Return the number of children required in a unary expression.
getChildrenByTagName(Node, String) - Static method in class nz.org.venice.prefs.settings.XMLHelper
Return a List of Nodes which are direct descendents of the node n.
getCode() - Method in class nz.org.venice.macro.StoredMacro
 
getColumn(int) - Method in class nz.org.venice.ui.AbstractQuoteModel
Return a column.
getColumn(int) - Method in class nz.org.venice.ui.AbstractTableModel
Get a column.
getColumnClass(int) - Method in class nz.org.venice.ui.AbstractTableModel
Get data type of column data.
getColumnClass(int) - Method in class nz.org.venice.ui.SortedTable.SortModel
 
getColumnCount() - Method in class nz.org.venice.ui.AbstractQuoteModel
Return the number of columns in the table.
getColumnCount() - Method in class nz.org.venice.ui.AbstractTableModel
Get number of columns in table.
getColumnCount() - Method in class nz.org.venice.ui.SortedTable.SortModel
 
getColumnName(int) - Method in class nz.org.venice.ui.AbstractTableModel
Get short name of column.
getColumnName(int) - Method in class nz.org.venice.ui.SortedTable.SortModel
 
getColumnSortStatus(int) - Method in class nz.org.venice.ui.SortedTable
 
getColumnSpan() - Method in class nz.org.venice.chart.PFGraphable
Return the size of the column span.
getComponent() - Method in interface nz.org.venice.analyser.AnalyserPage
Return the page's graphical user interface.
getComponent() - Method in class nz.org.venice.analyser.ANNModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.analyser.ANNNetworkTypePage
 
getComponent() - Method in class nz.org.venice.analyser.ANNPage
 
getComponent() - Method in class nz.org.venice.analyser.ANNPageModule
 
getComponent() - Method in class nz.org.venice.analyser.ANNResultModule
 
getComponent() - Method in class nz.org.venice.analyser.ANNTrainingPage
 
getComponent() - Method in class nz.org.venice.analyser.GAModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.analyser.GAPage
 
getComponent() - Method in class nz.org.venice.analyser.GAResultModule
 
getComponent() - Method in class nz.org.venice.analyser.GARulesPage
 
getComponent() - Method in class nz.org.venice.analyser.GARulesPageModule
 
getComponent() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getComponent() - Method in class nz.org.venice.analyser.GPModule
 
getComponent() - Method in class nz.org.venice.analyser.GPPage
 
getComponent() - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getComponent() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getComponent() - Method in class nz.org.venice.analyser.GPResultModule
 
getComponent() - Method in class nz.org.venice.analyser.PaperTradeModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
getComponent() - Method in class nz.org.venice.analyser.PortfolioPage
 
getComponent() - Method in class nz.org.venice.analyser.QuoteRangePage
 
getComponent() - Method in class nz.org.venice.analyser.RulesPage
 
getComponent() - Method in class nz.org.venice.analyser.TradeValuePage
 
getComponent() - Method in class nz.org.venice.chart.ChartModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.help.HelpModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.macro.MacroModule
 
getComponent() - Method in interface nz.org.venice.main.AnalyserModule
 
getComponent() - Method in interface nz.org.venice.main.Module
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.portfolio.PortfolioModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.portfolio.TransactionModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.prefs.ChartPreferencesPage
 
getComponent() - Method in class nz.org.venice.prefs.EquationPage
Return displayed component for this page.
getComponent() - Method in class nz.org.venice.prefs.LanguagePage
 
getComponent() - Method in class nz.org.venice.prefs.MacrosPage
 
getComponent() - Method in class nz.org.venice.prefs.PreferencesModule
Return displayed component for this module.
getComponent() - Method in interface nz.org.venice.prefs.PreferencesPage
Return displayed component for this page.
getComponent() - Method in class nz.org.venice.prefs.ProxyPage
 
getComponent() - Method in class nz.org.venice.prefs.QuoteSourcePage
 
getComponent() - Method in class nz.org.venice.prefs.TuningPage
 
getComponent() - Method in class nz.org.venice.prefs.UserInterfacePage
 
getComponent() - Method in class nz.org.venice.quote.ExportQuoteModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.quote.IDQuoteSyncModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.quote.ImportQuoteModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.table.PortfolioTableModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.table.QuoteModule
Return displayed component for this module.
getComponent() - Method in class nz.org.venice.table.WatchScreenModule
Return displayed component for this module.
getCost() - Method in class nz.org.venice.portfolio.StockHolding
Get average cost per share
getCRange() - Method in class nz.org.venice.analyser.RulesPage
Return the C range parameter.
getCurrency() - Method in interface nz.org.venice.portfolio.Account
Return the currency of the account.
getCurrency() - Method in class nz.org.venice.portfolio.CashAccount
 
getCurrency() - Method in class nz.org.venice.portfolio.Portfolio
Return the portfolio's default currency.
getCurrency() - Method in class nz.org.venice.portfolio.ShareAccount
 
getCurrency() - Method in class nz.org.venice.util.Money
Return the currency of this money.
getCurrencyCode() - Method in class nz.org.venice.util.Currency
Return the ISO 4217 currency code of this currency.
getDatabaseSettings() - Static method in class nz.org.venice.prefs.PreferencesManager
Load database settings.
getDate() - Method in class nz.org.venice.chart.PFData
 
getDate(Comparable) - Method in class nz.org.venice.chart.PFGraphable
Get the date value for the given X value.
getDate() - Method in class nz.org.venice.portfolio.StockHolding
Get the initial date that at least part of these shares was purchased on.
getDate() - Method in class nz.org.venice.portfolio.Transaction
Return the date this transaction occured on.
getDate() - Method in class nz.org.venice.quote.EODQuote
Return the quote date.
getDate() - Method in class nz.org.venice.quote.IDQuote
Return the quote date.
getDate() - Method in interface nz.org.venice.quote.Quote
Return the quote date.
getDate(JDesktopPane, String, String) - Static method in class nz.org.venice.ui.TradingDateDialog
Opens a new dialog asking the user to enter a date.
getDate() - Method in class nz.org.venice.util.ExchangeRate
Return the date of the exchange rate.
getDate() - Method in class nz.org.venice.util.TradingDateFormatException
Return the date string being parsed.
getDateRangePeriod() - Method in class nz.org.venice.analyser.QuoteRangePage
Return the period.
getDates() - Method in class nz.org.venice.quote.DatabaseQuoteSource
Return all the dates which we have quotes for.
getDates() - Method in class nz.org.venice.quote.FileQuoteSource
Return all the dates which we have quotes for (SLOW0.
getDates() - Method in interface nz.org.venice.quote.QuoteSource
Return all the dates which we have quotes for.
getDay() - Method in class nz.org.venice.util.TradingDate
Return the day of the month.
getDayClose() - Method in class nz.org.venice.quote.EODQuote
Return the day close.
getDayClose() - Method in class nz.org.venice.quote.IDQuote
Return the last trade value.
getDayClose() - Method in interface nz.org.venice.quote.Quote
Return the day close for end-of-day quotes or the last quote for intra-day quotes.
getDayHigh() - Method in class nz.org.venice.quote.EODQuote
Return the day high.
getDayHigh() - Method in class nz.org.venice.quote.IDQuote
Return the current day high.
getDayHigh() - Method in interface nz.org.venice.quote.Quote
Return the day high for end-of-day quotes or the current day high for intra-day quotes.
getDayLow() - Method in class nz.org.venice.quote.EODQuote
Return the day low.
getDayLow() - Method in class nz.org.venice.quote.IDQuote
Return the current day low.
getDayLow() - Method in interface nz.org.venice.quote.Quote
Return the day low for end-of-day quotes or the current day low for intra-day quotes.
getDayOfWeek() - Method in class nz.org.venice.util.TradingDate
Return the day of the week.
getDayOfYear() - Method in class nz.org.venice.util.TradingDate
Return the day of the year.
getDayOpen() - Method in class nz.org.venice.quote.EODQuote
Return the day open.
getDayOpen() - Method in class nz.org.venice.quote.IDQuote
Return the day open.
getDayOpen() - Method in interface nz.org.venice.quote.Quote
Return the day open.
getDayVolume() - Method in class nz.org.venice.quote.EODQuote
Return the volume.
getDayVolume() - Method in class nz.org.venice.quote.IDQuote
Return the current day volume.
getDayVolume() - Method in interface nz.org.venice.quote.Quote
Return the day volume quote for end-of-day quotes or the current volume for intra-day quotes.
getDefaultChart() - Static method in class nz.org.venice.prefs.PreferencesManager
Load default chart setting.
getDefaultCurrency() - Static method in class nz.org.venice.util.Currency
Return the currency associated with the default locale.
getDefaultFractionDigits() - Method in class nz.org.venice.util.Currency
Return the number of fraction digits used to display this currency.
getDescription() - Method in class nz.org.venice.analyser.ANNNetworkTypePage.JooneFilter
 
getDescription() - Method in class nz.org.venice.importer.PreferencesXML.XMLFilter
 
getDescription() - Method in class nz.org.venice.quote.EODQuoteRange
Creates a string representation of the quote range without referring to the dates.
getDescription(int) - Static method in class nz.org.venice.quote.EODQuoteRange
Creates a string representation of the given quote range type.
getDescription() - Method in class nz.org.venice.util.ImageFilter
 
getDesktop() - Method in class nz.org.venice.chart.ChartModule
 
getDesktop() - Static method in class nz.org.venice.ui.DesktopManager
Get the desktop we are managing.
getDesktopManager() - Method in class nz.org.venice.main.CommandManager
 
getDestinationCurrency() - Method in class nz.org.venice.util.ExchangeRate
Return the currency that this exchange rate is converting into.
getDifference(Chart, Integer, Integer, Coordinate, Coordinate) - Method in class nz.org.venice.chart.BasicChartUI
 
getDifference(Chart, Coordinate, Coordinate, Coordinate) - Method in class nz.org.venice.chart.BasicChartUI
 
getDifference(Integer, Integer, int) - Method in class nz.org.venice.chart.Chart
Generate the equation of the line passing through points specified by index, and return the difference between those points and x,y
getDirectoryLocation(String) - Static method in class nz.org.venice.prefs.PreferencesManager
Load the last directory used when importing quote files.
getDisplayPopulation() - Method in class nz.org.venice.analyser.GAPage
Return the number of top performing individuals that are displayed in the results table.
getDisplayPopulation() - Method in class nz.org.venice.analyser.GPPage
Return the number of top performing individuals that are displayed in the results table.
getDisplaySettings() - Static method in class nz.org.venice.prefs.PreferencesManager
Load display settings.
getDouble(JDesktopPane, String, String, double) - Static method in class nz.org.venice.ui.NumberDialog
Opens a new dialog asking the user to enter a number.
getDrawnLine(int) - Method in class nz.org.venice.chart.ChartDrawingModel
Return a specific line drawn on the chart
getDrawnLines() - Method in class nz.org.venice.chart.ChartDrawingModel
Return all the lines drawn on the chart.
getDrawnPoints() - Method in class nz.org.venice.chart.ChartDrawingModel
Return the list of all points drawn on the chart
getElementAt(int) - Method in class nz.org.venice.ui.SortedListModel
 
getEnd() - Method in class nz.org.venice.chart.DrawnLine
Return the coordinate of the last point of the line
getEndDate() - Method in class nz.org.venice.analyser.ANNResult
 
getEndDate() - Method in class nz.org.venice.analyser.GAResult
 
getEndDate() - Method in class nz.org.venice.analyser.GPResult
 
getEndDate() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getEndDate() - Method in class nz.org.venice.analyser.QuoteRangePage
Return the seelected end date.
getEndX() - Method in class nz.org.venice.chart.Chart
Get the last X value that appears in the chart.
getEndX() - Method in class nz.org.venice.chart.graph.AbstractGraph
Get the last X value that this graph will draw.
getEndX() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Get the last X value that this graph will draw.
getEndX() - Method in interface nz.org.venice.chart.graph.Graph
Get the last X value that this graph will draw.
getEndX() - Method in class nz.org.venice.chart.Graphable
Get the last X value where we have an associated Y value.
getEndX() - Method in class nz.org.venice.chart.PFGraphable
Get the last X value where we have an associated Y value.
getErrorCount() - Method in class nz.org.venice.util.Report
Get the number of errors logged.
getExchangeRates(Currency, Currency) - Method in class nz.org.venice.quote.DatabaseQuoteSource
 
getExchangeRates(Currency, Currency) - Method in class nz.org.venice.quote.FileQuoteSource
Return all the stored exchange rates between the two currencies.
getExchangeRates(Currency, Currency) - Method in interface nz.org.venice.quote.QuoteSource
Return all the stored exchange rates between the two currencies.
getExpression() - Method in class nz.org.venice.ui.ExpressionColumn
Get the compiled expression.
getExpression(JDesktopPane, String, String) - Static method in class nz.org.venice.ui.ExpressionQuery
Open a new ExpressionQuery dialog.
getExpression(JDesktopPane, String, String, String) - Static method in class nz.org.venice.ui.ExpressionQuery
Open a new ExpressionQuery dialog.
getExpressionColumns() - Method in class nz.org.venice.ui.AbstractQuoteModel
Return the array of expression columns.
getExpressionColumns() - Method in class nz.org.venice.ui.ExpressionColumnDialog
 
getExpressionText() - Method in class nz.org.venice.ui.ExpressionColumn
Return the text version of the expression.
getExpressionText() - Method in class nz.org.venice.ui.ExpressionComboBox
Return the expression string in the ComboBox.
getFilename() - Method in class nz.org.venice.macro.StoredMacro
 
getFilter(String) - Method in class nz.org.venice.quote.EODQuoteFilterList
Return instance of filter given its name.
getFinalCapital() - Method in class nz.org.venice.analyser.ANNResult
 
getFinalCapital() - Method in class nz.org.venice.analyser.GAResult
 
getFinalCapital() - Method in class nz.org.venice.analyser.GPResult
 
getFinalCapital() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getFirstDate() - Method in class nz.org.venice.quote.DatabaseQuoteSource
Return the first date in the database that has any quotes.
getFirstDate() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the first date in this quote bundle.
getFirstDate() - Method in class nz.org.venice.quote.EODQuoteCache
Get the oldest date in the cache.
getFirstDate() - Method in class nz.org.venice.quote.EODQuoteRange
Get the first date of the quote range.
getFirstDate() - Method in class nz.org.venice.quote.FileQuoteSource
Return the earliest date we have any stock quotes for.
getFirstDate() - Method in interface nz.org.venice.quote.QuoteSource
Return the earliest date we have any stock quotes for.
getFirstDateOffset() - Method in class nz.org.venice.quote.EODQuoteCache
Get the fast access offset of the oldest date in the cache.
getFirstOffset() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the fast access date offset for the earliest quote in the bundle.
getFirstOffset() - Method in class nz.org.venice.quote.IDQuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstOffset() - Method in class nz.org.venice.quote.MixedQuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstOffset() - Method in interface nz.org.venice.quote.QuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstSymbol() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the first symbol in the quote bundle.
getFirstTimeOffset() - Method in class nz.org.venice.quote.IDQuoteCache
Return the fast access time offset of the oldest time in the cache.
getFrameIcon() - Method in class nz.org.venice.analyser.ANNModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.analyser.ANNPageModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.ANNResultModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.GAModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.analyser.GAResultModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.GARulesPageModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.GPModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.GPResultModule
 
getFrameIcon() - Method in class nz.org.venice.analyser.PaperTradeModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
getFrameIcon() - Method in class nz.org.venice.chart.ChartModule
Return frame icon for chart module.
getFrameIcon() - Method in class nz.org.venice.help.HelpModule
Return frame icon for chart module.
getFrameIcon() - Method in class nz.org.venice.macro.MacroModule
 
getFrameIcon() - Method in interface nz.org.venice.main.AnalyserModule
 
getFrameIcon() - Method in interface nz.org.venice.main.Module
Return frame icon for this module.
getFrameIcon() - Method in class nz.org.venice.portfolio.PortfolioModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.portfolio.TransactionModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.prefs.PreferencesModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class nz.org.venice.quote.ExportQuoteModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class nz.org.venice.quote.IDQuoteSyncModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class nz.org.venice.quote.ImportQuoteModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class nz.org.venice.table.PortfolioTableModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.table.QuoteModule
Return frame icon for table module.
getFrameIcon() - Method in class nz.org.venice.table.WatchScreenModule
Return frame icon for table module.
getFrameOfType(String) - Method in class nz.org.venice.ui.FrameRegister
Return true if there is a frame of a certain type in the register.
getFrameRegister() - Method in class nz.org.venice.ui.DesktopManager
 
getFullName() - Method in class nz.org.venice.ui.Column
Get the full name of the column.
getGeneration() - Method in class nz.org.venice.analyser.GAResult
 
getGeneration() - Method in class nz.org.venice.analyser.GPResult
 
getGenerations() - Method in class nz.org.venice.analyser.GAPage
Return the number of generations in the genetic algorithm.
getGenerations() - Method in class nz.org.venice.analyser.GPPage
Return the number of generations in the genetic programme.
getGraph(EODQuoteBundle) - Method in class nz.org.venice.prefs.settings.GraphSettings
This is factory method which returns a graph represented by this object's settings.
getGraphable() - Method in interface nz.org.venice.chart.source.GraphSource
Get the actual graphable data.
getGraphable() - Method in class nz.org.venice.chart.source.OHLCVIndexQuoteGraphSource
 
getGraphable() - Method in class nz.org.venice.chart.source.OHLCVQuoteGraphSource
 
getGraphable() - Method in class nz.org.venice.chart.source.PortfolioGraphSource
 
getGraphColour(Graph, Chart) - Method in class nz.org.venice.chart.BasicChartUI
Return the colour we will draw the given graph.
getGraphColour(Graph) - Method in class nz.org.venice.chart.Chart
Return the colour that the given graph will be drawn.
getGroup() - Method in class nz.org.venice.prefs.settings.AbstractSettings
 
getGroup() - Method in interface nz.org.venice.prefs.settings.Settings
Return the Module group as defined by the Settings constants
getHasGPLAcceptance() - Static method in class nz.org.venice.prefs.PreferencesManager
Return whether we require the user to explicitly accept the GPL license.
getHeightOfGraph() - Method in class nz.org.venice.chart.VerticalAxis
 
getHighestIndividual() - Method in class nz.org.venice.analyser.GARulesPage
Return the GAIndividual with the highest parameters.
getHighestY(List) - Method in class nz.org.venice.chart.graph.AbstractGraph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class nz.org.venice.chart.graph.BarChartGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.BollingerBandsGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.CandleStickGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.CountbackLineGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.CustomGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraph
 
getHighestY(List) - Method in interface nz.org.venice.chart.graph.Graph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class nz.org.venice.chart.graph.HighLowBarGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.MACDGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.MomentumGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.MovingAverageGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.MultipleMovingAverageGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.OBVGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.PointAndFigureGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.RSIGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.StandardDeviationGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.graph.SupportAndResistenceGraph
 
getHighestY(List) - Method in class nz.org.venice.chart.Graphable
Given an X range, inspect all the associated Y values and return the highest.
getHighestY(List) - Method in class nz.org.venice.chart.PFGraphable
Given an X range, inspect all the associated Y values and return the highest.
getHighlightedEnd() - Method in class nz.org.venice.chart.Chart
Get the end X of the highlighted region.
getHighlightedStart() - Method in class nz.org.venice.chart.Chart
Get the start X of the highlighted region.
getHoldingTime(PaperTrade.Environment, StockHolding, int) - Static method in class nz.org.venice.analyser.PaperTrade
Return the number of days we have held the given stock.
getHour() - Method in class nz.org.venice.util.TradingTime
Return the hour.
getIDQuoteSyncPreferences() - Static method in class nz.org.venice.prefs.PreferencesManager
Load intra-day quote sync module preferences.
getIfRandom() - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getImage() - Method in class nz.org.venice.chart.BasicChartUI
 
getImage() - Method in class nz.org.venice.chart.Chart
 
getImage() - Method in class nz.org.venice.chart.ChartModule
 
getIndex(Expression) - Method in class nz.org.venice.parser.expression.AbstractExpression
Return the index of the given argument in the expression.
getIndex(Expression) - Method in interface nz.org.venice.parser.Expression
Return the index of the given argument in the expression.
getIndicatorText(HashMap) - Static method in class nz.org.venice.chart.graph.CustomGraphUI
Return the custom indicator expression text.
getInitialCapital() - Method in class nz.org.venice.analyser.ANNResult
 
getInitialCapital() - Method in class nz.org.venice.analyser.GAResult
 
getInitialCapital() - Method in class nz.org.venice.analyser.GPResult
 
getInitialCapital() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getInitialCapital() - Method in class nz.org.venice.analyser.PortfolioPage
Return the portfolio's initial capital.
getInputExpressions() - Method in class nz.org.venice.analyser.ANNPage
 
getInputExpressions() - Method in class nz.org.venice.analyser.ANNPageModule
 
getInstance() - Static method in class nz.org.venice.main.CommandManager
Return the static CommandManager for this application
getInstance() - Static method in class nz.org.venice.quote.EODQuoteBundleCache
Create or return the singleton instance of the quote bundle cache.
getInstance() - Static method in class nz.org.venice.quote.EODQuoteCache
Create or return the singleton instance of the quote cache.
getInstance() - Static method in class nz.org.venice.quote.EODQuoteFilterList
Get the singleton instance of this class.
getInstance() - Static method in class nz.org.venice.quote.IDQuoteCache
Create or return the singleton instance of the quote cache.
getInstance() - Static method in class nz.org.venice.quote.IDQuoteSync
Create or return the singleton instance of the intra-day quote synchronisation object.
getInstance() - Static method in class nz.org.venice.quote.MissingQuoteException
Return the singleton instance of this exception.
getInstance() - Static method in class nz.org.venice.quote.QuoteNotLoadedException
Return the singleton instance of this exception.
getInstance(JFrame, DesktopManager) - Static method in class nz.org.venice.ui.MainMenu
Construct a new main menu and attach it to the given frame.
getInstance() - Static method in class nz.org.venice.ui.MainMenu
Return the instance of the main menu.
getInstance() - Static method in class nz.org.venice.util.ExchangeRateCache
Create or return the singleton instance of the exchange rate cache.
getInternalFileName() - Static method in class nz.org.venice.prefs.PreferencesManager
Load the file name to store the internal database.
getJMenuBar() - Method in class nz.org.venice.analyser.ANNModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.analyser.ANNPageModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.ANNResultModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.GAModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.analyser.GAResultModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.GARulesPageModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.GPModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.GPResultModule
 
getJMenuBar() - Method in class nz.org.venice.analyser.PaperTradeModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
getJMenuBar() - Method in class nz.org.venice.chart.ChartModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.help.HelpModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.macro.MacroModule
 
getJMenuBar() - Method in interface nz.org.venice.main.AnalyserModule
 
getJMenuBar() - Method in interface nz.org.venice.main.Module
Return menu bar for this module.
getJMenuBar() - Method in class nz.org.venice.portfolio.PortfolioModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.portfolio.TransactionModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.prefs.PreferencesModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class nz.org.venice.quote.ExportQuoteModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class nz.org.venice.quote.IDQuoteSyncModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class nz.org.venice.quote.ImportQuoteModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class nz.org.venice.table.PortfolioTableModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.table.QuoteModule
Return menu bar for chart module.
getJMenuBar() - Method in class nz.org.venice.table.WatchScreenModule
Return menu bar for chart module.
getJToolBar() - Method in interface nz.org.venice.main.AnalyserModule
 
getKey() - Method in class nz.org.venice.prefs.settings.AbstractSettings
 
getKey() - Method in interface nz.org.venice.prefs.settings.Settings
Return the module identifier
getLanguageCode() - Static method in class nz.org.venice.prefs.PreferencesManager
Load language setting.
getLastDate() - Method in class nz.org.venice.portfolio.Portfolio
Return the date of the last transaction in this portfolio.
getLastDate() - Method in class nz.org.venice.quote.DatabaseQuoteSource
Return the last date in the database that has any quotes.
getLastDate() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the last date in this quote bundle.
getLastDate() - Method in class nz.org.venice.quote.EODQuoteCache
Get the newest date in the cache.
getLastDate() - Method in class nz.org.venice.quote.EODQuoteRange
Get the last date of the quote range.
getLastDate() - Method in class nz.org.venice.quote.FileQuoteSource
Return the latest date we have any stock quotes for.
getLastDate() - Method in interface nz.org.venice.quote.QuoteSource
Return the latest date we have any stock quotes for.
getLastLine() - Method in class nz.org.venice.chart.ChartDrawingModel
Return the last line drawn, or in the process of being drawn.
getLastOffset() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the fast access date offset for the latest quote in the bundle.
getLastOffset() - Method in class nz.org.venice.quote.IDQuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastOffset() - Method in class nz.org.venice.quote.MixedQuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastOffset() - Method in interface nz.org.venice.quote.QuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastPreferencesPage() - Static method in class nz.org.venice.prefs.PreferencesManager
Load the last preferences page visited.
getLastTimeOffset() - Method in class nz.org.venice.quote.IDQuoteCache
Return the fast access time offset of the newest time in the cache.
getLearningRate() - Method in class nz.org.venice.analyser.ANNTrainingPage
Get learning rate of ANN
getLevel() - Method in class nz.org.venice.chart.Coordinate
Return the graph level the y coordinate
getLevelAtPoint(int) - Method in class nz.org.venice.chart.BasicChartUI
Return which graph level contains the given y coordinate.
getLevels() - Method in class nz.org.venice.chart.Chart
Return all the graphs for each level.
getLevelSettingsList() - Method in class nz.org.venice.prefs.settings.ChartModuleSettings
Return the Level settings to reproduce the chart levels
getLink() - Method in class nz.org.venice.help.HelpPage
Create the text that a HTML link would have if it pointed to us.
getList() - Method in class nz.org.venice.chart.PFData
 
getList() - Method in class nz.org.venice.quote.EODQuoteFilterList
Get a vector of available filter classes.
getLocale() - Static method in class nz.org.venice.util.Locale
Get the localization.
getLowestIndividual() - Method in class nz.org.venice.analyser.GARulesPage
Return the GAIndividual with the lowest parameters.
getLowestY(List) - Method in class nz.org.venice.chart.graph.AbstractGraph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class nz.org.venice.chart.graph.BarChartGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.BollingerBandsGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.CandleStickGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.CountbackLineGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.CustomGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraph
 
getLowestY(List) - Method in interface nz.org.venice.chart.graph.Graph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class nz.org.venice.chart.graph.HighLowBarGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.MACDGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.MomentumGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.MovingAverageGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.MultipleMovingAverageGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.OBVGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.PointAndFigureGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.RSIGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.StandardDeviationGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.graph.SupportAndResistenceGraph
 
getLowestY(List) - Method in class nz.org.venice.chart.Graphable
Given an X range, inspect all the associated Y values and return the lowest.
getLowestY(List) - Method in class nz.org.venice.chart.PFGraphable
Given an X range, inspect all the associated Y values and return the lowest.
getMacroHome() - Static method in class nz.org.venice.prefs.PreferencesManager
Return the directroy which contains Venice's macros.
getMap() - Method in class nz.org.venice.chart.Graphable
 
getMarker() - Method in class nz.org.venice.chart.PFData
 
getMaxDecimalDigits() - Static method in class nz.org.venice.prefs.PreferencesManager
Load user interface setting.
getMaximum() - Method in class nz.org.venice.ui.PrimaryProgressDialog
Get the maximum progress value.
getMaximum() - Method in interface nz.org.venice.ui.ProgressDialog
Get the maximum progress value.
getMaximum() - Method in class nz.org.venice.ui.SecondaryProgressDialog
Get the maximum progress value.
getMaximumCachedQuotes() - Static method in class nz.org.venice.prefs.PreferencesManager
Load the cache's maximum number of quotes.
getMessage() - Method in class nz.org.venice.quote.QuoteFormatException
Return the first reason the quote was invalid.
getMessages() - Method in class nz.org.venice.quote.QuoteFormatException
Return the reasons the quote was invalid.
getMinDecimalDigits() - Static method in class nz.org.venice.prefs.PreferencesManager
Load user interface setting.
getMinEarningPercentage() - Method in class nz.org.venice.analyser.ANNTrainingPage
Get the earning percentage of ANN.
getMinimum() - Method in class nz.org.venice.ui.PrimaryProgressDialog
Get the minimum progress value.
getMinimum() - Method in interface nz.org.venice.ui.ProgressDialog
Get the minimum progress value.
getMinimum() - Method in class nz.org.venice.ui.SecondaryProgressDialog
Get the minimum progress value.
getMinimumHeight(Chart) - Static method in class nz.org.venice.chart.BasicChartUI
Return the minimum height needed by this component.
getMinimumSize(JComponent) - Method in class nz.org.venice.ui.ProgressBarUI
 
getMinimumWidth(Chart) - Static method in class nz.org.venice.chart.BasicChartUI
Return the minimum width needed by this component.
getMinute() - Method in class nz.org.venice.util.TradingTime
Return the minute.
getMode() - Method in class nz.org.venice.analyser.PortfolioPage
Return whether the maximum number of stocks in the portfolio is fixed or variable depending on the value of the portfolio.
getModule() - Method in class nz.org.venice.main.ModuleFrame
Gives a reference to the module running inside the ModuleFrame
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.AbstractSettings
 
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.AnalyserModuleSettings
Return an AnalyserModule of the settings type based on these settings.
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.AnalyserResultSettings
Return an analyser results module based on the analyser result settings.
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.ChartModuleSettings
Creates a ChartModule based on this ChartModuleSettings.
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.GraphSettings
 
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.HelpModuleSettings
Return a HelpModule based on this Settings object
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.PortfolioModuleSettings
Return a PortfolioModule based on the PortfolioModuleSettings
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.PreferencesModuleSettings
 
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.QuoteModuleSettings
Return a QuoteModule based on these settings
getModule(JDesktopPane) - Method in interface nz.org.venice.prefs.settings.Settings
Return a Module based on the settings.
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.TransactionModuleSettings
Return a TransactionModule based on these settings
getModule(JDesktopPane) - Method in class nz.org.venice.prefs.settings.WatchScreenSettings
Return a WatchScreenModule based on the WatchScreenSettings
getModuleKey() - Method in class nz.org.venice.prefs.settings.ModuleFrameSettings
 
getModuleSettings() - Method in class nz.org.venice.prefs.settings.ModuleFrameSettings
Return the Settings of the module of the frame.
getMomentum() - Method in class nz.org.venice.analyser.ANNTrainingPage
Get momentum of ANN
getMonth() - Method in class nz.org.venice.util.TradingDate
Return the month.
getMoved(Chart, Integer, Integer, Coordinate, Coordinate) - Method in class nz.org.venice.chart.BasicChartUI
 
getMutations() - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getName() - Method in class nz.org.venice.chart.EODQuoteChartMenu
Return the menu name / name of the object we are graphing
getName() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.BarChartGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.BarGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.BollingerBandsGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.CandleStickGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.CountbackLineGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.CustomGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraph
Return the name of this graph.
getName() - Method in interface nz.org.venice.chart.graph.Graph
Return the name of the graph we are graphing, e.g.
getName() - Method in class nz.org.venice.chart.graph.HighLowBarGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.LineGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.MACDGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.MomentumGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.MovingAverageGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.MultipleMovingAverageGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.OBVGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.PointAndFigureGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.RSIGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.StandardDeviationGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.graph.SupportAndResistenceGraph
Return the name of this graph.
getName() - Method in class nz.org.venice.chart.MarketIndicatorChartMenu
Return the graph name we are associated with.
getName() - Method in class nz.org.venice.chart.PortfolioChartMenu
Return the graph name we are associated with
getName() - Method in interface nz.org.venice.chart.source.GraphSource
Return the name of the data.
getName() - Method in class nz.org.venice.chart.source.OHLCVIndexQuoteGraphSource
 
getName() - Method in class nz.org.venice.chart.source.OHLCVQuoteGraphSource
 
getName() - Method in class nz.org.venice.chart.source.PortfolioGraphSource
 
getName() - Method in class nz.org.venice.help.HelpPage
Get the name of the chapter.
getName() - Method in class nz.org.venice.macro.StoredMacro
 
getName() - Method in class nz.org.venice.parser.expression.DefineVariableExpression
 
getName() - Method in class nz.org.venice.parser.expression.GetVariableExpression
 
getName() - Method in class nz.org.venice.parser.expression.SetVariableExpression
 
getName() - Method in class nz.org.venice.parser.Variable
Return the name of the variable.
getName() - Method in interface nz.org.venice.portfolio.Account
Return the name of this account.
getName() - Method in class nz.org.venice.portfolio.CashAccount
 
getName() - Method in class nz.org.venice.portfolio.Portfolio
Return the portfolio name.
getName() - Method in class nz.org.venice.portfolio.ShareAccount
 
getName() - Method in interface nz.org.venice.quote.EODQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.EzyChartQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.GoogleEODQuoteFilter
Return the name of the filter.
getName() - Method in interface nz.org.venice.quote.IDQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.InsightTraderQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.MetaStock2QuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.MetaStockQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.YahooEODQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.quote.YahooIDQuoteFilter
Return the name of the filter.
getName() - Method in class nz.org.venice.table.WatchScreen
Get the name of the watcch screen.
getName() - Method in class nz.org.venice.ui.AccountNameFormat
Get the account name.
getNextBreedingPopulationSize() - Method in class nz.org.venice.analyser.ga.GeneticAlgorithm
Get the size of the next generation's breeding population.
getNextBreedingPopulationSize() - Method in class nz.org.venice.analyser.gp.GeneticProgramme
Get the size of the next generation's breeding population.
getNote() - Method in class nz.org.venice.ui.PrimaryProgressDialog
Get the note or rather the action we are curently waiting for.
getNote() - Method in interface nz.org.venice.ui.ProgressDialog
Get the note or rather the action we are curently waiting for.
getNote() - Method in class nz.org.venice.ui.SecondaryProgressDialog
Get the note or rather the action we are curently waiting for.
getNumber() - Method in class nz.org.venice.ui.Column
Get the column number.
getNumberFormat() - Static method in class nz.org.venice.parser.expression.AbstractExpression
 
getNumberFormat() - Method in class nz.org.venice.util.Currency
Return the number format which can be used to form a number into the appropriate locale representation of this currency.
getNumberStocks() - Method in class nz.org.venice.analyser.PortfolioPage
Return the maximum number of stocks in the portfolio.
getNumberTrades() - Method in class nz.org.venice.analyser.ANNResult
 
getNumberTrades() - Method in class nz.org.venice.analyser.GAResult
 
getNumberTrades() - Method in class nz.org.venice.analyser.GPResult
 
getNumberTrades() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getOffset(Quote) - Method in class nz.org.venice.quote.EODQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in class nz.org.venice.quote.IDQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in class nz.org.venice.quote.MixedQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in interface nz.org.venice.quote.QuoteBundle
Return the fast access offset from the given quote.
getOrderByKey() - Method in class nz.org.venice.analyser.OrderComparator
Return the method of ordering.
getOrderComparator(EODQuoteBundle) - Method in class nz.org.venice.analyser.QuoteRangePage
Create a new order comparator to order the stocks in the given quote bundle according to the user's selected symbol order.
getOrientation() - Method in class nz.org.venice.chart.Chart
Return the viewing orientation
getOverBought(HashMap) - Static method in class nz.org.venice.chart.graph.RSIGraphUI
Retrieve the over bought line from the settings hashmap.
getOverSold(HashMap) - Static method in class nz.org.venice.chart.graph.RSIGraphUI
Retrieve the over sold line from the settings hashmap.
getPanel() - Method in class nz.org.venice.chart.graph.CountbackLineGraphUI
 
getPanel() - Method in class nz.org.venice.chart.graph.CustomGraphUI
 
getPanel() - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
 
getPanel() - Method in interface nz.org.venice.chart.graph.GraphUI
Return the user interface.
getPanel() - Method in class nz.org.venice.chart.graph.MACDGraphUI
 
getPanel() - Method in class nz.org.venice.chart.graph.PeriodGraphUI
 
getPanel() - Method in class nz.org.venice.chart.graph.PointAndFigureGraphUI
 
getPanel() - Method in class nz.org.venice.chart.graph.RSIGraphUI
 
getParent() - Method in class nz.org.venice.parser.expression.AbstractExpression
Get the parent of this node.
getParent() - Method in interface nz.org.venice.parser.Expression
Return the parent of this node.
getPeriod(HashMap) - Static method in class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
Retrieve the period from the settings hashmap.
getPeriod(HashMap) - Static method in class nz.org.venice.chart.graph.PeriodGraphUI
Retrieve the period from the settings hashmap.
getPeriod(HashMap) - Static method in class nz.org.venice.chart.graph.RSIGraphUI
Retrieve the period from the settings hashmap.
getPeriodFirstAverage(HashMap) - Static method in class nz.org.venice.chart.graph.MACDGraphUI
Retrieve the period of the first average from the settings hashmap.
getPeriodSecondAverage(HashMap) - Static method in class nz.org.venice.chart.graph.MACDGraphUI
Retrieve the period of the second average from the settings hashmap.
getPointChange() - Method in class nz.org.venice.ui.PointChangeFormat
Return the point change.
getPointFromScale(double, double, double, double) - Static method in class nz.org.venice.chart.GraphTools
 
getPopulation() - Method in class nz.org.venice.analyser.GAPage
Return the number of individuals to generate for each generation.
getPopulation() - Method in class nz.org.venice.analyser.GPPage
Return the number of individuals to generate for each generation.
getPortfolio() - Method in class nz.org.venice.analyser.ANNResult
 
getPortfolio() - Method in class nz.org.venice.analyser.ga.GAIndividual
Get the portfolio according to individual.
getPortfolio() - Method in class nz.org.venice.analyser.GAResult
 
getPortfolio() - Method in class nz.org.venice.analyser.gp.Individual
Get the final portfolio.
getPortfolio() - Method in class nz.org.venice.analyser.GPResult
 
getPortfolio() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getPortfolio(TradingDate) - Method in class nz.org.venice.portfolio.Portfolio
Returns the state of the Portfolio on the given date.
getPortfolio(String) - Static method in class nz.org.venice.prefs.PreferencesManager
Load the portfolio with the given name.
getPortfolio() - Method in class nz.org.venice.prefs.settings.PortfolioModuleSettings
Get the Portfolio of a PortfolioModule
getPortfolioName() - Method in class nz.org.venice.prefs.settings.TransactionModuleSettings
Get the name of the portfolio that the TransactionModule is attached to
getPortfolioNames() - Static method in class nz.org.venice.prefs.PreferencesManager
Return a list of the names of all the portfolios.
getPositionInStack() - Method in class nz.org.venice.prefs.settings.HelpModuleSettings
Return the position in a stack of visited pages
getPreferredSize() - Method in class nz.org.venice.prefs.PreferencesModule
Overrides the default method.
getPreferredSize(JComponent) - Method in class nz.org.venice.ui.ProgressBarUI
 
getPreLearning() - Method in class nz.org.venice.analyser.ANNTrainingPage
Get pre learning of ANN.
getPriceReversalScale(HashMap, double) - Static method in class nz.org.venice.chart.graph.PointAndFigureGraphUI
Retrieve the price scale from the settings hashmap.
getProgress() - Method in class nz.org.venice.ui.PrimaryProgressDialog
Get current progress value.
getProgress() - Method in interface nz.org.venice.ui.ProgressDialog
Get current progress value.
getProgress() - Method in class nz.org.venice.ui.SecondaryProgressDialog
Get current progress value.
getProgressDialog() - Static method in class nz.org.venice.ui.ProgressDialogManager
Create a new PrimaryProgressDialog if one is not already being displayed for the current thread.
getProgressDialog(boolean) - Static method in class nz.org.venice.ui.ProgressDialogManager
Create a new PrimaryProgressDialog if one is not already being displayed for the current thread.
getProxySettings() - Static method in class nz.org.venice.prefs.PreferencesManager
Load proxy settings.
getQuote(Symbol, int, int, int) - Method in class nz.org.venice.analyser.gp.GPQuoteBundle
Get a stock quote.
getQuote(int) - Method in class nz.org.venice.quote.EODQuote
 
getQuote(Symbol, int, int) - Method in class nz.org.venice.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int) - Method in class nz.org.venice.quote.EODQuoteBundle
 
getQuote(Symbol, int, int, int) - Method in class nz.org.venice.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int, TradingDate) - Method in class nz.org.venice.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int, int) - Method in class nz.org.venice.quote.EODQuoteCache
Get a quote from the cache.
getQuote(Symbol, int) - Method in class nz.org.venice.quote.EODQuoteCache
Get a quote from the cache.
getQuote(int) - Method in class nz.org.venice.quote.IDQuote
 
getQuote(Symbol, int, int, int) - Method in class nz.org.venice.quote.IDQuoteBundle
 
getQuote(Symbol, int, int) - Method in class nz.org.venice.quote.IDQuoteBundle
 
getQuote(Symbol, int) - Method in class nz.org.venice.quote.IDQuoteBundle
 
getQuote(Symbol, int, int) - Method in class nz.org.venice.quote.IDQuoteCache
Get a quote from the cache.
getQuote(Symbol, int) - Method in class nz.org.venice.quote.IDQuoteCache
Get a quote from the cache.
getQuote(Symbol, int, int, int) - Method in class nz.org.venice.quote.MixedQuoteBundle
 
getQuote(Symbol, int, int) - Method in class nz.org.venice.quote.MixedQuoteBundle
 
getQuote(Symbol, int) - Method in class nz.org.venice.quote.MixedQuoteBundle
 
getQuote(int) - Method in interface nz.org.venice.quote.Quote
Get a single quote.
getQuote(Symbol, int, int, int) - Method in interface nz.org.venice.quote.QuoteBundle
Get a stock quote.
getQuote(Symbol, int, int) - Method in interface nz.org.venice.quote.QuoteBundle
Get a stock quote.
getQuote(Symbol, int) - Method in interface nz.org.venice.quote.QuoteBundle
Get a stock quote.
getQuote() - Method in class nz.org.venice.ui.QuoteFormat
Return the quote value.
getQuoteBundle() - Method in class nz.org.venice.analyser.ANNResult
 
getQuoteBundle() - Method in class nz.org.venice.analyser.GAResult
 
getQuoteBundle() - Method in class nz.org.venice.analyser.GPResult
 
getQuoteBundle() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getQuoteBundle() - Method in class nz.org.venice.prefs.settings.PortfolioModuleSettings
Get the quoteBundle from the PortfolioModuleSettings
getQuoteBundle() - Method in class nz.org.venice.prefs.settings.QuoteModuleSettings
Return the quoteBundle of these Settings
getQuoteKind() - Method in class nz.org.venice.parser.expression.QuoteExpression
Get the quote kind.
getQuoteRange() - Method in class nz.org.venice.analyser.QuoteRangePage
Return the quote range representation of the user's selection.
getQuoteRange() - Method in class nz.org.venice.quote.EODQuoteBundle
Return the quote range which specifies this quote bundle.
getQuoteRange() - Method in class nz.org.venice.ui.SymbolListComboBox
Return the symbol list selection in terms of a EODQuoteRange object.
getQuotes() - Method in class nz.org.venice.ui.AbstractQuoteModel
Return the list of quotes in the table.
getQuoteSource() - Static method in class nz.org.venice.prefs.PreferencesManager
Get quote source setting.
getRandom() - Method in class nz.org.venice.analyser.GPGondolaSelectionPanel
 
getRandom(boolean) - Method in class nz.org.venice.analyser.GPGondolaSelectionPanel
 
getRandom(boolean, boolean) - Method in class nz.org.venice.analyser.GPGondolaSelectionPanel
 
getRandom() - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getRandom() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getRandomPercentage() - Method in class nz.org.venice.analyser.GAPage
Return the percentage of the likelihood of changing a GA parameter in a random manner instead of a combination of mother and father rules.
getRandomToGenerateBoolean() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateFloat() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateFloatInteger() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateFloatQuote() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateInteger() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateNegativeShortInteger() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGeneratePositiveShortInteger() - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateTerminalFloat(boolean) - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRandomToGenerateTerminalInteger(boolean, boolean) - Method in class nz.org.venice.analyser.GPGondolaSelection
 
getRate() - Method in class nz.org.venice.util.ExchangeRate
Return the exchange rate when converting between the two currencies.
getRate(TradingDate, Currency, Currency) - Method in class nz.org.venice.util.ExchangeRateCache
Return the exchange rate between the two currencies on the given date.
getReason() - Method in class nz.org.venice.parser.ExpressionException
Return the reason this exception was raised.
getReason() - Method in class nz.org.venice.quote.ExchangeRateFormatException
Return the reason this exception was raised.
getReason() - Method in class nz.org.venice.util.MoneyFormatException
Return the reason this exception was raised.
getReason() - Method in class nz.org.venice.util.UnknownCurrencyCodeException
Return the reason this exception was raised.
getRestoreSavedWindowsSetting() - Static method in class nz.org.venice.prefs.PreferencesManager
Return wether to restore windows on restart
getResult(Symbol, TradingDate) - Method in class nz.org.venice.ui.ExpressionColumn
Return the result of the expression for the given symbol on the given date.
getResult() - Method in class nz.org.venice.ui.ExpressionResult
Get result value.
getResults() - Method in class nz.org.venice.prefs.settings.AnalyserResultSettings
Return the analyser results.
getReturnValue(EODQuoteBundle, TradingDate) - Method in class nz.org.venice.portfolio.Portfolio
Get the return of the Portfolio on the current day.
getRowCount() - Method in class nz.org.venice.table.PortfolioModel
Return the number of rows in the table.
getRowCount() - Method in class nz.org.venice.ui.AbstractQuoteModel
Return the number of rows in the table.
getRowCount() - Method in class nz.org.venice.ui.SortedTable.SortModel
 
getSavedFrames() - Static method in class nz.org.venice.prefs.PreferencesManager
Return a list of frames saved on the filesystem.
getScale() - Method in class nz.org.venice.chart.VerticalAxis
 
getSecond() - Method in class nz.org.venice.util.TradingTime
Return the second.
getSelectedCurrency() - Method in class nz.org.venice.ui.CurrencyComboBox
Return the currency currently selected in the ComboBox.
getSelectedRow() - Method in class nz.org.venice.ui.SortedTable
 
getSelectedRows() - Method in class nz.org.venice.ui.SortedTable
 
getSellRule() - Method in class nz.org.venice.analyser.ga.GeneticAlgorithm
Get the sell rule.
getSellRule() - Method in class nz.org.venice.analyser.GAResult
 
getSellRule() - Method in class nz.org.venice.analyser.GARulesPage
Return the parsed sell rule expression.
getSellRule() - Method in class nz.org.venice.analyser.gp.Individual
Get the sell rule.
getSellRule(int) - Method in class nz.org.venice.analyser.GPPageInitialPopulation
 
getSellRule(int) - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getSellRule() - Method in class nz.org.venice.analyser.GPResult
 
getSellRule() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getSellRule() - Method in class nz.org.venice.analyser.RulesPage
Return the parsed sell rule expression.
getSellThreshold() - Method in class nz.org.venice.analyser.ANNPage
 
getSettings() - Method in class nz.org.venice.analyser.ANNModule
 
getSettings() - Method in class nz.org.venice.analyser.ANNPageModule
 
getSettings() - Method in class nz.org.venice.analyser.ANNResultModule
 
getSettings() - Method in class nz.org.venice.analyser.GAModule
 
getSettings() - Method in class nz.org.venice.analyser.GAResultModule
 
getSettings() - Method in class nz.org.venice.analyser.GARulesPageModule
 
getSettings() - Method in class nz.org.venice.analyser.GPModule
 
getSettings() - Method in class nz.org.venice.analyser.GPPageInitialPopulationModule
 
getSettings() - Method in class nz.org.venice.analyser.GPResultModule
 
getSettings() - Method in class nz.org.venice.analyser.PaperTradeModule
 
getSettings() - Method in class nz.org.venice.analyser.PaperTradeResultModule
 
getSettings() - Method in class nz.org.venice.chart.ChartModule
 
getSettings() - Method in class nz.org.venice.chart.graph.AbstractGraph
Return the graph's current settings.
getSettings() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
 
getSettings() - Method in class nz.org.venice.chart.graph.CountbackLineGraphUI
 
getSettings() - Method in class nz.org.venice.chart.graph.CustomGraphUI
 
getSettings() - Method in class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
 
getSettings() - Method in interface nz.org.venice.chart.graph.Graph
Return the graph's current settings.
getSettings() - Method in interface nz.org.venice.chart.graph.GraphUI
Return the current settings displayed in the user interface.
getSettings() - Method in class nz.org.venice.chart.graph.MACDGraphUI
 
getSettings() - Method in class nz.org.venice.chart.graph.PeriodGraphUI
 
getSettings() - Method in class nz.org.venice.chart.graph.PointAndFigureGraphUI
 
getSettings() - Method in class nz.org.venice.chart.graph.RSIGraphUI
 
getSettings() - Method in class nz.org.venice.chart.GraphSettingsDialog
Return the settings in the user interface.
getSettings() - Method in class nz.org.venice.help.HelpModule
 
getSettings() - Method in class nz.org.venice.macro.MacroModule
 
getSettings() - Method in interface nz.org.venice.main.Module
Return the Settings for the module.
getSettings() - Method in class nz.org.venice.portfolio.PortfolioModule
 
getSettings() - Method in class nz.org.venice.portfolio.TransactionModule
 
getSettings() - Method in class nz.org.venice.prefs.PreferencesModule
 
getSettings() - Method in class nz.org.venice.prefs.settings.GraphSettings
Return the internal graph settings
getSettings() - Method in class nz.org.venice.quote.ExportQuoteModule
 
getSettings() - Method in class nz.org.venice.quote.IDQuoteSyncModule
 
getSettings() - Method in class nz.org.venice.quote.ImportQuoteModule
 
getSettings() - Method in class nz.org.venice.table.PortfolioTableModule
 
getSettings() - Method in class nz.org.venice.table.QuoteModule
 
getSettings() - Method in class nz.org.venice.table.WatchScreenModule
 
getShareAccount() - Method in class nz.org.venice.portfolio.Transaction
Return the associated share account if any.
getShares() - Method in class nz.org.venice.portfolio.StockHolding
Get number of shares held.
getShares() - Method in class nz.org.venice.portfolio.Transaction
Return the shares traded if this transaction was a share transaction.
getShareValue(EODQuoteBundle, TradingDate) - Method in class nz.org.venice.portfolio.Portfolio
Get the share value of the Portfolio on the current day.
getShortName() - Method in class nz.org.venice.ui.Column
Get the short name of the column.
getSingleDate() - Method in class nz.org.venice.prefs.settings.QuoteModuleSettings
Return the singleDate flag
getSize() - Method in class nz.org.venice.ui.SortedListModel
 
getSmoothingConstant(HashMap) - Static method in class nz.org.venice.chart.graph.ExpMovingAverageGraphUI
Retrieve the smoothing constant from the settings hashmap.
getSmoothingConstantFirstAverage(HashMap) - Static method in class nz.org.venice.chart.graph.MACDGraphUI
Retrieve the smoothing constant of the first average from the settings hashmap.
getSmoothingConstantSecondAverage(HashMap) - Static method in class nz.org.venice.chart.graph.MACDGraphUI
Retrieve the smoothing constant of the second average from the settings hashmap.
getSortedRow(int) - Method in class nz.org.venice.ui.SortedTable
 
getSortedRow(int) - Method in class nz.org.venice.ui.SortedTable.SortModel
 
getSortedSelectedRow() - Method in class nz.org.venice.ui.SortedTable
 
getSource() - Method in class nz.org.venice.chart.graph.AbstractGraph
Get underlying GraphSource we are using for default values.
getSource() - Static method in class nz.org.venice.quote.QuoteSourceManager
Creates and returns singleton instance of quote source which user has selected in the Preferences->Quote Source page.
getSourceCurrency() - Method in class nz.org.venice.util.ExchangeRate
Return the currency that this exchange rate is converting from.
getSourceName() - Method in class nz.org.venice.chart.graph.AbstractGraph
Return the name of the source data that we are graphing, e.g.
getSourceName() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
 
getSourceName() - Method in interface nz.org.venice.chart.graph.Graph
Return the name of the source data that we are graphing, e.g.
getStart() - Method in class nz.org.venice.chart.DrawnLine
Return the coordinate of the first point of the line
getStart_sequence() - Method in class nz.org.venice.macro.StoredMacro
 
getStartDate() - Method in class nz.org.venice.analyser.ANNResult
 
getStartDate() - Method in class nz.org.venice.analyser.GAResult
 
getStartDate() - Method in class nz.org.venice.analyser.GPResult
 
getStartDate() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getStartDate() - Method in class nz.org.venice.analyser.QuoteRangePage
Return the selected start date.
getStartDate() - Method in class nz.org.venice.portfolio.Portfolio
Return the start date of this portfolio.
getStartX() - Method in class nz.org.venice.chart.Chart
Get the first X value that appears in the chart.
getStartX() - Method in class nz.org.venice.chart.graph.AbstractGraph
Get the first X value that this graph will draw.
getStartX() - Method in class nz.org.venice.chart.graph.AdvanceDeclineGraph
Get the first X value that this graph will draw.
getStartX() - Method in interface nz.org.venice.chart.graph.Graph
Get the first X value that this graph will draw.
getStartX() - Method in class nz.org.venice.chart.Graphable
Get the first X value where we have an associated Y value.
getStartX() - Method in class nz.org.venice.chart.PFGraphable
Get the first X value where we have an associated Y value.
getStockCapital(PaperTrade.Environment, StockHolding, Symbol, int) - Static method in class nz.org.venice.analyser.PaperTrade
Return the actual capital of the given stock.
getStockHoldings() - Method in class nz.org.venice.portfolio.ShareAccount
Return all the stock holdings for this share account.
getStocksHeld() - Method in class nz.org.venice.portfolio.Portfolio
Return a list of all the stocks currently held in the portfolio.
getStockValue() - Method in class nz.org.venice.analyser.PortfolioPage
Return the fixed value of each stock in the portfolio.
getStoredExpressions() - Static method in class nz.org.venice.prefs.PreferencesManager
Load the list of all stored expressions.
getStoredMacros() - Static method in class nz.org.venice.prefs.PreferencesManager
Load the list of all registered macros.
getString(Comparable) - Method in class nz.org.venice.chart.PFGraphable
Get the character value for the given X value.
getString(String) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String, String) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String, String, String) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int, int) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int, int, int) - Static method in class nz.org.venice.util.Locale
 
getString(String, double, double) - Static method in class nz.org.venice.util.Locale
Return the current language translation of the text associated with the given key.
getStringValue() - Method in class nz.org.venice.parser.Token
For string tokens, get the value.
getSymbol() - Method in class nz.org.venice.portfolio.StockHolding
Get symbol of stock held.
getSymbol() - Method in class nz.org.venice.portfolio.Transaction
Return the symbol traded if this transaction was a share transaction.
getSymbol() - Method in class nz.org.venice.prefs.settings.GraphSettings
Return the symbol assigned to this graph
getSymbol(String) - Method in class nz.org.venice.quote.DatabaseQuoteSource
Returns the symbol associated with the given company.
getSymbol() - Method in class nz.org.venice.quote.EODQuote
Return the stock's symbol.
getSymbol(String) - Method in class nz.org.venice.quote.FileQuoteSource
Returns the symbol associated with the given company.
getSymbol() - Method in class nz.org.venice.quote.IDQuote
Return the stock's symbol.
getSymbol() - Method in interface nz.org.venice.quote.Quote
Return the stock's symbol.
getSymbol(String) - Method in interface nz.org.venice.quote.QuoteSource
Returns the symbol associated with the given company.
getSymbol(JDesktopPane, String) - Static method in class nz.org.venice.ui.SymbolListDialog
Open a new SymbolListDialog dialog.
getSymbolList() - Method in class nz.org.venice.prefs.settings.ChartModuleSettings
Return the list of symbols for this chart.
getSymbolName(Symbol) - Method in class nz.org.venice.quote.DatabaseQuoteSource
Returns the company name associated with the given symbol.
getSymbolName(Symbol) - Method in class nz.org.venice.quote.FileQuoteSource
Returns the company name associated with the given symbol.
getSymbolName(Symbol) - Method in interface nz.org.venice.quote.QuoteSource
Returns the company name associated with the given symbol.
getSymbols() - Method in class nz.org.venice.analyser.ANNResult
 
getSymbols() - Method in class nz.org.venice.analyser.GAResult
 
getSymbols() - Method in class nz.org.venice.analyser.GPResult
 
getSymbols() - Method in class nz.org.venice.analyser.PaperTradeResult
 
getSymbols() - Method in class nz.org.venice.chart.Chart
Return the window symbols.
getSymbols(int) - Method in class nz.org.venice.quote.EODQuoteBundle
Returns all the symbols listed in this quote bundle for the given date.
getSymbols(TradingDate) - Method in class nz.org.venice.quote.EODQuoteBundle
Returns all the symbols listed in this quote bundle for the given date.
getSymbols(int) - Method in class nz.org.venice.quote.EODQuoteCache
Return all the symbols in the cache on the given date.
getSymbols(int, int) - Method in class nz.org.venice.quote.EODQuoteCache
Return all the symbols in the cache between the given date range (inclusive).
getSymbols(List) - Method in class nz.org.venice.quote.IDQuoteSync
Return the list of symbols of the intra-day quotes to download.
getSymbols() - Method in class nz.org.venice.table.WatchScreen
Return the list of stock symbols in this watch screen.
getSymbols(JDesktopPane, String) - Static method in class nz.org.venice.ui.SymbolListDialog
Open a new SymbolListDialog dialog.
getSymbolsTraded() - Method in class nz.org.venice.portfolio.Portfolio
Returns all the symbols traded in this portfolio.
getText() - Method in class nz.org.venice.chart.ChartDrawingModel
Return all the text written on the chart
getText() - Method in class nz.org.venice.help.HelpPage
Return the HTML text in this page.
getText() - Method in class nz.org.venice.parser.expression.StringExpression
Get the text of the string.
getText() - Method in class nz.org.venice.ui.SymbolListComboBox
Return the current combo box selection as a text string.
getText() - Method in class nz.org.venice.util.Report
Get the report text.
getTime() - Method in class nz.org.venice.quote.IDQuote
Return the quote time.
getTime() - Method in class