Venice 0.7beta
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 org.mov.parser.Token
Represents "abs" symbol
AbsExpression - Class in org.mov.parser.expression
An expression which calculates the absolute value of a number.
AbsExpression(Expression) - Constructor for class org.mov.parser.expression.AbsExpression
 
AbstractAccount - Class in org.mov.portfolio
Base class for all accounts.
AbstractAccount() - Constructor for class org.mov.portfolio.AbstractAccount
Create a new account.
AbstractExpression - Class in org.mov.parser.expression
The abstract base class for all expressions in the Gondola language.
AbstractExpression() - Constructor for class org.mov.parser.expression.AbstractExpression
Create a new expression.
AbstractExpression(int) - Constructor for class org.mov.parser.expression.AbstractExpression
Create a new expression with the given number of children.
AbstractGraph - Class in org.mov.chart.graph
Set the default values for a graph based on a single GraphSource.
AbstractGraph(GraphSource) - Constructor for class org.mov.chart.graph.AbstractGraph
Set the default values to the ones provided by this GraphSource.
AbstractQuoteModel - Class in org.mov.ui
Helper for constructing quote table models.
AbstractQuoteModel(QuoteBundle, List, int) - Constructor for class org.mov.ui.AbstractQuoteModel
Create a new quote table model with no columns.
AbstractTable - Class in org.mov.ui
Helper for constructing tables.
AbstractTable() - Constructor for class org.mov.ui.AbstractTable
Create a new table.
AbstractTableModel - Class in org.mov.ui
Helper for constructing table models.
AbstractTableModel() - Constructor for class org.mov.ui.AbstractTableModel
Create a new table model with no columns.
AbstractTableModel(List) - Constructor for class org.mov.ui.AbstractTableModel
Create a new table model with the set of columns.
accept(File) - Method in class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
accept(File) - Method in class org.mov.importer.PreferencesXML.XMLFilter
 
accept(File) - Method in class org.mov.util.ImageFilter
 
Account - Interface in org.mov.portfolio
Generic interface for all financial account objects.
AccountDialog - Class in org.mov.portfolio
A dialog that allows the user to enter an account name and currency.
AccountDialog(JComponent, String, String) - Constructor for class org.mov.portfolio.AccountDialog
Create new account dialog.
AccountDialog(JComponent, String, String, Currency) - Constructor for class org.mov.portfolio.AccountDialog
Create new account dialog.
AccountNameFormat - Class in org.mov.ui
This class describes how to display and sort the name of portfolio accounts in the table.
AccountNameFormat(String) - Constructor for class org.mov.ui.AccountNameFormat
Create a new account name format object.
AccountTable - Class in org.mov.portfolio
Display an account summary in a swing table for a portfolio.
AccountTable(Portfolio, EODQuoteBundle) - Constructor for class org.mov.portfolio.AccountTable
Create a new account table.
accumulate(int, double) - Method in class org.mov.portfolio.StockHolding
Increase ownership of stock.
ACCUMULATE - Static variable in class org.mov.portfolio.Transaction
Accumulate (buy) shares
actionPerformed(ActionEvent) - Method in class org.mov.chart.ChartModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.chart.PortfolioChartMenu
This function is called when the user selects one of the menu items.
actionPerformed(ActionEvent) - Method in class org.mov.macro.MacroModule
 
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.PortfolioModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.TransactionDialog
 
actionPerformed(ActionEvent) - Method in class org.mov.portfolio.TransactionModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.prefs.PreferencesModule
Called when the user clicks on the save or cancel button.
actionPerformed(ActionEvent) - Method in class org.mov.table.PortfolioTableModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.table.QuoteModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.table.WatchScreenModule
Handle widget events.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ConfirmDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ExpressionColumnDialog
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.ExpressionDialog
ActionListener interface used for internal buttons.
actionPerformed(ActionEvent) - Method in class org.mov.ui.MacroEditor
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.MainMenu
Called when a menu item is selected.
actionPerformed(ActionEvent) - Method in class org.mov.ui.ProgressBarUI
 
actionPerformed(ActionEvent) - Method in class org.mov.ui.TextDialog
ActionListener interface used for internal buttons.
activateButton(JButton) - Method in class org.mov.chart.ChartModule
Activate chart button b, and deactivate all the rest of the buttons.
ACTIVITY_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Activity column number.
ACTIVITY_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Activity column number.
add(Graph, int) - Method in class org.mov.chart.Chart
Chart a new graph at the given level.
add(Graph, Symbol, EODQuoteBundle, int) - Method in class org.mov.chart.ChartModule
Add a new graph to the specified level.
add(SortedSet) - Method in class org.mov.chart.ChartModule
 
add(Graph, Portfolio, EODQuoteBundle, int) - Method in class org.mov.chart.ChartModule
Add a new portfolio graph to the specified level.
ADD - Static variable in class org.mov.chart.GraphSettingsDialog
The user has pressed the ADD button.
add(String, int, boolean) - Method in class org.mov.parser.Variables
Add a new variable.
add(String, int, boolean, double) - Method in class org.mov.parser.Variables
Add a new variable.
add(String, int, boolean, int) - Method in class org.mov.parser.Variables
Add a new variable.
add() - Method in class org.mov.prefs.EquationTable
Display a dialog asking the user to enter a new stored expression.
add(TradingDate, Money, Money) - Method in class org.mov.util.ExchangeRateCache
Add the two given monies.
add(Money) - Method in class org.mov.util.Money
Add the given money to this money.
add(double) - Method in class org.mov.util.Money
Add the given money to this money.
ADD_TOKEN - Static variable in class org.mov.parser.Token
Represents "+" symbol
addAccount(Account) - Method in class org.mov.portfolio.Portfolio
Add an account to the portfolio.
addAll(Object[]) - Method in class org.mov.ui.SortedListModel
 
addCheckBoxMenuItem(ActionListener, JMenuItem, String) - Static method in class org.mov.ui.MenuHelper
Creates a check box menu item and attaches it to a menu
addCheckBoxRow(JPanel, String, boolean, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a check box button to the form.
addComboBox(JPanel, String, Vector, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new list combo box to the form.
addElement(Object) - Method in class org.mov.ui.SortedListModel
 
addError(String) - Method in class org.mov.util.Report
Add an error message to the report.
addExpression() - Method in class org.mov.analyser.ANNPageModule
 
AddExpression - Class in org.mov.parser.expression
An expression which adds two sub-expressions.
AddExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.AddExpression
 
addExpressionRow(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class org.mov.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 org.mov.ui.GridBagHelper
Append a new row containing a label field to the form.
addMarketIndicator(Graph) - Method in class org.mov.chart.ChartModule
 
addMenu(JComponent, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu and attaches it to a component
addMenu(JComponent, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu and attaches it to a component
addMenuItem(ActionListener, JMenuItem, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JMenuItem, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a menu.
addMenuItem(ActionListener, JPopupMenu, String) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMenuItem(ActionListener, JPopupMenu, String, char) - Static method in class org.mov.ui.MenuHelper
Creates a menu item and attaches it to a popup menu.
addMessage(String) - Method in class org.mov.util.Report
Add a message to the report.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GARulesPageModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeResultModule
 
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.chart.ChartModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.help.HelpModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.macro.MacroModule
 
addModuleChangeListener(PropertyChangeListener) - Method in interface org.mov.main.Module
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.PortfolioModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.TransactionModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.prefs.PreferencesModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ExportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.IDQuoteSyncModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ImportQuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.PortfolioTableModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.QuoteModule
Add a property change listener for module change events.
addModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.WatchScreenModule
Add a property change listener for module change events.
addModuleListener(ModuleListener) - Method in class org.mov.ui.DesktopManager
Add a listener to list for module events.
addParameter() - Method in class org.mov.analyser.GARulesPageModule
 
addPasswordRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a password text field to the form.
addQuoteListener(QuoteListener) - Method in class org.mov.quote.IDQuoteCache
Add a listener to listen for new intra-day quotes.
addResults(List) - Method in class org.mov.analyser.ANNResultModule
 
addResults(List) - Method in class org.mov.analyser.GAResultModule
 
addResults(List) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addResults(List) - Method in class org.mov.analyser.GPResultModule
 
addResults(List) - Method in class org.mov.analyser.PaperTradeResultModule
 
addRow(String, String, String) - Method in class org.mov.analyser.GARulesPageModule
 
addRowSelectionInterval(int, int) - Method in class org.mov.ui.SortedTable
 
addRowTable(String) - Method in class org.mov.analyser.ANNPage
 
addRowTable(String) - Method in class org.mov.analyser.ANNPageModule
 
addRowTable(String, String, String) - Method in class org.mov.analyser.GPPageInitialPopulation
 
addRowTable(String, String, String) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addRules() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
addSymbol(Symbol) - Method in class org.mov.quote.EODQuoteRange
Expand the quote range to include a new symbol.
addSymbol(Symbol) - Method in class org.mov.table.WatchScreen
Add a symbol to this watch screen.
addSymbolListComboBox(JPanel, String, String, GridBagLayout, GridBagConstraints) - Static method in class org.mov.ui.GridBagHelper
Append a new symbol list combo box to the form.
addSymbols(List) - Method in class org.mov.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 org.mov.table.WatchScreen
Add a list of symbols to this watch screen.
addTextRow(JPanel, String, String, GridBagLayout, GridBagConstraints, int) - Static method in class org.mov.ui.GridBagHelper
Append a new row containing a text field to the form.
addTransaction(Transaction) - Method in class org.mov.portfolio.Portfolio
Record a single transaction on the portfolio.
addTransactions(List) - Method in class org.mov.portfolio.Portfolio
Record multiple transactions on the portfolio.
addWarning(String) - Method in class org.mov.util.Report
Add a warning message to the report.
AdvanceDeclineGraph - Class in org.mov.chart.graph
Advance/Decline graph.
AdvanceDeclineGraph() - Constructor for class org.mov.chart.graph.AdvanceDeclineGraph
Create a new Advance/Decline graph.
after(Object) - Method in class org.mov.util.TradingDate
Tests if this date is after the specified date.
after(Object) - Method in class org.mov.util.TradingTime
Tests if this time is after the specified time.
ALL_ORDINARIES - Static variable in class org.mov.quote.EODQuoteRange
Represents all 3 letter symbols, not included market indices
ALL_SYMBOLS - Static variable in class org.mov.quote.EODQuoteRange
Represents all symbols
ALWAYS_HIDDEN - Static variable in class org.mov.ui.Column
The column is always hidden.
AnalyserPage - Interface in org.mov.analyser
An analysis tool configuration page.
AND_TOKEN - Static variable in class org.mov.parser.Token
Represents "and" symbol
AndExpression - Class in org.mov.parser.expression
An expression which performs boolean and on two sub-expressions.
AndExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.AndExpression
 
ann() - Method in class org.mov.main.CommandManager
Open up a new artificial neural network module.
ANNConstants - Class in org.mov.analyser.ann
 
ANNConstants() - Constructor for class org.mov.analyser.ann.ANNConstants
 
ANNModule - Class in org.mov.analyser
 
ANNModule(JDesktopPane) - Constructor for class org.mov.analyser.ANNModule
Create a new paper trade module.
ANNNetworkTypePage - Class in org.mov.analyser
 
ANNNetworkTypePage(JDesktopPane) - Constructor for class org.mov.analyser.ANNNetworkTypePage
Construct a new network type parameters page.
ANNNetworkTypePage.JooneFilter - Class in org.mov.analyser
 
ANNNetworkTypePage.JooneFilter() - Constructor for class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
ANNPage - Class in org.mov.analyser
 
ANNPage(JDesktopPane, double) - Constructor for class org.mov.analyser.ANNPage
Construct a new input/output artificial neural network parameters page.
ANNPageModule - Class in org.mov.analyser
 
ANNPageModule(JDesktopPane) - Constructor for class org.mov.analyser.ANNPageModule
Construct a new input artificial neural network parameters grid.
ANNPaperTrade - Class in org.mov.analyser
This class perform the paper trade analysis for the artificial neural network.
ANNResult - Class in org.mov.analyser
 
ANNResult(Portfolio, EODQuoteBundle, Money, Money, TradingDate, TradingDate, String) - Constructor for class org.mov.analyser.ANNResult
 
ANNResultModule - Class in org.mov.analyser
 
ANNResultModule() - Constructor for class org.mov.analyser.ANNResultModule
 
ANNTrainingPage - Class in org.mov.analyser
 
ANNTrainingPage(JDesktopPane) - Constructor for class org.mov.analyser.ANNTrainingPage
Construct a new ANN training parameters page.
append(Graph, int) - Method in class org.mov.chart.ChartModule
Add the graph to the specified level.
append(Graph) - Method in class org.mov.chart.ChartModule
Create a new level and add the graph.
applyExpressions(AbstractQuoteModel) - Method in class org.mov.ui.AbstractTable
Helper method to display a dialog to let the user set expressions.
ArithmeticExpression - Class in org.mov.parser.expression
Abstract base class for the arithmetic expressions: +, /, *, -
ArithmeticExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.ArithmeticExpression
Create a new arithmetic expression with the given left and right arguments.
ARRANGE - Static variable in class org.mov.ui.DesktopManager
Arrange windows in a grid.
ArtificialNeuralNetwork - Class in org.mov.analyser.ann
 
ArtificialNeuralNetwork(JDesktopPane) - Constructor for class org.mov.analyser.ann.ArtificialNeuralNetwork
Create a new instance of ArtificialNeuralNetwork class.
ASK - Static variable in interface org.mov.quote.Quote
Represents current ask.
ASK_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Day low column number.
authEnabled - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Is authentication enabled?
avg(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Find the average of the given quotes.
avg(double[], int, int) - Static method in class org.mov.quote.QuoteFunctions
 
AVG_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid avg() offset.
AVG_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid avg() range.
AVG_TOKEN - Static variable in class org.mov.parser.Token
Represents "avg" symbol
AvgExpression - Class in org.mov.parser.expression
An expression which finds the average quote over a given trading period.
AvgExpression(Expression, Expression, Expression) - Constructor for class org.mov.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 org.mov.util.TradingDateComparator
Sort backwards
BarChartGraph - Class in org.mov.chart.graph
Barchart graph.
BarChartGraph(GraphSource, GraphSource, GraphSource, GraphSource) - Constructor for class org.mov.chart.graph.BarChartGraph
Create a new barchart graph.
BarGraph - Class in org.mov.chart.graph
Horizontal bar graph.
BarGraph(GraphSource, String, boolean) - Constructor for class org.mov.chart.graph.BarGraph
Create a new horizontal bar graph.
BasicChartUI - Class in org.mov.chart
Chart Implementation.
BasicChartUI() - Constructor for class org.mov.chart.BasicChartUI
 
BBL_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() offset.
BBL_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_lower() range.
BBL_TOKEN - Static variable in class org.mov.parser.Token
Represents "bol_lower()" symbol
BBLExpression - Class in org.mov.parser.expression
An expression which finds the BBL (Bollinger Band Lower) quote over a given trading period.
BBLExpression(Expression, Expression, Expression) - Constructor for class org.mov.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 org.mov.parser.EvaluationException
An exception which is thrown on an invalid bbu() offset.
BBU_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid bol_upper() range.
BBU_TOKEN - Static variable in class org.mov.parser.Token
Represents "bol_upper()" symbol
BBUExpression - Class in org.mov.parser.expression
An expression which finds the BBU (Bollinger Band Upper) quote over a given trading period.
BBUExpression(Expression, Expression, Expression) - Constructor for class org.mov.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 org.mov.util.TradingDate
Tests if this date is before the specified date.
before(Object) - Method in class org.mov.util.TradingTime
Tests if this time is before the specified time.
bestFit(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the line of best fit of the data given by source.
bestFitFunction(QuoteFunctionSource, int, int) - Static method in class org.mov.quote.QuoteFunctions
Return the equation of the line of best fit of the data given by source.
BID - Static variable in interface org.mov.quote.Quote
Represents current bid.
BID_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Day low column number.
BinaryExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring two arguments.
BinaryExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.BinaryExpression
Create a new binary expression with the given left and right arguments.
bmp - Static variable in class org.mov.util.ImageFilter
 
BMPFile - Class in org.mov.util
Writes a bitmap from a BufferedImage.
BMPFile(boolean) - Constructor for class org.mov.util.BMPFile
 
BMPFile() - Constructor for class org.mov.util.BMPFile
 
BollingerBandsGraph - Class in org.mov.chart.graph
Bollinger Bands graph.
BollingerBandsGraph(GraphSource) - Constructor for class org.mov.chart.graph.BollingerBandsGraph
Create a new bollinger bands graph.
bollingerLower(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the lower band of the bollinger graph.
bollingerUpper(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the upper band of the bollinger graph.
BOOLEAN_TOKEN - Static variable in class org.mov.parser.Token
Represents "boolean" symbol
BOOLEAN_TYPE - Static variable in interface org.mov.parser.Expression
A boolean type that can be either Expression.TRUE or Expression.FALSE.
BREAK - Static variable in class org.mov.chart.Coordinate
 
BREAKOUT - Static variable in class org.mov.chart.graph.CountbackLineGraph
 
BRITISH - Static variable in class org.mov.util.TradingDate
Date format will be in britsh format, e.g.
buildMacroMenu() - Method in class org.mov.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 org.mov.analyser.PaperTrade
Attempt to buy the given symbol.
BUY_RULE - Static variable in class org.mov.analyser.GPModuleConstants
 
BUY_RULE_COLUMN - Static variable in class org.mov.analyser.GPPageInitialPopulationModule
 
buyRule - Static variable in class org.mov.analyser.PaperTrade
 
buyValue - Static variable in class org.mov.analyser.PaperTrade
 

C

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

D

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

E

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

F

FALSE - Static variable in interface org.mov.parser.Expression
Value of FALSE
FALSE_TOKEN - Static variable in class org.mov.parser.Token
Represents "false" symbol
FEE - Static variable in class org.mov.portfolio.Transaction
Fee (FID, TAX etc)
FileEODQuoteExport - Class in org.mov.quote
Export quotes from Venice to a file.
FileEODQuoteImport - Class in org.mov.quote
Import quotes from files into Venice or export them to files.
FileEODQuoteImport(Report, EODQuoteFilter) - Constructor for class org.mov.quote.FileEODQuoteImport
Create a new object to import quotes.
FileExtensionException - Exception in org.mov.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 org.mov.analyser.ann.FileExtensionException
Creates a new instance of FileExtensionException
FileQuoteSource - Class in org.mov.quote
Provides functionality to obtain stock quotes from files.
FileQuoteSource(String, List) - Constructor for class org.mov.quote.FileQuoteSource
Creates a new quote source using the list of files specified in the user preferences.
FILES - Static variable in class org.mov.prefs.PreferencesManager
Deprecated. Indicates the quote source is accessing quotes in files.
find(String) - Static method in class org.mov.quote.Symbol
Return the canonical symbol instance of the given symbol string.
findAccountByName(String) - Method in class org.mov.portfolio.Portfolio
Find and return the account with the given name in the portfolio.
findPageWithLink(String) - Method in class org.mov.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 org.mov.analyser.gp.Mutator
Randomly pick a node in the given expression.
findRandomSite(Expression, int) - Method in class org.mov.analyser.gp.Mutator
Randomly pick a node of the given type in the given expression.
finish() - Method in class org.mov.util.ImageExporterUI
 
fireModuleRemoved(Module) - Method in class org.mov.ui.DesktopManager
Inform all the module listeners that this module has been removed.
fireModuleRenamed(Module) - Method in class org.mov.ui.DesktopManager
Inform all the module listneres that this module has been renamed.
firstElement() - Method in class org.mov.ui.SortedListModel
 
fit() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
fitAll() - Method in class org.mov.analyser.GPPageInitialPopulation
 
fitAll() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
FIXED_WIDTH - Static variable in class org.mov.ui.TextViewDialog
Display text with a fixed-width font.
FLOAT_QUOTE_TYPE - Static variable in interface org.mov.parser.Expression
Represents a stock float quote type: open, close, low, high
FLOAT_TOKEN - Static variable in class org.mov.parser.Token
Represents "float" symbol
FLOAT_TYPE - Static variable in interface org.mov.parser.Expression
A float type that can contain any number.
flush() - Static method in class org.mov.prefs.PreferencesManager
Forces the preferences data to be saved to the backend store (e.g. disk).
flush() - Static method in class org.mov.quote.QuoteSourceManager
The user has changed their quote source preferences, flush singleton reference and create new instance.
FOR_TOKEN - Static variable in class org.mov.parser.Token
Represents "flor" symbol
ForExpression - Class in org.mov.parser.expression
An expression which represents the for command.
ForExpression(Expression, Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.ForExpression
Construct a for expression.
format - Static variable in class org.mov.analyser.GPModuleConstants
 
FORWARDS - Static variable in class org.mov.util.TradingDateComparator
Sort forwards
FOUR_MONTHS - Static variable in class org.mov.analyser.QuoteRangePage
Four month period.
FOUR_YEARS - Static variable in class org.mov.analyser.QuoteRangePage
Four year period.
free(Symbol, int) - Method in class org.mov.quote.EODQuoteCache
Remove the given quote from the cache.
FULLSTOP_TOKEN - Static variable in class org.mov.parser.Token
Represents ".
FUTURE_DATE_EXCEPTION - Static variable in class org.mov.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 org.mov.main.CommandManager
Open up a new genetic algorithm module.
GAIndividual - Class in org.mov.analyser.ga
A trading individual evolved by the GA.
GAIndividual(String[], double[], int[]) - Constructor for class org.mov.analyser.ga.GAIndividual
Create a new individual with the given parameters.
GAIndividual(Random, GAIndividual, GAIndividual) - Constructor for class org.mov.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 org.mov.analyser.ga.GAIndividual
Create a new individual by "breeding" or combining the two parent individuals.
GAModule - Class in org.mov.analyser
 
GAModule(JDesktopPane) - Constructor for class org.mov.analyser.GAModule
Create a new paper trade module.
GAPage - Class in org.mov.analyser
An analysis tool page that lets the user enter basic Genetic Algorithm configuration parameters.
GAPage(JDesktopPane) - Constructor for class org.mov.analyser.GAPage
Construct a new genetic programming parameters page.
GAResult - Class in org.mov.analyser
 
GAResult(GAIndividual, Expression, Expression, EODQuoteBundle, Money, Money, int, TradingDate, TradingDate) - Constructor for class org.mov.analyser.GAResult
 
GAResultModule - Class in org.mov.analyser
 
GAResultModule() - Constructor for class org.mov.analyser.GAResultModule
 
GARulesPage - Class in org.mov.analyser
 
GARulesPage(JDesktopPane, double) - Constructor for class org.mov.analyser.GARulesPage
Construct a new rules page.
GARulesPageModule - Class in org.mov.analyser
 
GARulesPageModule(JDesktopPane) - Constructor for class org.mov.analyser.GARulesPageModule
 
GeneticAlgorithm - Class in org.mov.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 org.mov.analyser.ga.GeneticAlgorithm
Get ready to run the GA.
GeneticProgramme - Class in org.mov.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 org.mov.analyser.gp.GeneticProgramme
Get ready to run the GP.
get(String) - Method in class org.mov.parser.Variables
Get the variable of the given name.
get(Symbol) - Method in class org.mov.portfolio.ShareAccount
Return the stock holding for a given symbol.
get() - Method in class org.mov.quote.Symbol
Return the symbol string.
getA() - Method in class org.mov.analyser.PaperTradeResult
 
getAcceptableMajorDeltas() - Method in class org.mov.chart.graph.AbstractGraph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in interface org.mov.chart.graph.Graph
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class org.mov.chart.graph.MomentumGraph
 
getAcceptableMajorDeltas() - Method in class org.mov.chart.graph.RSIGraph
 
getAcceptableMajorDeltas() - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getAcceptableMajorDeltas() - Method in interface org.mov.chart.source.GraphSource
Return an array of acceptable major deltas for the vertical axis.
getAcceptableMajorDeltas() - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getAcceptableMajorDeltas() - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getAcceptableMajorDeltas() - Method in class org.mov.chart.source.PortfolioGraphSource
 
getAcceptableMinorDeltas() - Method in class org.mov.chart.graph.AbstractGraph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in interface org.mov.chart.graph.Graph
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class org.mov.chart.graph.MomentumGraph
 
getAcceptableMinorDeltas() - Method in class org.mov.chart.graph.RSIGraph
 
getAcceptableMinorDeltas() - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getAcceptableMinorDeltas() - Method in interface org.mov.chart.source.GraphSource
Return an array of acceptable minor deltas for the vertical axis.
getAcceptableMinorDeltas() - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getAcceptableMinorDeltas() - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getAcceptableMinorDeltas() - Method in class org.mov.chart.source.PortfolioGraphSource
 
getAccountCurrency() - Method in class org.mov.portfolio.AccountDialog
Return the currency selected.
getAccountName() - Method in class org.mov.portfolio.AccountDialog
Return the account name entered into the dialog.
getAccounts() - Method in class org.mov.portfolio.Portfolio
Return all the accounts in the portfolio
getAdvanceDecline(TradingDate) - Method in class org.mov.quote.DatabaseQuoteSource
Return the advance/decline for the given date.
getAdvanceDecline(TradingDate) - Method in class org.mov.quote.FileQuoteSource
Return the advance/decline for the given date.
getAdvanceDecline(TradingDate) - Method in interface org.mov.quote.QuoteSource
Return the advance/decline for the given date.
getAllSymbols() - Method in class org.mov.quote.EODQuoteBundle
Returns all the symbols in the quote bundle.
getAllSymbols() - Method in class org.mov.quote.EODQuoteRange
Return all the symbols in the quote range.
getAmount() - Method in class org.mov.portfolio.Transaction
Return the amount of this transaction if applicable.
getAnalyserPageSettings(String) - Static method in class org.mov.prefs.PreferencesManager
Load all saved user input in an Analyser Page.
getANN() - Method in class org.mov.analyser.ANNNetworkTypePage
Get the ANN currently in memory
getAnnotations() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return the annotations for this graph or null if it does not have any.
getApplicationFrame() - Static method in class org.mov.main.Main
Get the main frame for the current application
getARange() - Method in class org.mov.analyser.RulesPage
Return the A range parameter.
getAsk() - Method in class org.mov.quote.IDQuote
Return the ask price.
getAvailableCurrencies() - Static method in class org.mov.util.Currency
Return a list of all the available currencies.
getAverageType(HashMap) - Static method in class org.mov.chart.graph.MACDGraphUI
Retrieve the average type (EMA or SMA) from the settings hashmap.
getB() - Method in class org.mov.analyser.PaperTradeResult
 
getBid() - Method in class org.mov.quote.IDQuote
Return the bid price.
getBottomLineValue() - Method in class org.mov.chart.VerticalAxis
 
getBoxPrice() - Method in class org.mov.chart.PFGraphable
Return the box price for this graph
getBoxPriceScale(HashMap, double) - Static method in class org.mov.chart.graph.PointAndFigureGraphUI
Retrieve the box price from the settings hashmap.
getBRange() - Method in class org.mov.analyser.RulesPage
Return the B range parameter.
getBreedingIndividual(int) - Method in class org.mov.analyser.ga.GeneticAlgorithm
Get one of the current generation's breeding individual.
getBreedingIndividual(int) - Method in class org.mov.analyser.gp.GeneticProgramme
Get one of the current generation's breeding individual.
getBreedingPopulation() - Method in class org.mov.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 org.mov.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 org.mov.analyser.ga.GeneticAlgorithm
Get the size of the current breeding population.
getBreedingPopulationSize() - Method in class org.mov.analyser.gp.GeneticProgramme
Get the size of the current breeding population.
getBuyRule() - Method in class org.mov.analyser.ga.GeneticAlgorithm
Get the buy rule.
getBuyRule() - Method in class org.mov.analyser.GAResult
 
getBuyRule() - Method in class org.mov.analyser.GARulesPage
Return the parsed buy rule expression.
getBuyRule() - Method in class org.mov.analyser.gp.Individual
Get the buy rule.
getBuyRule(int) - Method in class org.mov.analyser.GPPageInitialPopulation
 
getBuyRule(int) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getBuyRule() - Method in class org.mov.analyser.GPResult
 
getBuyRule() - Method in class org.mov.analyser.PaperTradeResult
 
getBuyRule() - Method in class org.mov.analyser.RulesPage
Return the parsed buy rule expression.
getBuyThreshold() - Method in class org.mov.analyser.ANNPage
 
getC() - Method in class org.mov.analyser.PaperTradeResult
 
getCapital(Portfolio, EODQuoteBundle, int) - Static method in class org.mov.analyser.PaperTrade
Return the actual capital of the portfolio.
getCashAccount() - Method in class org.mov.portfolio.Transaction
Return the associated cash account if any.
getCashAccount2() - Method in class org.mov.portfolio.Transaction
Return the second associated cash account if any.
getCashValue(TradingDate) - Method in class org.mov.portfolio.Portfolio
Get the cash value of the Portfolio on the current day.
getChange() - Method in class org.mov.ui.ChangeFormat
Get the change percent.
getChartDrawingModel() - Method in class org.mov.chart.Chart
 
getChild(int) - Method in class org.mov.parser.expression.AbstractExpression
Return the child of this node at the given index.
getChild(int) - Method in interface org.mov.parser.Expression
Return the given argument.
getChildCount() - Method in class org.mov.parser.expression.BinaryExpression
Return the number of children required in a binary expression.
getChildCount() - Method in class org.mov.parser.expression.ClauseExpression
Return the number of children in the clause.
getChildCount() - Method in interface org.mov.parser.Expression
Return the number of arguments of this expression.
getChildCount() - Method in class org.mov.parser.expression.QuaternaryExpression
Return the number of children required in a quaternary expression.
getChildCount() - Method in class org.mov.parser.expression.TerminalExpression
Return the number of children required in a terminal expression.
getChildCount() - Method in class org.mov.parser.expression.TernaryExpression
Return the number of children required in a ternary expression.
getChildCount() - Method in class org.mov.parser.expression.UnaryExpression
Return the number of children required in a unary expression.
getCode() - Method in class org.mov.macro.StoredMacro
 
getColumn(int) - Method in class org.mov.ui.AbstractQuoteModel
Return a column.
getColumn(int) - Method in class org.mov.ui.AbstractTableModel
Get a column.
getColumnClass(int) - Method in class org.mov.ui.AbstractTableModel
Get data type of column data.
getColumnClass(int) - Method in class org.mov.ui.SortedTable.SortModel
 
getColumnCount() - Method in class org.mov.ui.AbstractQuoteModel
Return the number of columns in the table.
getColumnCount() - Method in class org.mov.ui.AbstractTableModel
Get number of columns in table.
getColumnCount() - Method in class org.mov.ui.SortedTable.SortModel
 
getColumnName(int) - Method in class org.mov.ui.AbstractTableModel
Get short name of column.
getColumnName(int) - Method in class org.mov.ui.SortedTable.SortModel
 
getColumnSortStatus(int) - Method in class org.mov.ui.SortedTable
 
getColumnSpan() - Method in class org.mov.chart.PFGraphable
Return the size of the column span.
getComponent() - Method in interface org.mov.analyser.AnalyserPage
Return the page's graphical user interface.
getComponent() - Method in class org.mov.analyser.ANNModule
Return displayed component for this module.
getComponent() - Method in class org.mov.analyser.ANNNetworkTypePage
 
getComponent() - Method in class org.mov.analyser.ANNPage
 
getComponent() - Method in class org.mov.analyser.ANNPageModule
 
getComponent() - Method in class org.mov.analyser.ANNResultModule
 
getComponent() - Method in class org.mov.analyser.ANNTrainingPage
 
getComponent() - Method in class org.mov.analyser.GAModule
Return displayed component for this module.
getComponent() - Method in class org.mov.analyser.GAPage
 
getComponent() - Method in class org.mov.analyser.GAResultModule
 
getComponent() - Method in class org.mov.analyser.GARulesPage
 
getComponent() - Method in class org.mov.analyser.GARulesPageModule
 
getComponent() - Method in class org.mov.analyser.GPGondolaSelection
 
getComponent() - Method in class org.mov.analyser.GPModule
 
getComponent() - Method in class org.mov.analyser.GPPage
 
getComponent() - Method in class org.mov.analyser.GPPageInitialPopulation
 
getComponent() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getComponent() - Method in class org.mov.analyser.GPResultModule
 
getComponent() - Method in class org.mov.analyser.PaperTradeModule
Return displayed component for this module.
getComponent() - Method in class org.mov.analyser.PaperTradeResultModule
 
getComponent() - Method in class org.mov.analyser.PortfolioPage
 
getComponent() - Method in class org.mov.analyser.QuoteRangePage
 
getComponent() - Method in class org.mov.analyser.RulesPage
 
getComponent() - Method in class org.mov.analyser.TradeValuePage
 
getComponent() - Method in class org.mov.chart.ChartModule
Return displayed component for this module.
getComponent() - Method in class org.mov.help.HelpModule
Return displayed component for this module.
getComponent() - Method in class org.mov.macro.MacroModule
 
getComponent() - Method in interface org.mov.main.Module
Return displayed component for this module.
getComponent() - Method in class org.mov.portfolio.PortfolioModule
Return displayed component for this module.
getComponent() - Method in class org.mov.portfolio.TransactionModule
Return displayed component for this module.
getComponent() - Method in class org.mov.prefs.ChartPreferencesPage
 
getComponent() - Method in class org.mov.prefs.EquationPage
Return displayed component for this page.
getComponent() - Method in class org.mov.prefs.LanguagePage
 
getComponent() - Method in class org.mov.prefs.MacrosPage
 
getComponent() - Method in class org.mov.prefs.PreferencesModule
Return displayed component for this module.
getComponent() - Method in interface org.mov.prefs.PreferencesPage
Return displayed component for this page.
getComponent() - Method in class org.mov.prefs.ProxyPage
 
getComponent() - Method in class org.mov.prefs.QuoteSourcePage
 
getComponent() - Method in class org.mov.prefs.TuningPage
 
getComponent() - Method in class org.mov.prefs.UserInterfacePage
 
getComponent() - Method in class org.mov.quote.ExportQuoteModule
Return displayed component for this module.
getComponent() - Method in class org.mov.quote.IDQuoteSyncModule
Return displayed component for this module.
getComponent() - Method in class org.mov.quote.ImportQuoteModule
Return displayed component for this module.
getComponent() - Method in class org.mov.table.PortfolioTableModule
Return displayed component for this module.
getComponent() - Method in class org.mov.table.QuoteModule
Return displayed component for this module.
getComponent() - Method in class org.mov.table.WatchScreenModule
Return displayed component for this module.
getCost() - Method in class org.mov.portfolio.StockHolding
Get average cost per share
getCRange() - Method in class org.mov.analyser.RulesPage
Return the C range parameter.
getCurrency() - Method in interface org.mov.portfolio.Account
Return the currency of the account.
getCurrency() - Method in class org.mov.portfolio.CashAccount
 
getCurrency() - Method in class org.mov.portfolio.Portfolio
Return the portfolio's default currency.
getCurrency() - Method in class org.mov.portfolio.ShareAccount
 
getCurrency() - Method in class org.mov.util.Money
Return the currency of this money.
getCurrencyCode() - Method in class org.mov.util.Currency
Return the ISO 4217 currency code of this currency.
getDatabaseSettings() - Static method in class org.mov.prefs.PreferencesManager
Load database settings.
getDate() - Method in class org.mov.chart.PFData
 
getDate(Comparable) - Method in class org.mov.chart.PFGraphable
Get the date value for the given X value.
getDate() - Method in class org.mov.portfolio.StockHolding
Get the initial date that at least part of these shares was purchased on.
getDate() - Method in class org.mov.portfolio.Transaction
Return the date this transaction occured on.
getDate() - Method in class org.mov.quote.EODQuote
Return the quote date.
getDate() - Method in class org.mov.quote.IDQuote
Return the quote date.
getDate() - Method in interface org.mov.quote.Quote
Return the quote date.
getDate(JDesktopPane, String, String) - Static method in class org.mov.ui.TradingDateDialog
Opens a new dialog asking the user to enter a date.
getDate() - Method in class org.mov.util.ExchangeRate
Return the date of the exchange rate.
getDate() - Method in class org.mov.util.TradingDateFormatException
Return the date string being parsed.
getDateRangePeriod() - Method in class org.mov.analyser.QuoteRangePage
Return the period.
getDates() - Method in class org.mov.quote.DatabaseQuoteSource
Return all the dates which we have quotes for.
getDates() - Method in class org.mov.quote.FileQuoteSource
Return all the dates which we have quotes for (SLOW0.
getDates() - Method in interface org.mov.quote.QuoteSource
Return all the dates which we have quotes for.
getDay() - Method in class org.mov.util.TradingDate
Return the day of the month.
getDayClose() - Method in class org.mov.quote.EODQuote
Return the day close.
getDayClose() - Method in class org.mov.quote.IDQuote
Return the last trade value.
getDayClose() - Method in interface org.mov.quote.Quote
Return the day close for end-of-day quotes or the last quote for intra-day quotes.
getDayHigh() - Method in class org.mov.quote.EODQuote
Return the day high.
getDayHigh() - Method in class org.mov.quote.IDQuote
Return the current day high.
getDayHigh() - Method in interface org.mov.quote.Quote
Return the day high for end-of-day quotes or the current day high for intra-day quotes.
getDayLow() - Method in class org.mov.quote.EODQuote
Return the day low.
getDayLow() - Method in class org.mov.quote.IDQuote
Return the current day low.
getDayLow() - Method in interface org.mov.quote.Quote
Return the day low for end-of-day quotes or the current day low for intra-day quotes.
getDayOfWeek() - Method in class org.mov.util.TradingDate
Return the day of the week.
getDayOfYear() - Method in class org.mov.util.TradingDate
Return the day of the year.
getDayOpen() - Method in class org.mov.quote.EODQuote
Return the day open.
getDayOpen() - Method in class org.mov.quote.IDQuote
Return the day open.
getDayOpen() - Method in interface org.mov.quote.Quote
Return the day open.
getDayVolume() - Method in class org.mov.quote.EODQuote
Return the volume.
getDayVolume() - Method in class org.mov.quote.IDQuote
Return the current day volume.
getDayVolume() - Method in interface org.mov.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 org.mov.prefs.PreferencesManager
Load default chart setting.
getDefaultCurrency() - Static method in class org.mov.util.Currency
Return the currency associated with the default locale.
getDefaultFractionDigits() - Method in class org.mov.util.Currency
Return the number of fraction digits used to display this currency.
getDescription() - Method in class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
getDescription() - Method in class org.mov.importer.PreferencesXML.XMLFilter
 
getDescription() - Method in class org.mov.quote.EODQuoteRange
Creates a string representation of the quote range without referring to the dates.
getDescription(int) - Static method in class org.mov.quote.EODQuoteRange
Creates a string representation of the given quote range type.
getDescription() - Method in class org.mov.util.ImageFilter
 
getDesktop() - Method in class org.mov.chart.ChartModule
 
getDesktop() - Static method in class org.mov.ui.DesktopManager
Get the desktop we are managing.
getDesktopManager() - Method in class org.mov.main.CommandManager
 
getDestinationCurrency() - Method in class org.mov.util.ExchangeRate
Return the currency that this exchange rate is converting into.
getDifference(Chart, Integer, Integer, Coordinate, Coordinate) - Method in class org.mov.chart.BasicChartUI
 
getDifference(Chart, Coordinate, Coordinate, Coordinate) - Method in class org.mov.chart.BasicChartUI
 
getDifference(Integer, Integer, int) - Method in class org.mov.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 org.mov.prefs.PreferencesManager
Load the last directory used when importing quote files.
getDisplayPopulation() - Method in class org.mov.analyser.GAPage
Return the number of top performing individuals that are displayed in the results table.
getDisplayPopulation() - Method in class org.mov.analyser.GPPage
Return the number of top performing individuals that are displayed in the results table.
getDisplaySettings() - Static method in class org.mov.prefs.PreferencesManager
Load display settings.
getDouble(JDesktopPane, String, String, double) - Static method in class org.mov.ui.NumberDialog
Opens a new dialog asking the user to enter a number.
getDrawnLine(int) - Method in class org.mov.chart.ChartDrawingModel
Return a specific line drawn on the chart
getDrawnLines() - Method in class org.mov.chart.ChartDrawingModel
Return all the lines drawn on the chart.
getDrawnPoints() - Method in class org.mov.chart.ChartDrawingModel
Return the list of all points drawn on the chart
getElementAt(int) - Method in class org.mov.ui.SortedListModel
 
getEnd() - Method in class org.mov.chart.DrawnLine
Return the coordinate of the last point of the line
getEndDate() - Method in class org.mov.analyser.ANNResult
 
getEndDate() - Method in class org.mov.analyser.GAResult
 
getEndDate() - Method in class org.mov.analyser.GPResult
 
getEndDate() - Method in class org.mov.analyser.PaperTradeResult
 
getEndDate() - Method in class org.mov.analyser.QuoteRangePage
Return the seelected end date.
getEndX() - Method in class org.mov.chart.Chart
Get the last X value that appears in the chart.
getEndX() - Method in class org.mov.chart.graph.AbstractGraph
Get the last X value that this graph will draw.
getEndX() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Get the last X value that this graph will draw.
getEndX() - Method in interface org.mov.chart.graph.Graph
Get the last X value that this graph will draw.
getEndX() - Method in class org.mov.chart.Graphable
Get the last X value where we have an associated Y value.
getEndX() - Method in class org.mov.chart.PFGraphable
Get the last X value where we have an associated Y value.
getErrorCount() - Method in class org.mov.util.Report
Get the number of errors logged.
getExchangeRates(Currency, Currency) - Method in class org.mov.quote.DatabaseQuoteSource
 
getExchangeRates(Currency, Currency) - Method in class org.mov.quote.FileQuoteSource
Return all the stored exchange rates between the two currencies.
getExchangeRates(Currency, Currency) - Method in interface org.mov.quote.QuoteSource
Return all the stored exchange rates between the two currencies.
getExpression() - Method in class org.mov.ui.ExpressionColumn
Get the compiled expression.
getExpression(JDesktopPane, String, String) - Static method in class org.mov.ui.ExpressionQuery
Open a new ExpressionQuery dialog.
getExpression(JDesktopPane, String, String, String) - Static method in class org.mov.ui.ExpressionQuery
Open a new ExpressionQuery dialog.
getExpressionColumns() - Method in class org.mov.ui.AbstractQuoteModel
Return the array of expression columns.
getExpressionColumns() - Method in class org.mov.ui.ExpressionColumnDialog
 
getExpressionText() - Method in class org.mov.ui.ExpressionColumn
Return the text version of the expression.
getExpressionText() - Method in class org.mov.ui.ExpressionComboBox
Return the expression string in the ComboBox.
getFilename() - Method in class org.mov.macro.StoredMacro
 
getFilter(String) - Method in class org.mov.quote.EODQuoteFilterList
Return instance of filter given its name.
getFinalCapital() - Method in class org.mov.analyser.ANNResult
 
getFinalCapital() - Method in class org.mov.analyser.GAResult
 
getFinalCapital() - Method in class org.mov.analyser.GPResult
 
getFinalCapital() - Method in class org.mov.analyser.PaperTradeResult
 
getFirstDate() - Method in class org.mov.quote.DatabaseQuoteSource
Return the first date in the database that has any quotes.
getFirstDate() - Method in class org.mov.quote.EODQuoteBundle
Return the first date in this quote bundle.
getFirstDate() - Method in class org.mov.quote.EODQuoteCache
Get the oldest date in the cache.
getFirstDate() - Method in class org.mov.quote.EODQuoteRange
Get the first date of the quote range.
getFirstDate() - Method in class org.mov.quote.FileQuoteSource
Return the earliest date we have any stock quotes for.
getFirstDate() - Method in interface org.mov.quote.QuoteSource
Return the earliest date we have any stock quotes for.
getFirstDateOffset() - Method in class org.mov.quote.EODQuoteCache
Get the fast access offset of the oldest date in the cache.
getFirstOffset() - Method in class org.mov.quote.EODQuoteBundle
Return the fast access date offset for the earliest quote in the bundle.
getFirstOffset() - Method in class org.mov.quote.IDQuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstOffset() - Method in class org.mov.quote.MixedQuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstOffset() - Method in interface org.mov.quote.QuoteBundle
Return the fast access offset for the earliest quote in the bundle.
getFirstSymbol() - Method in class org.mov.quote.EODQuoteBundle
Return the first symbol in the quote bundle.
getFirstTimeOffset() - Method in class org.mov.quote.IDQuoteCache
Return the fast access time offset of the oldest time in the cache.
getFrameIcon() - Method in class org.mov.analyser.ANNModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.analyser.ANNPageModule
 
getFrameIcon() - Method in class org.mov.analyser.ANNResultModule
 
getFrameIcon() - Method in class org.mov.analyser.GAModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.analyser.GAResultModule
 
getFrameIcon() - Method in class org.mov.analyser.GARulesPageModule
 
getFrameIcon() - Method in class org.mov.analyser.GPModule
 
getFrameIcon() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getFrameIcon() - Method in class org.mov.analyser.GPResultModule
 
getFrameIcon() - Method in class org.mov.analyser.PaperTradeModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.analyser.PaperTradeResultModule
 
getFrameIcon() - Method in class org.mov.chart.ChartModule
Return frame icon for chart module.
getFrameIcon() - Method in class org.mov.help.HelpModule
Return frame icon for chart module.
getFrameIcon() - Method in class org.mov.macro.MacroModule
 
getFrameIcon() - Method in interface org.mov.main.Module
Return frame icon for this module.
getFrameIcon() - Method in class org.mov.portfolio.PortfolioModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.portfolio.TransactionModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.prefs.PreferencesModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class org.mov.quote.ExportQuoteModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class org.mov.quote.IDQuoteSyncModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class org.mov.quote.ImportQuoteModule
Return frame icon for quote source preferences module.
getFrameIcon() - Method in class org.mov.table.PortfolioTableModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.table.QuoteModule
Return frame icon for table module.
getFrameIcon() - Method in class org.mov.table.WatchScreenModule
Return frame icon for table module.
getFullName() - Method in class org.mov.ui.Column
Get the full name of the column.
getGeneration() - Method in class org.mov.analyser.GAResult
 
getGeneration() - Method in class org.mov.analyser.GPResult
 
getGenerations() - Method in class org.mov.analyser.GAPage
Return the number of generations in the genetic algorithm.
getGenerations() - Method in class org.mov.analyser.GPPage
Return the number of generations in the genetic programme.
getGraphable() - Method in interface org.mov.chart.source.GraphSource
Get the actual graphable data.
getGraphable() - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getGraphable() - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getGraphable() - Method in class org.mov.chart.source.PortfolioGraphSource
 
getGraphColour(Graph, Chart) - Method in class org.mov.chart.BasicChartUI
Return the colour we will draw the given graph.
getGraphColour(Graph) - Method in class org.mov.chart.Chart
Return the colour that the given graph will be drawn.
getHasGPLAcceptance() - Static method in class org.mov.prefs.PreferencesManager
Return whether we require the user to explicitly accept the GPL license.
getHeightOfGraph() - Method in class org.mov.chart.VerticalAxis
 
getHighestIndividual() - Method in class org.mov.analyser.GARulesPage
Return the GAIndividual with the highest parameters.
getHighestY(List) - Method in class org.mov.chart.graph.AbstractGraph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class org.mov.chart.graph.BarChartGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.BollingerBandsGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.CandleStickGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.CountbackLineGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.CustomGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
getHighestY(List) - Method in interface org.mov.chart.graph.Graph
Return the highest Y value in the given X range.
getHighestY(List) - Method in class org.mov.chart.graph.HighLowBarGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.MACDGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.MomentumGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.MovingAverageGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.OBVGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.PointAndFigureGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.RSIGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getHighestY(List) - Method in class org.mov.chart.graph.SupportAndResistenceGraph
 
getHighestY(List) - Method in class org.mov.chart.Graphable
Given an X range, inspect all the associated Y values and return the highest.
getHighestY(List) - Method in class org.mov.chart.PFGraphable
Given an X range, inspect all the associated Y values and return the highest.
getHighlightedEnd() - Method in class org.mov.chart.Chart
Get the end X of the highlighted region.
getHighlightedStart() - Method in class org.mov.chart.Chart
Get the start X of the highlighted region.
getHoldingTime(PaperTrade.Environment, StockHolding, int) - Static method in class org.mov.analyser.PaperTrade
Return the number of days we have held the given stock.
getHour() - Method in class org.mov.util.TradingTime
Return the hour.
getIDQuoteSyncPreferences() - Static method in class org.mov.prefs.PreferencesManager
Load intra-day quote sync module preferences.
getIfRandom() - Method in class org.mov.analyser.GPPageInitialPopulation
 
getImage() - Method in class org.mov.chart.BasicChartUI
 
getImage() - Method in class org.mov.chart.Chart
 
getImage() - Method in class org.mov.chart.ChartModule
 
getIndex(Expression) - Method in class org.mov.parser.expression.AbstractExpression
Return the index of the given argument in the expression.
getIndex(Expression) - Method in interface org.mov.parser.Expression
Return the index of the given argument in the expression.
getIndicatorText(HashMap) - Static method in class org.mov.chart.graph.CustomGraphUI
Return the custom indicator expression text.
getInitialCapital() - Method in class org.mov.analyser.ANNResult
 
getInitialCapital() - Method in class org.mov.analyser.GAResult
 
getInitialCapital() - Method in class org.mov.analyser.GPResult
 
getInitialCapital() - Method in class org.mov.analyser.PaperTradeResult
 
getInitialCapital() - Method in class org.mov.analyser.PortfolioPage
Return the portfolio's initial capital.
getInputExpressions() - Method in class org.mov.analyser.ANNPage
 
getInputExpressions() - Method in class org.mov.analyser.ANNPageModule
 
getInstance() - Static method in class org.mov.main.CommandManager
Return the static CommandManager for this application
getInstance() - Static method in class org.mov.quote.EODQuoteBundleCache
Create or return the singleton instance of the quote bundle cache.
getInstance() - Static method in class org.mov.quote.EODQuoteCache
Create or return the singleton instance of the quote cache.
getInstance() - Static method in class org.mov.quote.EODQuoteFilterList
Get the singleton instance of this class.
getInstance() - Static method in class org.mov.quote.IDQuoteCache
Create or return the singleton instance of the quote cache.
getInstance() - Static method in class org.mov.quote.IDQuoteSync
Create or return the singleton instance of the intra-day quote synchronisation object.
getInstance() - Static method in class org.mov.quote.MissingQuoteException
Return the singleton instance of this exception.
getInstance() - Static method in class org.mov.quote.QuoteNotLoadedException
Return the singleton instance of this exception.
getInstance(JFrame, DesktopManager) - Static method in class org.mov.ui.MainMenu
Construct a new main menu and attach it to the given frame.
getInstance() - Static method in class org.mov.ui.MainMenu
Return the instance of the main menu.
getInstance() - Static method in class org.mov.util.ExchangeRateCache
Create or return the singleton instance of the exchange rate cache.
getInternalFileName() - Static method in class org.mov.prefs.PreferencesManager
Load the file name to store the internal database.
getJMenuBar() - Method in class org.mov.analyser.ANNModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.analyser.ANNPageModule
 
getJMenuBar() - Method in class org.mov.analyser.ANNResultModule
 
getJMenuBar() - Method in class org.mov.analyser.GAModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.analyser.GAResultModule
 
getJMenuBar() - Method in class org.mov.analyser.GARulesPageModule
 
getJMenuBar() - Method in class org.mov.analyser.GPModule
 
getJMenuBar() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getJMenuBar() - Method in class org.mov.analyser.GPResultModule
 
getJMenuBar() - Method in class org.mov.analyser.PaperTradeModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.analyser.PaperTradeResultModule
 
getJMenuBar() - Method in class org.mov.chart.ChartModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.help.HelpModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.macro.MacroModule
 
getJMenuBar() - Method in interface org.mov.main.Module
Return menu bar for this module.
getJMenuBar() - Method in class org.mov.portfolio.PortfolioModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.portfolio.TransactionModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.prefs.PreferencesModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class org.mov.quote.ExportQuoteModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class org.mov.quote.IDQuoteSyncModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class org.mov.quote.ImportQuoteModule
Return menu bar for quote source preferences module.
getJMenuBar() - Method in class org.mov.table.PortfolioTableModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.table.QuoteModule
Return menu bar for chart module.
getJMenuBar() - Method in class org.mov.table.WatchScreenModule
Return menu bar for chart module.
getLanguageCode() - Static method in class org.mov.prefs.PreferencesManager
Load language setting.
getLastDate() - Method in class org.mov.portfolio.Portfolio
Return the date of the last transaction in this portfolio.
getLastDate() - Method in class org.mov.quote.DatabaseQuoteSource
Return the last date in the database that has any quotes.
getLastDate() - Method in class org.mov.quote.EODQuoteBundle
Return the last date in this quote bundle.
getLastDate() - Method in class org.mov.quote.EODQuoteCache
Get the newest date in the cache.
getLastDate() - Method in class org.mov.quote.EODQuoteRange
Get the last date of the quote range.
getLastDate() - Method in class org.mov.quote.FileQuoteSource
Return the latest date we have any stock quotes for.
getLastDate() - Method in interface org.mov.quote.QuoteSource
Return the latest date we have any stock quotes for.
getLastLine() - Method in class org.mov.chart.ChartDrawingModel
Return the last line drawn, or in the process of being drawn.
getLastOffset() - Method in class org.mov.quote.EODQuoteBundle
Return the fast access date offset for the latest quote in the bundle.
getLastOffset() - Method in class org.mov.quote.IDQuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastOffset() - Method in class org.mov.quote.MixedQuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastOffset() - Method in interface org.mov.quote.QuoteBundle
Return the fast access offset for the latest quote in the bundle.
getLastPreferencesPage() - Static method in class org.mov.prefs.PreferencesManager
Load the last preferences page visited.
getLastTimeOffset() - Method in class org.mov.quote.IDQuoteCache
Return the fast access time offset of the newest time in the cache.
getLearningRate() - Method in class org.mov.analyser.ANNTrainingPage
Get learning rate of ANN
getLevel() - Method in class org.mov.chart.Coordinate
Return the graph level the y coordinate
getLevelAtPoint(int) - Method in class org.mov.chart.BasicChartUI
Return which graph level contains the given y coordinate.
getLevels() - Method in class org.mov.chart.Chart
Return all the graphs for each level.
getLink() - Method in class org.mov.help.HelpPage
Create the text that a HTML link would have if it pointed to us.
getList() - Method in class org.mov.chart.PFData
 
getList() - Method in class org.mov.quote.EODQuoteFilterList
Get a vector of available filter classes.
getLocale() - Static method in class org.mov.util.Locale
Get the localization.
getLowestIndividual() - Method in class org.mov.analyser.GARulesPage
Return the GAIndividual with the lowest parameters.
getLowestY(List) - Method in class org.mov.chart.graph.AbstractGraph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class org.mov.chart.graph.BarChartGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.BollingerBandsGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.CandleStickGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.CountbackLineGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.CustomGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
getLowestY(List) - Method in interface org.mov.chart.graph.Graph
Return the loweset Y value in the given X range.
getLowestY(List) - Method in class org.mov.chart.graph.HighLowBarGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.MACDGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.MomentumGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.MovingAverageGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.OBVGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.PointAndFigureGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.RSIGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getLowestY(List) - Method in class org.mov.chart.graph.SupportAndResistenceGraph
 
getLowestY(List) - Method in class org.mov.chart.Graphable
Given an X range, inspect all the associated Y values and return the lowest.
getLowestY(List) - Method in class org.mov.chart.PFGraphable
Given an X range, inspect all the associated Y values and return the lowest.
getMap() - Method in class org.mov.chart.Graphable
 
getMarker() - Method in class org.mov.chart.PFData
 
getMaxDecimalDigits() - Static method in class org.mov.prefs.PreferencesManager
Load user interface setting.
getMaximum() - Method in class org.mov.ui.PrimaryProgressDialog
Get the maximum progress value.
getMaximum() - Method in interface org.mov.ui.ProgressDialog
Get the maximum progress value.
getMaximum() - Method in class org.mov.ui.SecondaryProgressDialog
Get the maximum progress value.
getMaximumCachedQuotes() - Static method in class org.mov.prefs.PreferencesManager
Load the cache's maximum number of quotes.
getMessage() - Method in class org.mov.quote.QuoteFormatException
Return the first reason the quote was invalid.
getMessages() - Method in class org.mov.quote.QuoteFormatException
Return the reasons the quote was invalid.
getMinDecimalDigits() - Static method in class org.mov.prefs.PreferencesManager
Load user interface setting.
getMinEarningPercentage() - Method in class org.mov.analyser.ANNTrainingPage
Get the earning percentage of ANN.
getMinimum() - Method in class org.mov.ui.PrimaryProgressDialog
Get the minimum progress value.
getMinimum() - Method in interface org.mov.ui.ProgressDialog
Get the minimum progress value.
getMinimum() - Method in class org.mov.ui.SecondaryProgressDialog
Get the minimum progress value.
getMinimumHeight(Chart) - Static method in class org.mov.chart.BasicChartUI
Return the minimum height needed by this component.
getMinimumSize(JComponent) - Method in class org.mov.ui.ProgressBarUI
 
getMinimumWidth(Chart) - Static method in class org.mov.chart.BasicChartUI
Return the minimum width needed by this component.
getMinute() - Method in class org.mov.util.TradingTime
Return the minute.
getMode() - Method in class org.mov.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 org.mov.main.ModuleFrame
Gives a reference to the module running inside the ModuleFrame
getMomentum() - Method in class org.mov.analyser.ANNTrainingPage
Get momentum of ANN
getMonth() - Method in class org.mov.util.TradingDate
Return the month.
getMoved(Chart, Integer, Integer, Coordinate, Coordinate) - Method in class org.mov.chart.BasicChartUI
 
getMutations() - Method in class org.mov.analyser.GPPageInitialPopulation
 
getName() - Method in class org.mov.chart.EODQuoteChartMenu
Return the menu name / name of the object we are graphing
getName() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.BarChartGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.BarGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.BollingerBandsGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.CandleStickGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.CountbackLineGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.CustomGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.ExpMovingAverageGraph
Return the name of this graph.
getName() - Method in interface org.mov.chart.graph.Graph
Return the name of the graph we are graphing, e.g.
getName() - Method in class org.mov.chart.graph.HighLowBarGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.LineGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.MACDGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.MomentumGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.MovingAverageGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.OBVGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.PointAndFigureGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.RSIGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.StandardDeviationGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.graph.SupportAndResistenceGraph
Return the name of this graph.
getName() - Method in class org.mov.chart.MarketIndicatorChartMenu
Return the graph name we are associated with.
getName() - Method in class org.mov.chart.PortfolioChartMenu
Return the graph name we are associated with
getName() - Method in interface org.mov.chart.source.GraphSource
Return the name of the data.
getName() - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getName() - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getName() - Method in class org.mov.chart.source.PortfolioGraphSource
 
getName() - Method in class org.mov.help.HelpPage
Get the name of the chapter.
getName() - Method in class org.mov.macro.StoredMacro
 
getName() - Method in class org.mov.parser.expression.DefineVariableExpression
 
getName() - Method in class org.mov.parser.expression.GetVariableExpression
 
getName() - Method in class org.mov.parser.expression.SetVariableExpression
 
getName() - Method in class org.mov.parser.Variable
Return the name of the variable.
getName() - Method in interface org.mov.portfolio.Account
Return the name of this account.
getName() - Method in class org.mov.portfolio.CashAccount
 
getName() - Method in class org.mov.portfolio.Portfolio
Return the portfolio name.
getName() - Method in class org.mov.portfolio.ShareAccount
 
getName() - Method in interface org.mov.quote.EODQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.EzyChartQuoteFilter
Return the name of the filter.
getName() - Method in interface org.mov.quote.IDQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.InsightTraderQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.MetaStock2QuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.MetaStockQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.YahooEODQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.quote.YahooIDQuoteFilter
Return the name of the filter.
getName() - Method in class org.mov.table.WatchScreen
Get the name of the watcch screen.
getName() - Method in class org.mov.ui.AccountNameFormat
Get the account name.
getNextBreedingPopulationSize() - Method in class org.mov.analyser.ga.GeneticAlgorithm
Get the size of the next generation's breeding population.
getNextBreedingPopulationSize() - Method in class org.mov.analyser.gp.GeneticProgramme
Get the size of the next generation's breeding population.
getNote() - Method in class org.mov.ui.PrimaryProgressDialog
Get the note or rather the action we are curently waiting for.
getNote() - Method in interface org.mov.ui.ProgressDialog
Get the note or rather the action we are curently waiting for.
getNote() - Method in class org.mov.ui.SecondaryProgressDialog
Get the note or rather the action we are curently waiting for.
getNumber() - Method in class org.mov.ui.Column
Get the column number.
getNumberFormat() - Static method in class org.mov.parser.expression.AbstractExpression
 
getNumberFormat() - Method in class org.mov.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 org.mov.analyser.PortfolioPage
Return the maximum number of stocks in the portfolio.
getNumberTrades() - Method in class org.mov.analyser.ANNResult
 
getNumberTrades() - Method in class org.mov.analyser.GAResult
 
getNumberTrades() - Method in class org.mov.analyser.GPResult
 
getNumberTrades() - Method in class org.mov.analyser.PaperTradeResult
 
getOffset(Quote) - Method in class org.mov.quote.EODQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in class org.mov.quote.IDQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in class org.mov.quote.MixedQuoteBundle
Retrieve the fast access offset from the given quote.
getOffset(Quote) - Method in interface org.mov.quote.QuoteBundle
Return the fast access offset from the given quote.
getOrderByKey() - Method in class org.mov.analyser.OrderComparator
Return the method of ordering.
getOrderComparator(EODQuoteBundle) - Method in class org.mov.analyser.QuoteRangePage
Create a new order comparator to order the stocks in the given quote bundle according to the user's selected symbol order.
getOverBought(HashMap) - Static method in class org.mov.chart.graph.RSIGraphUI
Retrieve the over bought line from the settings hashmap.
getOverSold(HashMap) - Static method in class org.mov.chart.graph.RSIGraphUI
Retrieve the over sold line from the settings hashmap.
getPanel() - Method in class org.mov.chart.graph.CountbackLineGraphUI
 
getPanel() - Method in class org.mov.chart.graph.CustomGraphUI
 
getPanel() - Method in class org.mov.chart.graph.ExpMovingAverageGraphUI
 
getPanel() - Method in interface org.mov.chart.graph.GraphUI
Return the user interface.
getPanel() - Method in class org.mov.chart.graph.MACDGraphUI
 
getPanel() - Method in class org.mov.chart.graph.PeriodGraphUI
 
getPanel() - Method in class org.mov.chart.graph.PointAndFigureGraphUI
 
getPanel() - Method in class org.mov.chart.graph.RSIGraphUI
 
getParent() - Method in class org.mov.parser.expression.AbstractExpression
Get the parent of this node.
getParent() - Method in interface org.mov.parser.Expression
Return the parent of this node.
getPeriod(HashMap) - Static method in class org.mov.chart.graph.ExpMovingAverageGraphUI
Retrieve the period from the settings hashmap.
getPeriod(HashMap) - Static method in class org.mov.chart.graph.PeriodGraphUI
Retrieve the period from the settings hashmap.
getPeriod(HashMap) - Static method in class org.mov.chart.graph.RSIGraphUI
Retrieve the period from the settings hashmap.
getPeriodFirstAverage(HashMap) - Static method in class org.mov.chart.graph.MACDGraphUI
Retrieve the period of the first average from the settings hashmap.
getPeriodSecondAverage(HashMap) - Static method in class org.mov.chart.graph.MACDGraphUI
Retrieve the period of the second average from the settings hashmap.
getPointChange() - Method in class org.mov.ui.PointChangeFormat
Return the point change.
getPointFromScale(double, double, double, double) - Static method in class org.mov.chart.GraphTools
 
getPopulation() - Method in class org.mov.analyser.GAPage
Return the number of individuals to generate for each generation.
getPopulation() - Method in class org.mov.analyser.GPPage
Return the number of individuals to generate for each generation.
getPortfolio() - Method in class org.mov.analyser.ANNResult
 
getPortfolio() - Method in class org.mov.analyser.ga.GAIndividual
Get the portfolio according to individual.
getPortfolio() - Method in class org.mov.analyser.GAResult
 
getPortfolio() - Method in class org.mov.analyser.gp.Individual
Get the final portfolio.
getPortfolio() - Method in class org.mov.analyser.GPResult
 
getPortfolio() - Method in class org.mov.analyser.PaperTradeResult
 
getPortfolio(TradingDate) - Method in class org.mov.portfolio.Portfolio
Returns the state of the Portfolio on the given date.
getPortfolio(String) - Static method in class org.mov.prefs.PreferencesManager
Load the portfolio with the given name.
getPortfolioNames() - Static method in class org.mov.prefs.PreferencesManager
Return a list of the names of all the portfolios.
getPreferredSize() - Method in class org.mov.prefs.PreferencesModule
Overrides the default method.
getPreferredSize(JComponent) - Method in class org.mov.ui.ProgressBarUI
 
getPreLearning() - Method in class org.mov.analyser.ANNTrainingPage
Get pre learning of ANN.
getPriceReversalScale(HashMap, double) - Static method in class org.mov.chart.graph.PointAndFigureGraphUI
Retrieve the price scale from the settings hashmap.
getProgress() - Method in class org.mov.ui.PrimaryProgressDialog
Get current progress value.
getProgress() - Method in interface org.mov.ui.ProgressDialog
Get current progress value.
getProgress() - Method in class org.mov.ui.SecondaryProgressDialog
Get current progress value.
getProgressDialog() - Static method in class org.mov.ui.ProgressDialogManager
Create a new PrimaryProgressDialog if one is not already being displayed for the current thread.
getProgressDialog(boolean) - Static method in class org.mov.ui.ProgressDialogManager
Create a new PrimaryProgressDialog if one is not already being displayed for the current thread.
getProxySettings() - Static method in class org.mov.prefs.PreferencesManager
Load proxy settings.
getQuote(Symbol, int, int, int) - Method in class org.mov.analyser.gp.GPQuoteBundle
Get a stock quote.
getQuote(int) - Method in class org.mov.quote.EODQuote
 
getQuote(Symbol, int, int) - Method in class org.mov.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int) - Method in class org.mov.quote.EODQuoteBundle
 
getQuote(Symbol, int, int, int) - Method in class org.mov.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int, TradingDate) - Method in class org.mov.quote.EODQuoteBundle
Get a stock quote.
getQuote(Symbol, int, int) - Method in class org.mov.quote.EODQuoteCache
Get a quote from the cache.
getQuote(Symbol, int) - Method in class org.mov.quote.EODQuoteCache
Get a quote from the cache.
getQuote(int) - Method in class org.mov.quote.IDQuote
 
getQuote(Symbol, int, int, int) - Method in class org.mov.quote.IDQuoteBundle
 
getQuote(Symbol, int, int) - Method in class org.mov.quote.IDQuoteBundle
 
getQuote(Symbol, int) - Method in class org.mov.quote.IDQuoteBundle
 
getQuote(Symbol, int, int) - Method in class org.mov.quote.IDQuoteCache
Get a quote from the cache.
getQuote(Symbol, int) - Method in class org.mov.quote.IDQuoteCache
Get a quote from the cache.
getQuote(Symbol, int, int, int) - Method in class org.mov.quote.MixedQuoteBundle
 
getQuote(Symbol, int, int) - Method in class org.mov.quote.MixedQuoteBundle
 
getQuote(Symbol, int) - Method in class org.mov.quote.MixedQuoteBundle
 
getQuote(int) - Method in interface org.mov.quote.Quote
Get a single quote.
getQuote(Symbol, int, int, int) - Method in interface org.mov.quote.QuoteBundle
Get a stock quote.
getQuote(Symbol, int, int) - Method in interface org.mov.quote.QuoteBundle
Get a stock quote.
getQuote(Symbol, int) - Method in interface org.mov.quote.QuoteBundle
Get a stock quote.
getQuote() - Method in class org.mov.ui.QuoteFormat
Return the quote value.
getQuoteBundle() - Method in class org.mov.analyser.ANNResult
 
getQuoteBundle() - Method in class org.mov.analyser.GAResult
 
getQuoteBundle() - Method in class org.mov.analyser.GPResult
 
getQuoteBundle() - Method in class org.mov.analyser.PaperTradeResult
 
getQuoteKind() - Method in class org.mov.parser.expression.QuoteExpression
Get the quote kind.
getQuoteRange() - Method in class org.mov.analyser.QuoteRangePage
Return the quote range representation of the user's selection.
getQuoteRange() - Method in class org.mov.quote.EODQuoteBundle
Return the quote range which specifies this quote bundle.
getQuoteRange() - Method in class org.mov.ui.SymbolListComboBox
Return the symbol list selection in terms of a EODQuoteRange object.
getQuotes() - Method in class org.mov.ui.AbstractQuoteModel
Return the list of quotes in the table.
getQuoteSource() - Static method in class org.mov.prefs.PreferencesManager
Get quote source setting.
getRandom() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
getRandom(boolean) - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
getRandom(boolean, boolean) - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
getRandom() - Method in class org.mov.analyser.GPPageInitialPopulation
 
getRandom() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getRandomPercentage() - Method in class org.mov.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 org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateFloat() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateFloatInteger() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateFloatQuote() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateInteger() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateNegativeShortInteger() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGeneratePositiveShortInteger() - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateTerminalFloat(boolean) - Method in class org.mov.analyser.GPGondolaSelection
 
getRandomToGenerateTerminalInteger(boolean, boolean) - Method in class org.mov.analyser.GPGondolaSelection
 
getRate() - Method in class org.mov.util.ExchangeRate
Return the exchange rate when converting between the two currencies.
getRate(TradingDate, Currency, Currency) - Method in class org.mov.util.ExchangeRateCache
Return the exchange rate between the two currencies on the given date.
getReason() - Method in class org.mov.parser.ExpressionException
Return the reason this exception was raised.
getReason() - Method in class org.mov.quote.ExchangeRateFormatException
Return the reason this exception was raised.
getReason() - Method in class org.mov.util.MoneyFormatException
Return the reason this exception was raised.
getReason() - Method in class org.mov.util.UnknownCurrencyCodeException
Return the reason this exception was raised.
getResult(Symbol, TradingDate) - Method in class org.mov.ui.ExpressionColumn
Return the result of the expression for the given symbol on the given date.
getResult() - Method in class org.mov.ui.ExpressionResult
Get result value.
getReturnValue(EODQuoteBundle, TradingDate) - Method in class org.mov.portfolio.Portfolio
Get the return of the Portfolio on the current day.
getRowCount() - Method in class org.mov.table.PortfolioModel
Return the number of rows in the table.
getRowCount() - Method in class org.mov.ui.AbstractQuoteModel
Return the number of rows in the table.
getRowCount() - Method in class org.mov.ui.SortedTable.SortModel
 
getScale() - Method in class org.mov.chart.VerticalAxis
 
getSecond() - Method in class org.mov.util.TradingTime
Return the second.
getSelectedCurrency() - Method in class org.mov.ui.CurrencyComboBox
Return the currency currently selected in the ComboBox.
getSelectedRow() - Method in class org.mov.ui.SortedTable
 
getSelectedRows() - Method in class org.mov.ui.SortedTable
 
getSellRule() - Method in class org.mov.analyser.ga.GeneticAlgorithm
Get the sell rule.
getSellRule() - Method in class org.mov.analyser.GAResult
 
getSellRule() - Method in class org.mov.analyser.GARulesPage
Return the parsed sell rule expression.
getSellRule() - Method in class org.mov.analyser.gp.Individual
Get the sell rule.
getSellRule(int) - Method in class org.mov.analyser.GPPageInitialPopulation
 
getSellRule(int) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getSellRule() - Method in class org.mov.analyser.GPResult
 
getSellRule() - Method in class org.mov.analyser.PaperTradeResult
 
getSellRule() - Method in class org.mov.analyser.RulesPage
Return the parsed sell rule expression.
getSellThreshold() - Method in class org.mov.analyser.ANNPage
 
getSettings() - Method in class org.mov.chart.graph.AbstractGraph
Return the graph's current settings.
getSettings() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
getSettings() - Method in class org.mov.chart.graph.CountbackLineGraphUI
 
getSettings() - Method in class org.mov.chart.graph.CustomGraphUI
 
getSettings() - Method in class org.mov.chart.graph.ExpMovingAverageGraphUI
 
getSettings() - Method in interface org.mov.chart.graph.Graph
Return the graph's current settings.
getSettings() - Method in interface org.mov.chart.graph.GraphUI
Return the current settings displayed in the user interface.
getSettings() - Method in class org.mov.chart.graph.MACDGraphUI
 
getSettings() - Method in class org.mov.chart.graph.PeriodGraphUI
 
getSettings() - Method in class org.mov.chart.graph.PointAndFigureGraphUI
 
getSettings() - Method in class org.mov.chart.graph.RSIGraphUI
 
getSettings() - Method in class org.mov.chart.GraphSettingsDialog
Return the settings in the user interface.
getShareAccount() - Method in class org.mov.portfolio.Transaction
Return the associated share account if any.
getShares() - Method in class org.mov.portfolio.StockHolding
Get number of shares held.
getShares() - Method in class org.mov.portfolio.Transaction
Return the shares traded if this transaction was a share transaction.
getShareValue(EODQuoteBundle, TradingDate) - Method in class org.mov.portfolio.Portfolio
Get the share value of the Portfolio on the current day.
getShortName() - Method in class org.mov.ui.Column
Get the short name of the column.
getSize() - Method in class org.mov.ui.SortedListModel
 
getSmoothingConstant(HashMap) - Static method in class org.mov.chart.graph.ExpMovingAverageGraphUI
Retrieve the smoothing constant from the settings hashmap.
getSmoothingConstantFirstAverage(HashMap) - Static method in class org.mov.chart.graph.MACDGraphUI
Retrieve the smoothing constant of the first average from the settings hashmap.
getSmoothingConstantSecondAverage(HashMap) - Static method in class org.mov.chart.graph.MACDGraphUI
Retrieve the smoothing constant of the second average from the settings hashmap.
getSortedRow(int) - Method in class org.mov.ui.SortedTable
 
getSortedRow(int) - Method in class org.mov.ui.SortedTable.SortModel
 
getSortedSelectedRow() - Method in class org.mov.ui.SortedTable
 
getSource() - Method in class org.mov.chart.graph.AbstractGraph
Get underlying GraphSource we are using for default values.
getSource() - Static method in class org.mov.quote.QuoteSourceManager
Creates and returns singleton instance of quote source which user has selected in the Preferences->Quote Source page.
getSourceCurrency() - Method in class org.mov.util.ExchangeRate
Return the currency that this exchange rate is converting from.
getSourceName() - Method in class org.mov.chart.graph.AbstractGraph
Return the name of the source data that we are graphing, e.g.
getSourceName() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
getSourceName() - Method in interface org.mov.chart.graph.Graph
Return the name of the source data that we are graphing, e.g.
getStart() - Method in class org.mov.chart.DrawnLine
Return the coordinate of the first point of the line
getStart_sequence() - Method in class org.mov.macro.StoredMacro
 
getStartDate() - Method in class org.mov.analyser.ANNResult
 
getStartDate() - Method in class org.mov.analyser.GAResult
 
getStartDate() - Method in class org.mov.analyser.GPResult
 
getStartDate() - Method in class org.mov.analyser.PaperTradeResult
 
getStartDate() - Method in class org.mov.analyser.QuoteRangePage
Return the selected start date.
getStartDate() - Method in class org.mov.portfolio.Portfolio
Return the start date of this portfolio.
getStartX() - Method in class org.mov.chart.Chart
Get the first X value that appears in the chart.
getStartX() - Method in class org.mov.chart.graph.AbstractGraph
Get the first X value that this graph will draw.
getStartX() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Get the first X value that this graph will draw.
getStartX() - Method in interface org.mov.chart.graph.Graph
Get the first X value that this graph will draw.
getStartX() - Method in class org.mov.chart.Graphable
Get the first X value where we have an associated Y value.
getStartX() - Method in class org.mov.chart.PFGraphable
Get the first X value where we have an associated Y value.
getStockCapital(PaperTrade.Environment, StockHolding, Symbol, int) - Static method in class org.mov.analyser.PaperTrade
Return the actual capital of the given stock.
getStockHoldings() - Method in class org.mov.portfolio.ShareAccount
Return all the stock holdings for this share account.
getStocksHeld() - Method in class org.mov.portfolio.Portfolio
Return a list of all the stocks currently held in the portfolio.
getStockValue() - Method in class org.mov.analyser.PortfolioPage
Return the fixed value of each stock in the portfolio.
getStoredExpressions() - Static method in class org.mov.prefs.PreferencesManager
Load the list of all stored expressions.
getStoredMacros() - Static method in class org.mov.prefs.PreferencesManager
Load the list of all registered macros.
getString(Comparable) - Method in class org.mov.chart.PFGraphable
Get the character value for the given X value.
getString(String) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String, String) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, String, String, String) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int, int) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getString(String, int, int, int) - Static method in class org.mov.util.Locale
 
getString(String, double, double) - Static method in class org.mov.util.Locale
Return the current language translation of the text associated with the given key.
getStringValue() - Method in class org.mov.parser.Token
For string tokens, get the value.
getSymbol() - Method in class org.mov.portfolio.StockHolding
Get symbol of stock held.
getSymbol() - Method in class org.mov.portfolio.Transaction
Return the symbol traded if this transaction was a share transaction.
getSymbol(String) - Method in class org.mov.quote.DatabaseQuoteSource
Returns the symbol associated with the given company.
getSymbol() - Method in class org.mov.quote.EODQuote
Return the stock's symbol.
getSymbol(String) - Method in class org.mov.quote.FileQuoteSource
Returns the symbol associated with the given company.
getSymbol() - Method in class org.mov.quote.IDQuote
Return the stock's symbol.
getSymbol() - Method in interface org.mov.quote.Quote
Return the stock's symbol.
getSymbol(String) - Method in interface org.mov.quote.QuoteSource
Returns the symbol associated with the given company.
getSymbol(JDesktopPane, String) - Static method in class org.mov.ui.SymbolListDialog
Open a new SymbolListDialog dialog.
getSymbolName(Symbol) - Method in class org.mov.quote.DatabaseQuoteSource
Returns the company name associated with the given symbol.
getSymbolName(Symbol) - Method in class org.mov.quote.FileQuoteSource
Returns the company name associated with the given symbol.
getSymbolName(Symbol) - Method in interface org.mov.quote.QuoteSource
Returns the company name associated with the given symbol.
getSymbols() - Method in class org.mov.analyser.ANNResult
 
getSymbols() - Method in class org.mov.analyser.GAResult
 
getSymbols() - Method in class org.mov.analyser.GPResult
 
getSymbols() - Method in class org.mov.analyser.PaperTradeResult
 
getSymbols() - Method in class org.mov.chart.Chart
Return the window symbols.
getSymbols(int) - Method in class org.mov.quote.EODQuoteBundle
Returns all the symbols listed in this quote bundle for the given date.
getSymbols(TradingDate) - Method in class org.mov.quote.EODQuoteBundle
Returns all the symbols listed in this quote bundle for the given date.
getSymbols(int) - Method in class org.mov.quote.EODQuoteCache
Return all the symbols in the cache on the given date.
getSymbols(int, int) - Method in class org.mov.quote.EODQuoteCache
Return all the symbols in the cache between the given date range (inclusive).
getSymbols(List) - Method in class org.mov.quote.IDQuoteSync
Return the list of symbols of the intra-day quotes to download.
getSymbols() - Method in class org.mov.table.WatchScreen
Return the list of stock symbols in this watch screen.
getSymbols(JDesktopPane, String) - Static method in class org.mov.ui.SymbolListDialog
Open a new SymbolListDialog dialog.
getSymbolsTraded() - Method in class org.mov.portfolio.Portfolio
Returns all the symbols traded in this portfolio.
getText() - Method in class org.mov.chart.ChartDrawingModel
Return all the text written on the chart
getText() - Method in class org.mov.help.HelpPage
Return the HTML text in this page.
getText() - Method in class org.mov.parser.expression.StringExpression
Get the text of the string.
getText() - Method in class org.mov.ui.SymbolListComboBox
Return the current combo box selection as a text string.
getText() - Method in class org.mov.util.Report
Get the report text.
getTime() - Method in class org.mov.quote.IDQuote
Return the quote time.
getTime() - Method in class org.mov.util.TradingTimeFormatException
Return the time string being parsed.
getTip() - Method in class org.mov.analyser.ANNResult
 
getTip() - Static method in class org.mov.analyser.PaperTrade
Return a string representing the tip for next day trading.
getTip() - Method in class org.mov.analyser.PaperTradeResult
 
getTitle() - Method in interface org.mov.analyser.AnalyserPage
Return the title of this page.
getTitle() - Method in class org.mov.analyser.ANNModule
 
getTitle() - Method in class org.mov.analyser.ANNNetworkTypePage
 
getTitle() - Method in class org.mov.analyser.ANNPage
 
getTitle() - Method in class org.mov.analyser.ANNPageModule
 
getTitle() - Method in class org.mov.analyser.ANNResultModule
 
getTitle() - Method in class org.mov.analyser.ANNTrainingPage
 
getTitle() - Method in class org.mov.analyser.GAModule
 
getTitle() - Method in class org.mov.analyser.GAPage
 
getTitle() - Method in class org.mov.analyser.GAResultModule
 
getTitle() - Method in class org.mov.analyser.GARulesPage
 
getTitle() - Method in class org.mov.analyser.GARulesPageModule
 
getTitle() - Method in class org.mov.analyser.GPGondolaSelection
 
getTitle() - Method in class org.mov.analyser.GPModule
 
getTitle() - Method in class org.mov.analyser.GPPage
 
getTitle() - Method in class org.mov.analyser.GPPageInitialPopulation
 
getTitle() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
getTitle() - Method in class org.mov.analyser.GPResultModule
 
getTitle() - Method in class org.mov.analyser.PaperTradeModule
 
getTitle() - Method in class org.mov.analyser.PaperTradeResultModule
 
getTitle() - Method in class org.mov.analyser.PortfolioPage
 
getTitle() - Method in class org.mov.analyser.QuoteRangePage
 
getTitle() - Method in class org.mov.analyser.RulesPage
 
getTitle() - Method in class org.mov.analyser.TradeValuePage
 
getTitle() - Method in class org.mov.chart.Chart
Return the window title.
getTitle() - Method in class org.mov.chart.ChartModule
Return the window title.
getTitle() - Method in class org.mov.help.HelpModule
Return the window title.
getTitle() - Method in class org.mov.macro.MacroModule
 
getTitle() - Method in interface org.mov.main.Module
Return the window title.
getTitle() - Method in class org.mov.portfolio.PortfolioModule
 
getTitle() - Method in class org.mov.portfolio.TransactionModule
 
getTitle() - Method in class org.mov.prefs.ChartPreferencesPage
 
getTitle() - Method in class org.mov.prefs.EquationPage
Return the window title.
getTitle() - Method in class org.mov.prefs.LanguagePage
 
getTitle() - Method in class org.mov.prefs.MacrosPage
 
getTitle() - Method in class org.mov.prefs.PreferencesModule
Returns the window title.
getTitle() - Method in interface org.mov.prefs.PreferencesPage
Return the window title.
getTitle() - Method in class org.mov.prefs.ProxyPage
 
getTitle() - Method in class org.mov.prefs.QuoteSourcePage
 
getTitle() - Method in class org.mov.prefs.TuningPage
 
getTitle() - Method in class org.mov.prefs.UserInterfacePage
 
getTitle() - Method in class org.mov.quote.ExportQuoteModule
Returns the window title.
getTitle() - Method in class org.mov.quote.IDQuoteSyncModule
Returns the window title.
getTitle() - Method in class org.mov.quote.ImportQuoteModule
Returns the window title.
getTitle() - Method in class org.mov.table.PortfolioTableModule
Return the window title.
getTitle() - Method in class org.mov.table.QuoteModule
Return the window title.
getTitle() - Method in class org.mov.table.WatchScreenModule
Return the window title.
getTodaySymbols(int) - Method in class org.mov.analyser.OrderCache
Return a list of the given date's ordered symbols.
getToolTipText(Chart, int, int) - Method in class org.mov.chart.BasicChartUI
Return the tool tip text for the given x, y coordinates.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.AbstractGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.BarChartGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.BollingerBandsGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.CandleStickGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.CountbackLineGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in interface org.mov.chart.graph.Graph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.HighLowBarGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.LineGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.MACDGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.MomentumGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.MovingAverageGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.OBVGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.PointAndFigureGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.RSIGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getToolTipText(Comparable, int, int, double, double) - Method in class org.mov.chart.graph.SupportAndResistenceGraph
Get the tool tip text for the given X value and y coordinate.
getToolTipText(Comparable) - Method in interface org.mov.chart.source.GraphSource
Get the tool tip text for the given X value
getToolTipText(Comparable) - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getToolTipText(Comparable) - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getToolTipText(Comparable) - Method in class org.mov.chart.source.PortfolioGraphSource
 
getTopLineValue() - Method in class org.mov.chart.VerticalAxis
 
getTotalEquationSize() - Method in class org.mov.analyser.gp.Individual
Return the combined number of nodes of both the buy and sell rules.
getTotCycles() - Method in class org.mov.analyser.ANNTrainingPage
Get tot cycles of ANN.
getTradeCost() - Method in class org.mov.analyser.ANNResult
 
getTradeCost() - Method in class org.mov.analyser.GAResult
 
getTradeCost() - Method in class org.mov.analyser.GPResult
 
getTradeCost() - Method in class org.mov.analyser.PaperTradeResult
 
getTradeCost() - Method in class org.mov.analyser.PortfolioPage
Return the cost of an accumulate or reduce trade.
getTradeCost() - Method in class org.mov.portfolio.Transaction
Return the cost of the trade if this transaction was a share transaction.
getTradeValueBuy() - Method in class org.mov.analyser.TradeValuePage
 
getTradeValueSell() - Method in class org.mov.analyser.TradeValuePage
 
getTransactions() - Method in class org.mov.portfolio.Portfolio
Return the transaction history.
getType(HashMap) - Static method in class org.mov.chart.graph.CountbackLineGraphUI
Retrieve the period from the settings hashmap.
getType() - Method in class org.mov.parser.expression.AbsExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.ArithmeticExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.AvgExpression
 
getType() - Method in class org.mov.parser.expression.BBLExpression
 
getType() - Method in class org.mov.parser.expression.BBUExpression
 
getType() - Method in class org.mov.parser.expression.ClauseExpression
 
getType() - Method in class org.mov.parser.expression.ComparisionExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.CorrExpression
 
getType() - Method in class org.mov.parser.expression.CosineExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.DayExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.DayOfWeekExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.DayOfYearExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.DefineVariableExpression
 
getType() - Method in class org.mov.parser.expression.EMAExpression
 
getType() - Method in class org.mov.parser.expression.ExponentialExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.ForExpression
Get the type of the expression.
getType() - Method in interface org.mov.parser.Expression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.GetVariableExpression
 
getType() - Method in class org.mov.parser.expression.IfExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.LagExpression
 
getType() - Method in class org.mov.parser.expression.LogarithmExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.LogicExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.MACDExpression
 
getType() - Method in class org.mov.parser.expression.MaxExpression
 
getType() - Method in class org.mov.parser.expression.MinExpression
 
getType() - Method in class org.mov.parser.expression.MomentumExpression
 
getType() - Method in class org.mov.parser.expression.MonthExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.NotExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.NumberExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.OBVExpression
 
getType() - Method in class org.mov.parser.expression.PercentExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.QuoteExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.RSIExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.SetVariableExpression
 
getType() - Method in class org.mov.parser.expression.SineExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.SqrtExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.StandardDeviationExpression
 
getType() - Method in class org.mov.parser.expression.StringExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.SumExpression
 
getType() - Method in class org.mov.parser.expression.TrendExpression
 
getType() - Method in class org.mov.parser.expression.WhileExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.expression.YearExpression
Get the type of the expression.
getType() - Method in class org.mov.parser.Token
Get the type of this token.
getType() - Method in class org.mov.parser.Variable
Return the type of the variable.
getType(String) - Method in class org.mov.parser.Variables
Get the type of the variable.
getType() - Method in interface org.mov.portfolio.Account
Return the type of this account.
getType() - Method in class org.mov.portfolio.CashAccount
 
getType() - Method in class org.mov.portfolio.ShareAccount
 
getType() - Method in class org.mov.portfolio.Transaction
Return the type of this transaction.
getType() - Method in class org.mov.quote.EODQuoteRange
Get the type of the quote range.
getType() - Method in class org.mov.ui.Column
Get the data type of the data in the column.
getUI(HashMap) - Method in class org.mov.chart.graph.AbstractGraph
Returns the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
getUI(HashMap) - Method in class org.mov.chart.graph.BollingerBandsGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.CountbackLineGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.CustomGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
Return the graph's user interface.
getUI(HashMap) - Method in interface org.mov.chart.graph.Graph
Return the graph's user interface to allow the user to modify its settings.
getUI(HashMap) - Method in class org.mov.chart.graph.MACDGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.MomentumGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.MovingAverageGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.PointAndFigureGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.RSIGraph
Return the graph's user interface.
getUI(HashMap) - Method in class org.mov.chart.graph.StandardDeviationGraph
Return the graph's user interface.
getUIClassID() - Method in class org.mov.chart.Chart
Returns a string that specifies the name of the l&f class that renders this component.
getUnsortedRow(int) - Method in class org.mov.ui.SortedTable
 
getUnsortedRow(int) - Method in class org.mov.ui.SortedTable.SortModel
 
getURLForDate(TradingDate) - Method in class org.mov.quote.FileQuoteSource
Returns the file URL that contains quotes for the given date.
getUserModel() - Method in class org.mov.ui.SortedTable.SortModel
 
getUserNode(String) - Static method in class org.mov.prefs.PreferencesManager
Fetches the desired user node, based at the base branch
getUserNotes(String) - Static method in class org.mov.prefs.PreferencesManager
 
getValue() - Method in class org.mov.analyser.ga.GAIndividual
Get the final value of the individual after paper trading.
getValue() - Method in class org.mov.analyser.gp.Individual
Get the final value of the individual after paper trading.
getValue(int) - Method in class org.mov.chart.GraphableQuoteFunctionSource
 
getValue() - Method in class org.mov.parser.expression.NumberExpression
Get the value of the number.
getValue() - Method in class org.mov.parser.Token
For number tokens, get the value.
getValue() - Method in class org.mov.parser.Variable
Return the value of the variable.
getValue(String) - Method in class org.mov.parser.Variables
Get the value of the variable.
getValue(EODQuoteBundle, int) - Method in interface org.mov.portfolio.Account
Return the value of this account on the given day.
getValue(EODQuoteBundle, TradingDate) - Method in interface org.mov.portfolio.Account
Return the value of this account on the given day.
getValue(EODQuoteBundle, int) - Method in class org.mov.portfolio.CashAccount
 
getValue(EODQuoteBundle, TradingDate) - Method in class org.mov.portfolio.CashAccount
 
getValue() - Method in class org.mov.portfolio.CashAccount
Return the value of this account.
getValue(EODQuoteBundle, TradingDate) - Method in class org.mov.portfolio.Portfolio
Get the value of the portfolio on the given day.
getValue(EODQuoteBundle, int) - Method in class org.mov.portfolio.Portfolio
Get the value of the portfolio on the given day.
getValue(EODQuoteBundle, TradingDate) - Method in class org.mov.portfolio.ShareAccount
 
getValue(EODQuoteBundle, int) - Method in class org.mov.portfolio.ShareAccount
 
getValue(int) - Method in class org.mov.quote.QuoteBundleFunctionSource
 
getValue(int) - Method in interface org.mov.quote.QuoteFunctionSource
Return the quote value on the given date.
getValueAt(int, int) - Method in class org.mov.table.PortfolioModel
Return the value at the given table cell.
getValueAt(int, int) - Method in class org.mov.ui.EODQuoteModel
Return the value at the given table cell.
getValueAt(int, int) - Method in class org.mov.ui.MixedQuoteModel
Return the value at the given table cell.
getValueAt(int, int) - Method in class org.mov.ui.SortedTable.SortModel
 
getValueType() - Method in class org.mov.parser.Token
For Token.NUMBER_TOKEN get the type.
GetVariableExpression - Class in org.mov.parser.expression
A representation of an expression to return the value of a variable.
GetVariableExpression(String, int) - Constructor for class org.mov.parser.expression.GetVariableExpression
 
getVariableName() - Method in class org.mov.parser.Token
For variable token, get the name.
getVisible() - Method in class org.mov.ui.Column
Return whether the column is visible.
getWarningCount() - Method in class org.mov.util.Report
Get the number of warnings logged.
getWatchScreen(String) - Static method in class org.mov.prefs.PreferencesManager
Load the watch screen with the given name.
getWatchScreenNames() - Static method in class org.mov.prefs.PreferencesManager
Return a list of the names of all the watch screens.
getWidth() - Method in class org.mov.chart.HorizontalAxis
 
getWindow() - Method in class org.mov.analyser.GPPage
Return the number of quote days that any indivdual's buy or sell rules can access at anyone time.
getWindowForecast() - Method in class org.mov.analyser.ANNTrainingPage
Get the window forecast.
getXAtPoint(Chart, int) - Method in class org.mov.chart.BasicChartUI
Return the X value at the given x coordinate.
getXAtPoint(int) - Method in class org.mov.chart.Chart
Return the X value at the given x coordinate.
getXData() - Method in class org.mov.chart.Coordinate
Return the X value of this coordinate
getXRange() - Method in class org.mov.chart.Chart
Get the range of X values which appear in the chart.
getXRange() - Method in class org.mov.chart.graph.AbstractGraph
Get all X values that this graph will draw.
getXRange() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Get all X values that this graph will draw.
getXRange() - Method in interface org.mov.chart.graph.Graph
Get all X values that this graph will draw.
getXRange() - Method in class org.mov.chart.Graphable
Get all the X values for where we have an associated Y value.
getXRange() - Method in class org.mov.chart.PFGraphable
Get all the X values for where we have an associated Y value.
getY(Comparable) - Method in class org.mov.chart.graph.AbstractGraph
Return the Y value for the given X value.
getY(Comparable) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return the Y value for the given X value.
getY(Comparable) - Method in interface org.mov.chart.graph.Graph
Return the Y value for the given X value.
getY(Comparable) - Method in class org.mov.chart.Graphable
Get the Y value for the given X value.
getYAtPoint(Chart, int) - Method in class org.mov.chart.BasicChartUI
Return the Y value at the given x coordinate.
getYAtPoint(int) - Method in class org.mov.chart.Chart
Return the Y value at the given y coordinate.
getYCoord() - Method in class org.mov.chart.Coordinate
Return the absolute y coordinate of this coordinate
getYData() - Method in class org.mov.chart.Coordinate
Return the Y value of this coordinate
getYear() - Method in class org.mov.util.TradingDate
Return the year.
getYLabel(double) - Method in class org.mov.chart.graph.AbstractGraph
Convert the Y value to a label to be displayed in the vertical axis.
getYLabel(double) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Convert the Y value to a label to be displayed in the vertical axis.
getYLabel(double) - Method in interface org.mov.chart.graph.Graph
Convert the Y value to a label to be displayed in the vertical axis.
getYLabel(double) - Method in class org.mov.chart.graph.MomentumGraph
 
getYLabel(double) - Method in class org.mov.chart.graph.RSIGraph
 
getYLabel(double) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
getYLabel(double) - Method in interface org.mov.chart.source.GraphSource
Convert the Y value to a label to be displayed in the vertical axis.
getYLabel(double) - Method in class org.mov.chart.source.OHLCVIndexQuoteGraphSource
 
getYLabel(double) - Method in class org.mov.chart.source.OHLCVQuoteGraphSource
 
getYLabel(double) - Method in class org.mov.chart.source.PortfolioGraphSource
 
getYList(Comparable) - Method in class org.mov.chart.PFGraphable
Get the Y value for the given X value.
gif - Static variable in class org.mov.util.ImageFilter
 
GIVEN_SYMBOLS - Static variable in class org.mov.quote.EODQuoteRange
Represents an explicit list of symbols
gp() - Method in class org.mov.main.CommandManager
Open up a new genetic programming module.
GPGondolaSelection - Class in org.mov.analyser
 
GPGondolaSelection(JDesktopPane, double) - Constructor for class org.mov.analyser.GPGondolaSelection
 
GPGondolaSelectionPanel - Class in org.mov.analyser
 
GPGondolaSelectionPanel(int, JDesktopPane, int[], String[]) - Constructor for class org.mov.analyser.GPGondolaSelectionPanel
 
GPLViewDialog - Class in org.mov.ui
Displays a dialog showing the GPL (General Public License).
GPModule - Class in org.mov.analyser
 
GPModule(JDesktopPane) - Constructor for class org.mov.analyser.GPModule
 
GPModuleConstants - Class in org.mov.analyser
 
GPModuleConstants() - Constructor for class org.mov.analyser.GPModuleConstants
 
GPPage - Class in org.mov.analyser
An analysis tool page that lets the user enter basic Genetic Programming configuration parameters.
GPPage(JDesktopPane) - Constructor for class org.mov.analyser.GPPage
Construct a new genetic programming parameters page.
GPPageInitialPopulation - Class in org.mov.analyser
 
GPPageInitialPopulation(JDesktopPane, double) - Constructor for class org.mov.analyser.GPPageInitialPopulation
 
GPPageInitialPopulationModule - Class in org.mov.analyser
 
GPPageInitialPopulationModule(JDesktopPane) - Constructor for class org.mov.analyser.GPPageInitialPopulationModule
 
GPQuoteBundle - Class in org.mov.analyser.gp
This class is a specialised version of the EODQuoteBundle tailored specifically for the GP.
GPQuoteBundle(EODQuoteBundle, int) - Constructor for class org.mov.analyser.gp.GPQuoteBundle
Create a new quote bundle for the GP.
GPResult - Class in org.mov.analyser
 
GPResult(Individual, EODQuoteBundle, Money, Money, int, TradingDate, TradingDate) - Constructor for class org.mov.analyser.GPResult
 
GPResultModule - Class in org.mov.analyser
 
GPResultModule(GPPageInitialPopulation) - Constructor for class org.mov.analyser.GPResultModule
 
Graph - Interface in org.mov.chart.graph
Provides a common interface to allow the charting module to support a variety of graphs.
Graphable - Class in org.mov.chart
Represents a graphable set of X points and their associated Y points.
Graphable() - Constructor for class org.mov.chart.Graphable
Create an empty graphable.
GraphableQuoteFunctionSource - Class in org.mov.chart
Allow the QuoteFunctions package to use quotes directly from a Graphable.
GraphableQuoteFunctionSource(Graphable, TradingDate, int) - Constructor for class org.mov.chart.GraphableQuoteFunctionSource
Create a new quote function source that uses quotes directly from a Graphable.
graphAdvanceDecline() - Method in class org.mov.main.CommandManager
Graph the advance/decline market indicator
graphIndexBySymbol(List) - Method in class org.mov.main.CommandManager
Displays a graph of closing prices for an index, based on a list of symbols.
graphPortfolio(String) - Method in class org.mov.main.CommandManager
Graph the given portfolio.
graphPortfolio(Portfolio) - Method in class org.mov.main.CommandManager
Graph the given portfolio.
graphPortfolio(Portfolio, EODQuoteBundle) - Method in class org.mov.main.CommandManager
Graph the given portfolio.
graphPortfolio(Portfolio, EODQuoteBundle, TradingDate, TradingDate) - Method in class org.mov.main.CommandManager
Graph the given portfolio inbetween the given dates.
GraphSettingsDialog - Class in org.mov.chart
Provides a dialog that enables the user to modify graph settings.
GraphSettingsDialog(GraphUI, String) - Constructor for class org.mov.chart.GraphSettingsDialog
Create a new graph settings dialog.
GraphSource - Interface in org.mov.chart.source
Provides an abstraction of the data being graphed, this way graphs do not need to know anything about the underlying data they are graphing.
graphStockBySymbol(List) - Method in class org.mov.main.CommandManager
Displays a graph closing prices for stock(s), based on their code.
GraphTools - Class in org.mov.chart
 
GraphTools() - Constructor for class org.mov.chart.GraphTools
 
GraphUI - Interface in org.mov.chart.graph
Defines a user interface for a graph.
GREATER_THAN_EQUAL_TOKEN - Static variable in class org.mov.parser.Token
Represents ">=" symbol
GREATER_THAN_TOKEN - Static variable in class org.mov.parser.Token
Represents ">" symbol
GreaterThanEqualExpression - Class in org.mov.parser.expression
An expression which compares whether the first expression is greater than or equal to the second expression.
GreaterThanEqualExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.GreaterThanEqualExpression
 
GreaterThanExpression - Class in org.mov.parser.expression
An expression which compares whether the first expression is greater than the second expression.
GreaterThanExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.GreaterThanExpression
 
GridBagHelper - Class in org.mov.ui
GridBagHelper is a class that makes it easier to create form user interfaces.

H

handleAnnotation(Graph, boolean) - Method in class org.mov.chart.Chart
Set whether the given graph should display its annotations.
handleAnnotation(Graph, boolean) - Method in class org.mov.chart.ChartModule
Record whether the given graph should have its annotations displayed or not.
hasAnnotations() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
Return if this graph has any annotations.
hashCode() - Method in class org.mov.analyser.gp.Individual
Calculate a hash code for the individual.
hashCode() - Method in class org.mov.parser.expression.AbstractExpression
If you override the AbstractExpression.equals(java.lang.Object) method then you should override this method.
hashCode() - Method in interface org.mov.parser.Expression
If you override the Expression.equals(java.lang.Object) method then you should override this method.
hashCode() - Method in class org.mov.quote.Symbol
Calculate the hash code for this symbol.
hashCode() - Method in class org.mov.util.Money
Return a hash code representation of this money.
hashCode() - Method in class org.mov.util.TradingDate
Create a fast hash code of this date
hasNext() - Method in class org.mov.quote.EODQuoteBundleIterator
Return whether the EODQuoteBundle has anymore Quotes.
height - Variable in class org.mov.prefs.PreferencesManager.DisplayPreferences
Height of main window.
HelpModule - Class in org.mov.help
This module provides a help browser for Venice.
HelpModule(JDesktopPane) - Constructor for class org.mov.help.HelpModule
Create a new help browser loaded at the root page.
HelpPage - Class in org.mov.help
This package defines a single help page that can be viewed by the HelpModule help browser.
HelpPage(String) - Constructor for class org.mov.help.HelpPage
Create a new help page with the given chapter name.
HIDDEN - Static variable in class org.mov.ui.Column
The column is currently hidden.
hide() - Method in class org.mov.ui.PrimaryProgressDialog
Close the dialog window.
hide() - Method in interface org.mov.ui.ProgressDialog
Close the dialog window.
hide() - Method in class org.mov.ui.SecondaryProgressDialog
Close the dialog window.
HIGH_BOOL - Static variable in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
HighLowBarGraph - Class in org.mov.chart.graph
High low bar graph.
HighLowBarGraph(GraphSource, GraphSource, GraphSource) - Constructor for class org.mov.chart.graph.HighLowBarGraph
Create a new high low bar graph.
HORIZONTAL - Static variable in class org.mov.ui.DesktopManager
Tile windows horizontally
HorizontalAxis - Class in org.mov.chart
 
HorizontalAxis(Vector, int, int) - Constructor for class org.mov.chart.HorizontalAxis
 
host - Variable in class org.mov.prefs.PreferencesManager.DatabasePreferences
Database host.
host - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Web proxy host address.
HOURS_IN_DAY - Static variable in class org.mov.util.TradingTime
Number of hours in one day.
HSQLDB - Static variable in class org.mov.quote.DatabaseQuoteSource
Hypersonic SQL Database.
HSQLDB_SOFTWARE - Static variable in class org.mov.quote.DatabaseQuoteSource
 

I

IDQuote - Class in org.mov.quote
Representation of an intra-day stock quote for a given stock, on a given day at a given time.
IDQuote(Symbol, TradingDate, TradingTime, int, double, double, double, double, double, double) - Constructor for class org.mov.quote.IDQuote
Create a new intra-day stock quote.
IDQuoteBundle - Class in org.mov.quote
When a task requires intra-day stock quotes, it should create an instance of this class which represents all the task's required quotes.
IDQuoteBundle(List) - Constructor for class org.mov.quote.IDQuoteBundle
Create a new intra-day quote bundle containing all today's quotes for the given symbols.
IDQuoteCache - Class in org.mov.quote
This class contains all the intra-day stock quotes currently in memory.
IDQuoteFilter - Interface in org.mov.quote
Provides an interface for converting to/from a text string containing a single intra-day quote from/to the internal stock quote object.
IDQuoteSync - Class in org.mov.quote
This class controls the periodic downloading, or synchronisation, of new intra-day quotes.
IDQuoteSyncModule - Class in org.mov.quote
The sync Intra-day quotes module allows automatic downloading of Intra-day quotes from the internet into Venice.
IDQuoteSyncModule(JDesktopPane) - Constructor for class org.mov.quote.IDQuoteSyncModule
Create a new Intra-day quote sync module.
IF_TOKEN - Static variable in class org.mov.parser.Token
Represents "if" symbol
IfExpression - Class in org.mov.parser.expression
An expression which represents the control flow of if (x) y else z.
IfExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.IfExpression
Construct an if expression.
ImageExporterUI - Class in org.mov.util
 
ImageExporterUI() - Constructor for class org.mov.util.ImageExporterUI
 
ImageFilter - Class in org.mov.util
Image filter for dialog boxes.
ImageFilter() - Constructor for class org.mov.util.ImageFilter
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.mov.chart.BasicChartUI
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.mov.ui.ProgressBarUI
 
importExchangeRate(Currency, Currency) - Static method in class org.mov.quote.YahooExchangeRateImport
Retrieve a sinlge exchange rate from Yahoo.
importExchangeRates(List) - Method in class org.mov.quote.DatabaseQuoteSource
Import currency exchange rates into the database.
ImportExportException - Class in org.mov.quote
This exception represents an error importing or exporting a quote to or from Venice.
ImportExportException(String) - Constructor for class org.mov.quote.ImportExportException
Create an exception that represents the error condition that occurs when an import or export fails.
importNext() - Method in class org.mov.quote.FileEODQuoteImport
Import the next bundle quotes from the file.
importPreferences() - Method in class org.mov.importer.PreferencesXML
 
importPreferences() - Method in class org.mov.main.CommandManager
Displays an import file dialog that allows the user to import preferences into the application from an XML file.
ImportQuoteModule - Class in org.mov.quote
The import quote module allows importing of quotes into Venice.
ImportQuoteModule(JDesktopPane) - Constructor for class org.mov.quote.ImportQuoteModule
Create a new import quote module.
importQuotes() - Method in class org.mov.main.CommandManager
Displays the import quotes modules that allows the user to import quotes into the application.
importQuotes(List) - Method in class org.mov.quote.DatabaseQuoteSource
Import quotes into the database.
importSymbol(Report, Symbol, TradingDate, TradingDate) - Static method in class org.mov.quote.YahooEODQuoteImport
Retrieve quotes from Yahoo.
importSymbols(List) - Static method in class org.mov.quote.YahooIDQuoteImport
Retrieve intra-day quotes from Yahoo.
increment() - Method in class org.mov.ui.PrimaryProgressDialog
Increment current progress by one unit.
increment() - Method in interface org.mov.ui.ProgressDialog
Increment current progress by one unit.
increment() - Method in class org.mov.ui.SecondaryProgressDialog
Increment current progress by one unit.
Individual - Class in org.mov.analyser.gp
A trading individual evovled by the GP.
Individual(Expression, Expression) - Constructor for class org.mov.analyser.gp.Individual
Create a new individual with the given buy and sell rules.
Individual(Mutator, Mutator) - Constructor for class org.mov.analyser.gp.Individual
Randomly generate an individual using the two mutators.
Individual(Random, Mutator, Mutator, Individual, Individual) - Constructor for class org.mov.analyser.gp.Individual
Create a new individual by "breeding" or combining the two parent individuals.
insert(Expression, Expression, Expression) - Method in class org.mov.analyser.gp.Mutator
Perform an insertion mutation on the given expression.
InsightTraderQuoteFilter - Class in org.mov.quote
Provides a filter to parse the Insight Trader quote format.
InsightTraderQuoteFilter() - Constructor for class org.mov.quote.InsightTraderQuoteFilter
Creates an instance of the filter.
INTEGER_QUOTE_TYPE - Static variable in interface org.mov.parser.Expression
Represents a stock integer quote type: volume
INTEGER_TOKEN - Static variable in class org.mov.parser.Token
Represents "int" symbol
INTEGER_TYPE - Static variable in interface org.mov.parser.Expression
An integer type that can contain any integer number.
INTEREST - Static variable in class org.mov.portfolio.Transaction
Credit/Debit interest
INTERNAL - Static variable in class org.mov.prefs.PreferencesManager
Indicates the quote source is accessing the internal database
INTERNAL - Static variable in class org.mov.quote.DatabaseQuoteSource
Internal database.
internalFrameActivated(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
Standard InternalFrame functions
internalFrameClosed(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
internalFrameClosing(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
internalFrameDeactivated(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
internalFrameDeiconified(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
internalFrameIconified(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
internalFrameOpened(InternalFrameEvent) - Method in class org.mov.main.ModuleFrame
 
intersect(Chart, Coordinate, Coordinate, int) - Method in class org.mov.chart.BasicChartUI
 
isActive() - Method in class org.mov.util.ImageExporterUI
 
isAllValuesAcceptable() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
isANNNull() - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Return true if nnet neural network is null or if it has no valid input/output layers.
isAnnotated(Graph) - Method in class org.mov.chart.Chart
Query whether the given graph is displaying its annotations.
isColumnVisible(int) - Method in class org.mov.ui.SortedTable.SortModel
 
isConstant() - Method in class org.mov.parser.expression.DefineVariableExpression
 
isConstant(Expression, int) - Static method in class org.mov.parser.expression.NumberExpression
Returns whether the given expression is a NumberExpression set to the given constant.
isConstant() - Method in class org.mov.parser.Variable
Return whether the variable is a constant.
isDisplayingMessage() - Static method in class org.mov.ui.DesktopManager
Return whether we are currently displaying any warning or error messages.
isEmpty() - Method in class org.mov.quote.EODQuoteRange
Return whether this quote range includes any quotes.
isEnabled - Variable in class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Is syncing enabled?
isEnabled - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Whether we are using the web proxy.
isEnabled() - Method in class org.mov.quote.IDQuoteSync
Return whether the automatic downloading of intra-day quotes is enabled.
isFamilyEnabled() - Method in class org.mov.analyser.RulesPage
Return if rule families have been selected.
isFilter(String) - Method in class org.mov.quote.EODQuoteFilterList
Is the given filter name a valid filter?
isFit() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
isGraphing(String) - Method in class org.mov.chart.ChartModule
Return if we graphing the given symbol/portfolio.
isGreaterThan(Money) - Method in class org.mov.util.Money
Return whether this money is greater than to the given money.
isGreaterThanEqual(Money) - Method in class org.mov.util.Money
Return whether this money is greater than or equal to the given money.
isHolding(Symbol) - Method in class org.mov.portfolio.ShareAccount
Return whether the account is holding the current symbol.
isIn_menu() - Method in class org.mov.macro.StoredMacro
 
isIndeterminate() - Method in class org.mov.ui.PrimaryProgressDialog
Return whether the dialog is indeterminate.
isIndeterminate() - Method in interface org.mov.ui.ProgressDialog
Return whether the dialog is indeterminate.
isIndeterminate() - Method in class org.mov.ui.SecondaryProgressDialog
Return whether the dialog is indeterminate.
isInputOK(int) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Check if the actual neural network has the same of input neurons as given.
isInstantiated() - Static method in class org.mov.quote.EODQuoteCache
Returns whether this class has been instantiated yet.
isLessThan(Money) - Method in class org.mov.util.Money
Return whether this money is less than the given money.
isLessThanEqual(Money) - Method in class org.mov.util.Money
Return whether this money is less than or equal to the given money.
isLoaded(EODQuoteBundle) - Method in class org.mov.quote.EODQuoteBundleCache
Return whether the given quote bundle is loaded or not.
isMarketIndex(Symbol) - Method in class org.mov.quote.DatabaseQuoteSource
Is the given symbol a market index?
isMarketIndex(Symbol) - Method in class org.mov.quote.FileQuoteSource
Is the given symbol a market index?
isMarketIndex(Symbol) - Method in interface org.mov.quote.QuoteSource
Is the given symbol a market index?
isMaster() - Method in class org.mov.ui.PrimaryProgressDialog
Query if the dialog is a master dialog.
isMaster() - Method in interface org.mov.ui.ProgressDialog
Query if the dialog is a master dialog.
isMaster() - Method in class org.mov.ui.SecondaryProgressDialog
Query if the dialog is a master dialog.
isNext() - Method in class org.mov.quote.FileEODQuoteImport
Return whether there are any more quotes in the file.
isOk_clicked() - Method in class org.mov.ui.MacroEditor
 
isOn_startup() - Method in class org.mov.macro.StoredMacro
 
isOrdered() - Method in class org.mov.analyser.OrderCache
Return whether the input order comparator is actually ordered.
isOrdered() - Method in class org.mov.analyser.OrderComparator
Return whether the stock quotes are ordered.
isOutputOK() - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Check if the actual neural network has a number of output neurons as desired.
isPrimary() - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
isPrimary() - Method in class org.mov.chart.graph.BarChartGraph
 
isPrimary() - Method in class org.mov.chart.graph.BarGraph
 
isPrimary() - Method in class org.mov.chart.graph.BollingerBandsGraph
 
isPrimary() - Method in class org.mov.chart.graph.CandleStickGraph
 
isPrimary() - Method in class org.mov.chart.graph.CountbackLineGraph
 
isPrimary() - Method in class org.mov.chart.graph.CustomGraph
 
isPrimary(HashMap) - Static method in class org.mov.chart.graph.CustomGraphUI
Return whether the graph should appear in the primary graph or not.
isPrimary() - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
isPrimary() - Method in interface org.mov.chart.graph.Graph
Return whether the graph is a primary graph.
isPrimary() - Method in class org.mov.chart.graph.HighLowBarGraph
 
isPrimary() - Method in class org.mov.chart.graph.LineGraph
 
isPrimary() - Method in class org.mov.chart.graph.MACDGraph
 
isPrimary() - Method in class org.mov.chart.graph.MomentumGraph
 
isPrimary() - Method in class org.mov.chart.graph.MovingAverageGraph
 
isPrimary() - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
isPrimary() - Method in class org.mov.chart.graph.OBVGraph
 
isPrimary() - Method in class org.mov.chart.graph.PointAndFigureGraph
 
isPrimary() - Method in class org.mov.chart.graph.RSIGraph
 
isPrimary() - Method in class org.mov.chart.graph.StandardDeviationGraph
 
isPrimary() - Method in class org.mov.chart.graph.SupportAndResistenceGraph
 
isProgressDialogUp() - Static method in class org.mov.ui.ProgressDialogManager
Returns whether a progress dialog is currently on screen.
isRoot() - Method in class org.mov.parser.expression.AbstractExpression
Return whether this node is the root node.
isRoot() - Method in interface org.mov.parser.Expression
Return whether this node is the root node.
isRunning() - Method in class org.mov.quote.IDQuoteSync
Return whether the automatic downloading of intra-day quotes is running.
isSaved() - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Get the network status (saved/not saved).
isStoredExpression() - Method in class org.mov.ui.ExpressionComboBox
Return whether the current displayed expression is a stored expression.
isTransient() - Method in class org.mov.portfolio.Portfolio
Return whether the portfolio is transient or permanent.
isValid(int, int) - Method in class org.mov.analyser.gp.Individual
Check that the given buy and sell rules are valid.
isWeekend() - Method in class org.mov.util.TradingDate
Return whether the current date falls on a weekend.
iterator() - Method in class org.mov.chart.Graphable
Return an interator which iterates over the X values.
iterator() - Method in class org.mov.parser.expression.AbstractExpression
Return an iterator over the node's children.
iterator() - Method in interface org.mov.parser.Expression
Return an iterator to iterate over all the nodes in this expression's tree.
iterator() - Method in class org.mov.portfolio.Portfolio
Return an iterator that iterates over every day from the date of the first transaction to whenever the user chooses to stop iterating.
iterator() - Method in class org.mov.quote.EODQuoteBundle
Return an iterator over this quote bundle.
iterator() - Method in class org.mov.ui.SortedListModel
 

J

jpeg - Static variable in class org.mov.util.ImageFilter
 
jpg - Static variable in class org.mov.util.ImageFilter
 

L

LAG_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid lag() offset.
LAG_TOKEN - Static variable in class org.mov.parser.Token
Represents "lag" symbol
LagExpression - Class in org.mov.parser.expression
An expression which returns a quote.
LagExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.LagExpression
Create a new average expression for the given quote kind, for lag days away.
LANGUAGE_PAGE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the language preferences page
LanguagePage - Class in org.mov.prefs
Provides a preference page to let the user specify their language.
LanguagePage(JDesktopPane) - Constructor for class org.mov.prefs.LanguagePage
Create a new language preferences page.
LAST_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Day close column number.
lastElement() - Method in class org.mov.ui.SortedListModel
 
LEFT_BRACE_TOKEN - Static variable in class org.mov.parser.Token
Represents "{" symbol
LEFT_PARENTHESIS_TOKEN - Static variable in class org.mov.parser.Token
Represents "(" symbol
length() - Method in class org.mov.quote.Symbol
Return the length of the symbol.
LESS_THAN_EQUAL_TOKEN - Static variable in class org.mov.parser.Token
Represents "<=" symbol
LESS_THAN_TOKEN - Static variable in class org.mov.parser.Token
Represents "<" symbol
LessThanEqualExpression - Class in org.mov.parser.expression
An expression which compares whether the first expression is less than or equal to the second expression.
LessThanEqualExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.LessThanEqualExpression
 
LessThanExpression - Class in org.mov.parser.expression
An expression which compares whether the first expression is less than the second expression.
LessThanExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.LessThanExpression
 
LineGraph - Class in org.mov.chart.graph
Simple line graph.
LineGraph(GraphSource, String, boolean) - Constructor for class org.mov.chart.graph.LineGraph
Create a new simple line graph.
load(String) - Method in interface org.mov.analyser.AnalyserPage
Load the user interface values from preferences.
load(String) - Method in class org.mov.analyser.ANNNetworkTypePage
Load the preferences
load(String) - Method in class org.mov.analyser.ANNPage
Load the preferences
load(String) - Method in class org.mov.analyser.ANNPageModule
 
load(String) - Method in class org.mov.analyser.ANNTrainingPage
Load the preferences
load(String) - Method in class org.mov.analyser.GAPage
 
load(String) - Method in class org.mov.analyser.GARulesPage
 
load(String) - Method in class org.mov.analyser.GARulesPageModule
 
load(String) - Method in class org.mov.analyser.GPGondolaSelection
 
load(String, String, String) - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
load() - Method in class org.mov.analyser.GPModule
 
load(String) - Method in class org.mov.analyser.GPPage
 
load(String) - Method in class org.mov.analyser.GPPageInitialPopulation
 
load(String) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
load(String) - Method in class org.mov.analyser.PortfolioPage
 
load(String) - Method in class org.mov.analyser.QuoteRangePage
 
load(String) - Method in class org.mov.analyser.RulesPage
 
load(String) - Method in class org.mov.analyser.TradeValuePage
 
load() - Method in class org.mov.macro.StoredMacro
Load the macro into memory
load(EODQuoteBundle) - Method in class org.mov.quote.EODQuoteBundleCache
Make sure all the quotes needed by the quote bundle are in the quote cache.
load(EODQuote) - Method in class org.mov.quote.EODQuoteCache
Load the given quote into the cache.
load(Symbol, TradingDate, int, float, float, float, float) - Method in class org.mov.quote.EODQuoteCache
Load the given quote into the cache.
load(List) - Method in class org.mov.quote.IDQuoteCache
Load a time slice of intra-day quotes into the cache.
loadIndex() - Static method in class org.mov.help.HelpPage
Load the index of the help documentation.
loadNeuralNet(String) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Load the neural network from a snet/xml file into the nnet object.
loadQuoteRange(EODQuoteRange) - Method in class org.mov.quote.DatabaseQuoteSource
Load the given quote range into the quote cache.
loadQuoteRange(EODQuoteRange) - Method in class org.mov.quote.FileQuoteSource
Load the given quote range into the quote cache.
loadQuoteRange(EODQuoteRange) - Method in interface org.mov.quote.QuoteSource
Load the given quote range into the quote cache.
Locale - Class in org.mov.tools
A tool which checks locale files for consistency.
Locale - Class in org.mov.util
This class implements internationalisation support for Venice.
LocaleConstants - Class in org.mov.util
 
LocaleConstants() - Constructor for class org.mov.util.LocaleConstants
 
localeCount - Static variable in class org.mov.util.LocaleConstants
 
locales - Static variable in class org.mov.util.LocaleConstants
 
LOG_TOKEN - Static variable in class org.mov.parser.Token
Represents "log()" symbol
LOGARITHM_NEGATIVE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown when trying to calculate the logarithm of a negative number.
LogarithmExpression - Class in org.mov.parser.expression
An expression which returns the logarithm value.
LogarithmExpression(Expression) - Constructor for class org.mov.parser.expression.LogarithmExpression
An expression which performs logarithm function log on the sub-expressions.
LogicExpression - Class in org.mov.parser.expression
Abstract base class for the boolean expressions: and, or
LogicExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.LogicExpression
Create a new logic expression with the given left and right arguments.
LONG_VERSION - Static variable in class org.mov.main.Main
Longer version string, e.g. "0.1 alpha"
LOW_BOOL - Static variable in class org.mov.analyser.ann.ArtificialNeuralNetwork
 

M

macd(QuoteFunctionSource, QuoteFunctionSource) - Static method in class org.mov.quote.QuoteFunctions
Calculate the Moving Average Convergence Divergence (MACD) value.
MACD_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid macd() offset.
MACD_TOKEN - Static variable in class org.mov.parser.Token
Represents "macd()" symbol
MACDExpression - Class in org.mov.parser.expression
An expression which finds the MACD (Moving Average Convergence Divergence) over a default trading period.
MACDExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.MACDExpression
Create a new Moving Average Convergence Divergence expression for the given quote kind, starting with lag days away.
MACDGraph - Class in org.mov.chart.graph
Moving Average Convergence Divergence graph.
MACDGraph(GraphSource) - Constructor for class org.mov.chart.graph.MACDGraph
Create a new MACD graph.
MACDGraphUI - Class in org.mov.chart.graph
The MACD graph user interface.
MACDGraphUI(HashMap) - Constructor for class org.mov.chart.graph.MACDGraphUI
Create a new MACD user interface with the initial settings.
MacroEditor - Class in org.mov.ui
 
MacroEditor(StoredMacro) - Constructor for class org.mov.ui.MacroEditor
This method initializes
MacroManager - Class in org.mov.macro
 
MacroManager() - Constructor for class org.mov.macro.MacroManager
 
MacroModule - Class in org.mov.macro
 
MacroModule(JDesktopPane) - Constructor for class org.mov.macro.MacroModule
This is the default constructor
MACROS_PAGE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the proxy macros page
MacrosPage - Class in org.mov.prefs
This class allows the user to set their preferences for macro loading and execution
MacrosPage(JDesktopPane) - Constructor for class org.mov.prefs.MacrosPage
This is the default constructor
Main - Class in org.mov.main
The top level class which contains the main() function.
main(String[]) - Static method in class org.mov.main.Main
Start the application.
main(String[]) - Static method in class org.mov.tools.Locale
Compare a reference locale file against another locale file.
MainMenu - Class in org.mov.ui
The main menu of the application.
MAJOR - Static variable in class org.mov.chart.HorizontalAxis
 
MARKET_INDICES - Static variable in class org.mov.quote.EODQuoteRange
Represents market indices
MARKET_VALUE - Static variable in class org.mov.chart.source.PortfolioGraphSource
Graph the market value (day close) of the portfolio
MARKET_VALUE_CHANGE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio value change column number.
MARKET_VALUE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio value column number.
MarketIndicatorChartMenu - Class in org.mov.chart
Provides a menu which is associated with a market indicator being graphed.
MarketIndicatorChartMenu(ChartModule, Graph) - Constructor for class org.mov.chart.MarketIndicatorChartMenu
Create a new menu for the given market indicator graph.
match(int) - Method in class org.mov.parser.TokenStack
Compare the token on the top of the stack with the given type.
MAX_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid max() offset.
MAX_PARAMETER_COLUMN - Static variable in class org.mov.analyser.GARulesPageModule
 
MAX_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid max() range.
MAX_TOKEN - Static variable in class org.mov.parser.Token
Represents "max" symbol
MaxExpression - Class in org.mov.parser.expression
An expression which finds the maximum quote over a given trading period.
MaxExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.MaxExpression
Create a new maximum expression for the given quote kind, for the given number of days starting with lag days away.
MAXIMUM_SYMBOL_LENGTH - Static variable in class org.mov.quote.Symbol
The maximum valid length for a symbol.
MenuHelper - Class in org.mov.ui
MenuHelper is a class that makes it easier to add menu items to a menu.
MetaStock2QuoteFilter - Class in org.mov.quote
Provides a filter to parse the Meta Stock (volume/100) quote format.
MetaStock2QuoteFilter() - Constructor for class org.mov.quote.MetaStock2QuoteFilter
Creates an instance of the filter.
MetaStockQuoteFilter - Class in org.mov.quote
Provides a filter to parse the Meta Stock quote format.
MetaStockQuoteFilter() - Constructor for class org.mov.quote.MetaStockQuoteFilter
Creates an instance of the filter.
MILLISECONDS_IN_SECOND - Static variable in class org.mov.util.TradingTime
Number of milliseconds in one second.
MIN_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid min() offset.
MIN_PARAMETER_COLUMN - Static variable in class org.mov.analyser.GARulesPageModule
 
MIN_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid min() range.
MIN_TOKEN - Static variable in class org.mov.parser.Token
Represents "min" symbol
MinExpression - Class in org.mov.parser.expression
An expression which finds the minimum quote over a given trading period.
MinExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.MinExpression
Create a new minimum expression for the given quote kind, for the given number of days starting with lag days away.
minimizeWindows() - Static method in class org.mov.ui.DesktopManager
Minimises all windows that are iconifiable.
MINIMUM_SYMBOL_LENGTH - Static variable in class org.mov.quote.Symbol
The minimum valid length for a symbol
MINOR - Static variable in class org.mov.chart.HorizontalAxis
 
MINUTES_IN_HOUR - Static variable in class org.mov.util.TradingTime
Number of minutes in one hour.
MissingQuoteException - Class in org.mov.quote
This exception represents the error condition that occurs when the caller is trying to retrieve a quote that is not present.
MixedQuoteBundle - Class in org.mov.quote
When a task requires a mix of end-of-day and intra-day stock quotes, it should create an instance of this class which represents all the task's required quotes.
MixedQuoteBundle(List, TradingDate, TradingDate) - Constructor for class org.mov.quote.MixedQuoteBundle
Create a new mixed quote bundle that contains the end of day quotes from between the two dates given and the current day's intra-day quotes.
MixedQuoteModel - Class in org.mov.ui
Table model to display a mixture of end of day and intra-day quotes to the user.
MixedQuoteModel(QuoteBundle, List, int, int) - Constructor for class org.mov.ui.MixedQuoteModel
Create a new mixed quote model.
modify(Expression, Expression) - Method in class org.mov.analyser.gp.Mutator
Perform a modification mutation on the given expression.
Module - Interface in org.mov.main
Provides a common interface that all modules must adhere to.
moduleAdded(ModuleEvent) - Method in class org.mov.ui.MainMenu
Called by the desktop manager to notify us when a new module is added
moduleAdded(ModuleEvent) - Method in interface org.mov.ui.ModuleListener
Called when a module has been added
ModuleEvent - Class in org.mov.ui
Representation of an event indicating that a module has been added, removed or renamed.
ModuleEvent(Module) - Constructor for class org.mov.ui.ModuleEvent
Create a new module event based on the given module.
ModuleFrame - Class in org.mov.main
An internal frame designed specifically for holding Module objects.
ModuleFrame(DesktopManager, Module, boolean, boolean, boolean) - Constructor for class org.mov.main.ModuleFrame
Construct a new frame around the given module and display.
ModuleListener - Interface in org.mov.ui
Interface for classes that are listening for module events.
moduleRemoved(ModuleEvent) - Method in class org.mov.ui.MainMenu
Called by the desktop manager to notify us when a module is removed
moduleRemoved(ModuleEvent) - Method in interface org.mov.ui.ModuleListener
Called when a module has been removed
moduleRenamed(ModuleEvent) - Method in class org.mov.ui.MainMenu
Called by the desktop manager to notify us when a module is renamed
moduleRenamed(ModuleEvent) - Method in interface org.mov.ui.ModuleListener
Called when a module has been renamed
momentum(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the Momentum value.
MOMENTUM_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid momentum() offset.
MOMENTUM_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid momentum() range.
MOMENTUM_TOKEN - Static variable in class org.mov.parser.Token
Represents "momentum()" symbol
MomentumExpression - Class in org.mov.parser.expression
An expression which finds the Momentum over a given trading period.
MomentumExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.MomentumExpression
Create a new Momentum expression for the given quote kind, for the given number of days, starting with lag days away.
MomentumGraph - Class in org.mov.chart.graph
Momentum graph.
MomentumGraph(GraphSource) - Constructor for class org.mov.chart.graph.MomentumGraph
Create a new momentum graph.
Money - Class in org.mov.util
An immutable representation of Money.
Money(Currency, double) - Constructor for class org.mov.util.Money
Create a new Money instance from the given amount using the given currency.
Money(double) - Constructor for class org.mov.util.Money
Create a new Money instance from the given amount using the default currency.
Money(Currency, String) - Constructor for class org.mov.util.Money
Create a new Money instance by parsing the given string.
MoneyFormatException - Class in org.mov.util
An exception which is raised when there is a problem parsing a moeny field.
MoneyFormatException(String) - Constructor for class org.mov.util.MoneyFormatException
Create a new money format exception.
MONTH_TOKEN - Static variable in class org.mov.parser.Token
Represents "month()" symbol
MonthExpression - Class in org.mov.parser.expression
A function that returns the current month.
MonthExpression() - Constructor for class org.mov.parser.expression.MonthExpression
 
MONTHS - Static variable in class org.mov.chart.HorizontalAxis
 
monthToText(int) - Static method in class org.mov.util.TradingDate
Convert a month number to its 3 digit name.
mouseClicked(MouseEvent) - Method in class org.mov.chart.Chart
 
mouseClicked(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mouseDragged(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mouseEntered(MouseEvent) - Method in class org.mov.chart.Chart
 
mouseEntered(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mouseExited(MouseEvent) - Method in class org.mov.chart.Chart
 
mouseExited(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mouseMoved(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mousePressed(MouseEvent) - Method in class org.mov.chart.Chart
 
mousePressed(MouseEvent) - Method in class org.mov.chart.ChartModule
 
mouseReleased(MouseEvent) - Method in class org.mov.chart.Chart
 
mouseReleased(MouseEvent) - Method in class org.mov.chart.ChartModule
 
move(Integer, Integer) - Method in class org.mov.chart.Chart
Find the line intersecting at x,y.
MovingAverageGraph - Class in org.mov.chart.graph
Simple Moving Average graph.
MovingAverageGraph(GraphSource) - Constructor for class org.mov.chart.graph.MovingAverageGraph
Create a new simple moving average graph.
MultipleMovingAverageGraph - Class in org.mov.chart.graph
Multiple Moving Average graph.
MultipleMovingAverageGraph(GraphSource) - Constructor for class org.mov.chart.graph.MultipleMovingAverageGraph
Create a new multiple moving average graph.
multiply(int) - Method in class org.mov.util.Money
Multiply this money by the given number.
MULTIPLY_TOKEN - Static variable in class org.mov.parser.Token
Represents "*" symbol
MultiplyExpression - Class in org.mov.parser.expression
An expression which multiplies two sub-expressions.
MultiplyExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.MultiplyExpression
 
mutate(Expression) - Method in class org.mov.analyser.gp.Mutator
Possibly mutate the given expression.
mutate(Expression, int) - Method in class org.mov.analyser.gp.Mutator
Possibly mutate the given expression
Mutator - Class in org.mov.analyser.gp
The mutator can build random expressions and randomly mutate existing expressions.
Mutator(Random, GPGondolaSelection, boolean, boolean) - Constructor for class org.mov.analyser.gp.Mutator
Create a new mutator.
MYSQL - Static variable in class org.mov.quote.DatabaseQuoteSource
MySQL Database.
MYSQL_SOFTWARE - Static variable in class org.mov.quote.DatabaseQuoteSource
 

N

name - Variable in class org.mov.prefs.StoredExpression
Name of the stored expression.
negate() - Method in class org.mov.parser.Token
For Token.NUMBER_TOKEN, negate the value.
netStarted(NeuralNetEvent) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
netStopped(NeuralNetEvent) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
netStoppedError(NeuralNetEvent, String) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
newAccumulate(TradingDate, Money, Symbol, int, Money, CashAccount, ShareAccount) - Static method in class org.mov.portfolio.Transaction
Create a new accumulate transaction.
newANNResultTable() - Method in class org.mov.main.CommandManager
Open up a result table that will display a summary of results from artificial neural network.
newDeposit(TradingDate, Money, CashAccount) - Static method in class org.mov.portfolio.Transaction
Create a new deposit transaction.
newDividend(TradingDate, Money, Symbol, CashAccount, ShareAccount) - Static method in class org.mov.portfolio.Transaction
Create a new dividend transaction.
newDividendDRP(TradingDate, Symbol, int, ShareAccount) - Static method in class org.mov.portfolio.Transaction
Create a new dividend transaction.
newExpression(Token) - Static method in class org.mov.parser.ExpressionFactory
Create an executable terminal expression from the given token.
newExpression(Token, Expression) - Static method in class org.mov.parser.ExpressionFactory
Create an executable unary expression from the given token and argument.
newExpression(Token, Expression, Expression) - Static method in class org.mov.parser.ExpressionFactory
Create an executable binary expression from the given token and arguments.
newExpression(Token, Expression, Expression, Expression) - Static method in class org.mov.parser.ExpressionFactory
Create an executable ternary expression from the given token and arguments.
newExpression(Token, Expression, Expression, Expression, Expression) - Static method in class org.mov.parser.ExpressionFactory
Create an executable quaternary expression from the given token and arguments.
newExpression(String) - Static method in class org.mov.parser.ExpressionFactory
 
newFee(TradingDate, Money, CashAccount) - Static method in class org.mov.portfolio.Transaction
Create a new fee transaction.
newFrame(Module) - Method in class org.mov.ui.DesktopManager
Display a new frame upon the current desktop.
newFrame(Module, boolean, boolean, boolean) - Method in class org.mov.ui.DesktopManager
Display a new frame upon the current desktop
newGAResultTable() - Method in class org.mov.main.CommandManager
Open up a result table that will display a summary of results from genetic algorithm.
newGPResultTable(GPPageInitialPopulation) - Method in class org.mov.main.CommandManager
Open up a result table that will display a summary of results from genetic programming.
newInterest(TradingDate, Money, CashAccount) - Static method in class org.mov.portfolio.Transaction
Create a new interest transaction.
newPaperTradeResultTable() - Method in class org.mov.main.CommandManager
Open up a result table that will display a summary of results from paper trading.
newPortfolio() - Method in class org.mov.main.CommandManager
Open up a dialog to create and then display a new portfolio.
newQuotes(QuoteEvent) - Method in interface org.mov.quote.QuoteListener
Called when a new intra-day quote has been downloaded.
newReduce(TradingDate, Money, Symbol, int, Money, CashAccount, ShareAccount) - Static method in class org.mov.portfolio.Transaction
Create a new reduce transaction.
newTransaction() - Method in class org.mov.portfolio.PortfolioModule
Open a new transaction dialog to allow the user to enter a new transaction.
newTransaction() - Method in class org.mov.portfolio.TransactionDialog
Display a dialog letting the user enter a new transaction.
newTransfer(TradingDate, Money, CashAccount, CashAccount) - Static method in class org.mov.portfolio.Transaction
Create a new transfer transaction.
newWatchScreen() - Method in class org.mov.main.CommandManager
Open up a dialog to create and then display a new watch screen.
newWithdrawal(TradingDate, Money, CashAccount) - Static method in class org.mov.portfolio.Transaction
Create a new withdrawal transaction.
next() - Method in class org.mov.quote.EODQuoteBundleIterator
Return the next Quote in the EODQuoteBundle.
next(int) - Method in class org.mov.util.TradingDate
Create a new date which is the specified number of trading days after this date.
nextGeneration() - Method in class org.mov.analyser.ga.GeneticAlgorithm
Enter the next generation.
nextGeneration() - Method in class org.mov.analyser.gp.GeneticProgramme
Enter the next generation.
nextIndividual() - Method in class org.mov.analyser.ga.GeneticAlgorithm
Run one iteration of the GA.
nextIndividual(Expression, Expression, int) - Method in class org.mov.analyser.gp.GeneticProgramme
Run one iteration of the GP.
NO_ORDER - Static variable in class org.mov.analyser.OrderComparator
Don't order the stock symbols.
NO_PERIOD - Static variable in class org.mov.analyser.QuoteRangePage
No period.
NOT_EQUAL_TOKEN - Static variable in class org.mov.parser.Token
Represents "!
NOT_TOKEN - Static variable in class org.mov.parser.Token
Represents "not" symbol
NotEqualExpression - Class in org.mov.parser.expression
An expression which compares the two sub-expressions for inequality.
NotEqualExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.NotEqualExpression
 
NotExpression - Class in org.mov.parser.expression
An expression which performs boolean not on the sub-expressions.
NotExpression(Expression) - Constructor for class org.mov.parser.expression.NotExpression
 
nullString - Static variable in class org.mov.analyser.GPModuleConstants
 
NUMBER_COLUMN - Static variable in class org.mov.analyser.ANNPageModule
 
NUMBER_COLUMN - Static variable in class org.mov.analyser.GARulesPageModule
 
NUMBER_COLUMN - Static variable in class org.mov.analyser.GPPageInitialPopulationModule
 
NUMBER_RULES - Static variable in class org.mov.analyser.GPModuleConstants
 
NUMBER_STOCKS_MODE - Static variable in class org.mov.analyser.PortfolioPage
Portfolio has a fixed maximum number of stocks.
NUMBER_TOKEN - Static variable in class org.mov.parser.Token
Represents a number symbol
NumberDialog - Class in org.mov.ui
Dialog for querying the user for numbers.
NumberExpression - Class in org.mov.parser.expression
A representation of a value.
NumberExpression(boolean) - Constructor for class org.mov.parser.expression.NumberExpression
 
NumberExpression(double) - Constructor for class org.mov.parser.expression.NumberExpression
 
NumberExpression(int) - Constructor for class org.mov.parser.expression.NumberExpression
 
NumberExpression(double, int) - Constructor for class org.mov.parser.expression.NumberExpression
 

O

obv(QuoteFunctionSource, QuoteFunctionSource, QuoteFunctionSource, int, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the On Balance Volume (OBV) value.
OBV_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid obv() offset.
OBV_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid obv() range.
OBV_TOKEN - Static variable in class org.mov.parser.Token
Represents "obv()" symbol
OBVExpression - Class in org.mov.parser.expression
An expression which finds the OBV (On Balance Volume) over a given trading period.
OBVExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.OBVExpression
Create a new On Balance Volume (OBV) expression for the given quote kind, for the given number of days, starting with lag days away.
OBVGraph - Class in org.mov.chart.graph
On Balance Volume (OBV) graph.
OBVGraph(GraphSource, GraphSource, GraphSource) - Constructor for class org.mov.chart.graph.OBVGraph
Create a new On Balance Volume (OBV) graph.
offsetToDate(int) - Method in class org.mov.quote.EODQuoteBundle
Convert between a fast access date offset to an actual date.
offsetToDate(int) - Method in class org.mov.quote.EODQuoteCache
Convert between a fast access date offset and a date.
offsetToDate(int) - Method in class org.mov.quote.IDQuoteBundle
 
offsetToDate(int) - Method in class org.mov.quote.MixedQuoteBundle
 
offsetToDate(int) - Method in interface org.mov.quote.QuoteBundle
Convert between a fast access offset to an actual date.
offsetToTime(int) - Method in class org.mov.quote.IDQuoteCache
Convert between a fast access time offset and a time.
OHLCVIndexQuoteGraphSource - Class in org.mov.chart.source
Provides a EODQuoteBundle index source.
OHLCVIndexQuoteGraphSource(EODQuoteBundle, int) - Constructor for class org.mov.chart.source.OHLCVIndexQuoteGraphSource
Create a new graph source from the quote bundle with the given quote type.
OHLCVQuoteGraphSource - Class in org.mov.chart.source
Provides a EODQuoteBundle graph source.
OHLCVQuoteGraphSource(EODQuoteBundle, int) - Constructor for class org.mov.chart.source.OHLCVQuoteGraphSource
Create a new graph source from the quote bundle with the given quote type.
ONE_MONTH - Static variable in class org.mov.analyser.QuoteRangePage
One month period.
ONE_WEEK - Static variable in class org.mov.analyser.QuoteRangePage
One week period.
ONE_YEAR - Static variable in class org.mov.analyser.QuoteRangePage
One year period.
open(File) - Method in class org.mov.quote.FileEODQuoteImport
Open the given file to import.
openAboutDialog() - Method in class org.mov.main.CommandManager
Opens the about dialog box.
openHelp() - Method in class org.mov.main.CommandManager
Opens the help module at the default page.
openLicenseDialog() - Method in class org.mov.main.CommandManager
Display a dialog to the user showing Venice's license.
openPortfolio(String) - Method in class org.mov.main.CommandManager
Display the portfolio with the given name to the user.
openPortfolio(Portfolio) - Method in class org.mov.main.CommandManager
Display the portfolio to the user
openPortfolio(Portfolio, EODQuoteBundle) - Method in class org.mov.main.CommandManager
Display the portfolio to the user
openPreferences() - Method in class org.mov.main.CommandManager
Opens up an instance of the preferences module at the last visited page.
openPreferences(int) - Method in class org.mov.main.CommandManager
Opens up an instance of the preferences module at the given page.
openTime - Variable in class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Time exchange opens.
openWatchScreen(String) - Method in class org.mov.main.CommandManager
Display the watch screen to the user
openWatchScreen(WatchScreen) - Method in class org.mov.main.CommandManager
Display the watch screen to the user
OR_TOKEN - Static variable in class org.mov.parser.Token
Represents "or" symbol
ORDER_COLUMN - Static variable in class org.mov.analyser.ANNPageModule
 
ORDER_LENGTH - Static variable in class org.mov.analyser.ANNPageModule
 
OrderCache - Class in org.mov.analyser
Caches the order of stock quotes in a quote bundle.
OrderCache(EODQuoteBundle, OrderComparator) - Constructor for class org.mov.analyser.OrderCache
Create a new order cache.
OrderComparator - Class in org.mov.analyser
This comparator orders the stock quotes on a given date.
OrderComparator(EODQuoteBundle, int) - Constructor for class org.mov.analyser.OrderComparator
Create a new order comparator that will order the quotes in the given quote bundle using the given order.
OrderComparator(EODQuoteBundle, Expression) - Constructor for class org.mov.analyser.OrderComparator
Create a new order comparator that will order the quotes in the given quote bundle using the given equation.
OrExpression - Class in org.mov.parser.expression
An expression which performs boolean or on two sub-expressions.
OrExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.OrExpression
 
org.mov.analyser - package org.mov.analyser
A collection of algorithms used for analysing stock prices.
org.mov.analyser.ann - package org.mov.analyser.ann
 
org.mov.analyser.ga - package org.mov.analyser.ga
The Genetic Algorithm code.
org.mov.analyser.gp - package org.mov.analyser.gp
The Genetic Programming code.
org.mov.chart - package org.mov.chart
Provides a graphing module that allows for charting a wide variety of indicators.
org.mov.chart.graph - package org.mov.chart.graph
Contains the graphs available for the charting module.
org.mov.chart.source - package org.mov.chart.source
Defines sources for the charting module to retrieve information from.
org.mov.help - package org.mov.help
Contains the online help browser and a copy of Venice's documentation.
org.mov.importer - package org.mov.importer
All the necessary classes needed to import quotes from files or the internet.
org.mov.macro - package org.mov.macro
Jython macro support.
org.mov.main - package org.mov.main
The top level package which starts the application.
org.mov.parser - package org.mov.parser
Contains the Gondola scripting language.
org.mov.parser.expression - package org.mov.parser.expression
Contains code to execute all the expressions in the Gondola scripting language.
org.mov.portfolio - package org.mov.portfolio
Provides class abstractions and operators on real world financial objects such as portfolio, stock and trade.
org.mov.prefs - package org.mov.prefs
Contains the modules necessary to change user preferences.
org.mov.quote - package org.mov.quote
Provides stock market quotes and other market information sourced from either a database, files or the internet.
org.mov.table - package org.mov.table
Provides a set of tables for viewing stock information.
org.mov.tools - package org.mov.tools
A home for tools which help in developing Venice.
org.mov.ui - package org.mov.ui
Provides functionality to control the user interface.
org.mov.util - package org.mov.util
Provides a variety of functionality that is shared between each of the other packages.
OTHER - Static variable in class org.mov.quote.DatabaseQuoteSource
Any generic SQL Database.
OUTPUT_BUY - Static variable in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
OUTPUT_NEURONS - Static variable in class org.mov.analyser.ann.ArtificialNeuralNetwork
 
OUTPUT_SELL - Static variable in class org.mov.analyser.ann.ArtificialNeuralNetwork
 

P

paint(Graphics, JComponent) - Method in class org.mov.chart.BasicChartUI
Paint the component.
paint(Graphics, JComponent) - Method in class org.mov.ui.ProgressBarUI
 
paperTrade(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Money, Money, Money, String, String, ProgressDialog, Expression[], ArtificialNeuralNetwork) - Static method in class org.mov.analyser.ANNPaperTrade
Perform paper trading using a fixed stock value.
paperTrade(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Money, int, Money, String, String, ProgressDialog, Expression[], ArtificialNeuralNetwork) - Static method in class org.mov.analyser.ANNPaperTrade
Perform paper trading using a fix number of stocks.
paperTrade(EODQuoteBundle, OrderCache, TradingDate, TradingDate, Expression, Expression, Money, Money, int, Money, Variables, String, String) - Method in class org.mov.analyser.ga.GeneticAlgorithm
Paper trade with the individual's buy and sell rules.
paperTrade(GPQuoteBundle, OrderCache, TradingDate, TradingDate, Money, Money, int, Money, String, String) - Method in class org.mov.analyser.gp.Individual
Paper trade with the individual's buy and sell rules.
PaperTrade - Class in org.mov.analyser
Paper trades stocks using historical quote data and buy and sell indicators.
PaperTrade() - Constructor for class org.mov.analyser.PaperTrade
 
paperTrade(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Expression, Expression, Money, Money, Money, String, String) - Static method in class org.mov.analyser.PaperTrade
Perform paper trading using a fixed stock value.
paperTrade(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Expression, Expression, Money, int, Money, String, String) - Static method in class org.mov.analyser.PaperTrade
Perform paper trading keeping the number of stocks in the portfolio roughly constant.
paperTrade() - Method in class org.mov.main.CommandManager
Open up a new paper trade module.
PaperTrade.Environment - Class in org.mov.analyser
 
PaperTrade.Environment(EODQuoteBundle, String, TradingDate, TradingDate, Money, String, String) - Constructor for class org.mov.analyser.PaperTrade.Environment
Create a new environment for paper trading.
PaperTradeModule - Class in org.mov.analyser
 
PaperTradeModule(JDesktopPane) - Constructor for class org.mov.analyser.PaperTradeModule
Create a new paper trade module.
PaperTradeResult - Class in org.mov.analyser
 
PaperTradeResult(Portfolio, EODQuoteBundle, Money, Money, String, String, int, int, int, TradingDate, TradingDate, String) - Constructor for class org.mov.analyser.PaperTradeResult
 
PaperTradeResultModule - Class in org.mov.analyser
 
PaperTradeResultModule() - Constructor for class org.mov.analyser.PaperTradeResultModule
 
paperTraining(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Money, Money, Money, String, String, ProgressDialog, ANNTrainingPage, Expression[], ArtificialNeuralNetwork) - Static method in class org.mov.analyser.ANNPaperTrade
Perform training using a fixed stock value.
paperTraining(String, EODQuoteBundle, Variables, OrderCache, TradingDate, TradingDate, Money, int, Money, String, String, ProgressDialog, ANNTrainingPage, Expression[], ArtificialNeuralNetwork) - Static method in class org.mov.analyser.ANNPaperTrade
Perform training using a fix number of stocks.
parameter(int) - Method in class org.mov.analyser.ga.GAIndividual
Get the index parameter.
PARAMETER_COLUMN - Static variable in class org.mov.analyser.GARulesPageModule
 
parse() - Method in interface org.mov.analyser.AnalyserPage
Parse the values the user has entered into the GUI.
parse() - Method in class org.mov.analyser.ANNNetworkTypePage
Parse the GUI.
parse(int) - Method in class org.mov.analyser.ANNNetworkTypePage
Parse the GUI
parse() - Method in class org.mov.analyser.ANNPage
 
parse() - Method in class org.mov.analyser.ANNPageModule
 
parse() - Method in class org.mov.analyser.ANNTrainingPage
Parse the GUI
parse() - Method in class org.mov.analyser.GAPage
 
parse() - Method in class org.mov.analyser.GARulesPage
 
parse() - Method in class org.mov.analyser.GPGondolaSelection
 
parse() - Method in class org.mov.analyser.GPPage
 
parse() - Method in class org.mov.analyser.GPPageInitialPopulation
 
parse() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
parse() - Method in class org.mov.analyser.PortfolioPage
 
parse() - Method in class org.mov.analyser.QuoteRangePage
 
parse() - Method in class org.mov.analyser.RulesPage
 
parse() - Method in class org.mov.analyser.TradeValuePage
 
parse(Variables, String) - Static method in class org.mov.parser.Parser
Parse the given string into an executable expression.
parse(String) - Static method in class org.mov.parser.Parser
Parse the given string into an executable expression.
parseDouble(String) - Static method in class org.mov.parser.expression.AbstractExpression
Parses doubleText from a string to produce a double.
parseInt(String) - Static method in class org.mov.parser.expression.AbstractExpression
Parses intText from a string to produce an integer.
Parser - Class in org.mov.parser
Parse a string into an executable expression.
ParserException - Class in org.mov.parser
An exception which is thrown when there is a problem parsing an expression.
ParserException(String) - Constructor for class org.mov.parser.ParserException
Create a new parser exception with the given parse error reason.
password - Variable in class org.mov.prefs.PreferencesManager.DatabasePreferences
Database password.
password - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Authentication password.
PAST_DATE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown when the GP tries to access a date that is too distant in the past.
PERCENT_CHANGE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio percent change column number.
PERCENT_CHANGE_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Percent change column number.
PERCENT_CHANGE_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Percent change column number.
PERCENT_COLUMN - Static variable in class org.mov.analyser.GPPageInitialPopulationModule
 
PERCENT_DOUBLE - Static variable in class org.mov.analyser.GPModuleConstants
 
PERCENT_INT - Static variable in class org.mov.analyser.GPModuleConstants
 
PERCENT_TOKEN - Static variable in class org.mov.parser.Token
Represents "percent" symbol
PercentExpression - Class in org.mov.parser.expression
An expression which returns the given percent of a value.
PercentExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.PercentExpression
Create a new percent expression.
period - Variable in class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Polling period in seconds.
PERIOD_FAST - Static variable in class org.mov.parser.expression.MACDExpression
 
PERIOD_SLOW - Static variable in class org.mov.parser.expression.MACDExpression
 
PeriodGraphUI - Class in org.mov.chart.graph
A generic graph user interface that queries the user for a period.
PeriodGraphUI(HashMap) - Constructor for class org.mov.chart.graph.PeriodGraphUI
Create a new moving period user interface with the initial settings.
PFData - Class in org.mov.chart
A wrapper for Point and Figure data
PFData(Comparable, Vector, String) - Constructor for class org.mov.chart.PFData
 
PFGraphable - Class in org.mov.chart
Represents a graphable set of X points and their associated list of Y points.
PFGraphable() - Constructor for class org.mov.chart.PFGraphable
Create an empty PFgraphable.
png - Static variable in class org.mov.util.ImageFilter
 
POINT_CHANGE_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Point change column number.
POINT_CHANGE_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Point change column number.
PointAndFigureGraph - Class in org.mov.chart.graph
Point and Figure graph.
PointAndFigureGraph(GraphSource) - Constructor for class org.mov.chart.graph.PointAndFigureGraph
Create a new point and figure graph.
PointAndFigureGraphUI - Class in org.mov.chart.graph
The Point and Figure graph user interface.
PointAndFigureGraphUI(HashMap, double, double) - Constructor for class org.mov.chart.graph.PointAndFigureGraphUI
Create a new Point and Figure user interface with the initial settings.
PointChangeFormat - Class in org.mov.ui
Representation of a quote's point change for display in a table.
PointChangeFormat(double) - Constructor for class org.mov.ui.PointChangeFormat
Create a new point change format object.
PointChangeFormat(double, double) - Constructor for class org.mov.ui.PointChangeFormat
Create a new point change format object.
pop() - Method in class org.mov.parser.TokenStack
Remove and return the token on the top of the stack.
pop(int) - Method in class org.mov.parser.TokenStack
Remove the token on the top of the stack and compare it with the given type.
popupMenuCanceled(PopupMenuEvent) - Method in class org.mov.ui.ExpressionComboBox
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class org.mov.ui.ExpressionComboBox
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class org.mov.ui.ExpressionComboBox
 
port - Variable in class org.mov.prefs.PreferencesManager.DatabasePreferences
Database port.
port - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Web proxy port.
portfolio - Variable in class org.mov.analyser.PaperTrade.Environment
 
Portfolio - Class in org.mov.portfolio
Representation of a portfolio.
Portfolio(String, Currency) - Constructor for class org.mov.portfolio.Portfolio
Create a new empty portfolio using the given currency.
Portfolio(String, boolean) - Constructor for class org.mov.portfolio.Portfolio
Create a new empty portfolio using the default currency.
Portfolio(String, Currency, boolean) - Constructor for class org.mov.portfolio.Portfolio
Create a new empty portfolio using the given currency.
PortfolioChartMenu - Class in org.mov.chart
Provides a menu which is associated with a stock symbol being graphed.
PortfolioChartMenu(ChartModule, EODQuoteBundle, Portfolio, Graph) - Constructor for class org.mov.chart.PortfolioChartMenu
Create a new menu allowing the user to graph related graphs for the given graph.
PortfolioGraphSource - Class in org.mov.chart.source
Provides a Portfolio graph source.
PortfolioGraphSource(Portfolio, EODQuoteBundle, int) - Constructor for class org.mov.chart.source.PortfolioGraphSource
Create a graph source to graph the value of a portfolio.
PortfolioGraphSource(Portfolio, EODQuoteBundle, String) - Constructor for class org.mov.chart.source.PortfolioGraphSource
Create a graph source to graph the value of a single account in the portfolio.
PortfolioModel - Class in org.mov.table
Table model to display a portfolio to the user.
PortfolioModel(Portfolio, EODQuoteBundle) - Constructor for class org.mov.table.PortfolioModel
Create a new portfolio model.
PortfolioModule - Class in org.mov.portfolio
Venice module for displaying a portfolio to the user.
PortfolioModule(JDesktopPane, Portfolio, EODQuoteBundle) - Constructor for class org.mov.portfolio.PortfolioModule
Create a new portfolio module.
PortfolioPage - Class in org.mov.analyser
An analysis tool page that lets the user enter basic portfolio information.
PortfolioPage(JDesktopPane) - Constructor for class org.mov.analyser.PortfolioPage
Construct a new portfolio page.
PortfolioParserException - Class in org.mov.portfolio
An exception raised when there is an error parsing a portfolio.
PortfolioParserException(String) - Constructor for class org.mov.portfolio.PortfolioParserException
Create a new portfolio parser exception.
PortfolioReader - Class in org.mov.portfolio
This class parses portfolios written in XML format.
PortfolioSymbolComboBox - Class in org.mov.portfolio
A combo box which displays all the symbols traded in a portfolio.
PortfolioSymbolComboBox(Portfolio, TradingDate) - Constructor for class org.mov.portfolio.PortfolioSymbolComboBox
Creates a new combo box listing all the symbols held in the portfolio on the given date.
PortfolioTableModule - Class in org.mov.table
Venice module for displaying a portfolio in a table.
PortfolioTableModule(Portfolio, EODQuoteBundle) - Constructor for class org.mov.table.PortfolioTableModule
Creat a new portfolio table module.
PortfolioWriter - Class in org.mov.portfolio
This class writes portfolios in XML format.
POSTGRESQL - Static variable in class org.mov.quote.DatabaseQuoteSource
PostgreSQL Database.
POSTGRESQL_SOFTWARE - Static variable in class org.mov.quote.DatabaseQuoteSource
 
PreferencesException - Class in org.mov.prefs
An exception raised when there is an error reading or writing a preferences setting
PreferencesException(String) - Constructor for class org.mov.prefs.PreferencesException
Create a new preferences exception.
PreferencesManager - Class in org.mov.prefs
The Preferences Manager contains a set of routines for loading and saving all preferences data for the application.
PreferencesManager.DatabasePreferences - Class in org.mov.prefs
Database preferences fields.
PreferencesManager.DatabasePreferences() - Constructor for class org.mov.prefs.PreferencesManager.DatabasePreferences
 
PreferencesManager.DisplayPreferences - Class in org.mov.prefs
Display preferences fields.
PreferencesManager.DisplayPreferences() - Constructor for class org.mov.prefs.PreferencesManager.DisplayPreferences
 
PreferencesManager.IDQuoteSyncPreferences - Class in org.mov.prefs
Intra-day Quote Sync preferences fields.
PreferencesManager.IDQuoteSyncPreferences() - Constructor for class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
 
PreferencesManager.ProxyPreferences - Class in org.mov.prefs
Web proxy preferences fields.
PreferencesManager.ProxyPreferences() - Constructor for class org.mov.prefs.PreferencesManager.ProxyPreferences
 
PreferencesModule - Class in org.mov.prefs
The preferences module for venice.
PreferencesModule(JDesktopPane) - Constructor for class org.mov.prefs.PreferencesModule
Create a new Preference Module loaded with the last viewed page.
PreferencesModule(JDesktopPane, int) - Constructor for class org.mov.prefs.PreferencesModule
Create a new Preference Module loaded with the given page.
PreferencesPage - Interface in org.mov.prefs
Common interface for all preference pages displayed by the Preferences Module.
PreferencesXML - Class in org.mov.importer
Let the user loading or saving the preferences of MoV windows.
PreferencesXML(JDesktopPane) - Constructor for class org.mov.importer.PreferencesXML
Class that manage the import/export of preferences into/from an XML file.
PreferencesXML.XMLFilter - Class in org.mov.importer
 
PreferencesXML.XMLFilter() - Constructor for class org.mov.importer.PreferencesXML.XMLFilter
 
previous(int) - Method in class org.mov.util.TradingDate
Create a new date which is the specified number of trading days before this date.
PrimaryProgressDialog - Class in org.mov.ui
This class is the only instance of a progress dialog in venice.
PrimaryProgressDialog(JDesktopPane) - Constructor for class org.mov.ui.PrimaryProgressDialog
Create a new Progress Dialog.
PrimaryProgressDialog(JDesktopPane, boolean) - Constructor for class org.mov.ui.PrimaryProgressDialog
Create a new Progress Dialog.
ProgressBarUI - Class in org.mov.ui
 
ProgressBarUI() - Constructor for class org.mov.ui.ProgressBarUI
 
ProgressDialog - Interface in org.mov.ui
This interface defines the functions that a progress dialog class should have.
ProgressDialogManager - Class in org.mov.ui
This class controls progress dialog creation/deletion in venice.
propertyChange(PropertyChangeEvent) - Method in class org.mov.main.ModuleFrame
Standard property change handler that listens for a WINDOW_CLOSE event
PROPORTIONAL - Static variable in class org.mov.ui.TextViewDialog
Display text with a proportional width font.
PROXY_PAGE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the proxy preferences page
ProxyPage - Class in org.mov.prefs
Provides a preference page to let the user specify their web proxy.
ProxyPage(JDesktopPane) - Constructor for class org.mov.prefs.ProxyPage
Create a new proxy preferences page.
putAnalyserPageSettings(String, HashMap) - Static method in class org.mov.prefs.PreferencesManager
Save all user input in an Analyser Page.
putData(Comparable, Comparable, Vector, String) - Method in class org.mov.chart.PFGraphable
Associate the given X value with the given data.
putDatabaseSettings(PreferencesManager.DatabasePreferences) - Static method in class org.mov.prefs.PreferencesManager
Save database settings.
putDate(Comparable, Comparable) - Method in class org.mov.chart.PFGraphable
Associate the given X value with the given Y value.
putDefaultChart(String) - Static method in class org.mov.prefs.PreferencesManager
Save default chart setting.
putDirectoryLocation(String, String) - Static method in class org.mov.prefs.PreferencesManager
Save the directory used to import quote files.
putDisplaySettings(PreferencesManager.DisplayPreferences) - Static method in class org.mov.prefs.PreferencesManager
Save display settings.
putHasGPLAcceptance() - Static method in class org.mov.prefs.PreferencesManager
Set that the user has been shown the GPL and has accepted it.
putIDQuoteSyncPreferences(PreferencesManager.IDQuoteSyncPreferences) - Static method in class org.mov.prefs.PreferencesManager
Save intra-day quote sync module preferences.
putLanguageCode(String) - Static method in class org.mov.prefs.PreferencesManager
Save language setting.
putLastPreferencesPage(int) - Static method in class org.mov.prefs.PreferencesManager
Save last preferences page visited.
putMaxDecimalDigits(String) - Static method in class org.mov.prefs.PreferencesManager
Save user interface setting.
putMaximumCachedQuotes(int) - Static method in class org.mov.prefs.PreferencesManager
Save the cache's maximum number of quotes.
putMinDecimalDigits(String) - Static method in class org.mov.prefs.PreferencesManager
Save user interface setting.
putPortfolio(Portfolio) - Static method in class org.mov.prefs.PreferencesManager
Save the portfolio.
putProxySettings(PreferencesManager.ProxyPreferences) - Static method in class org.mov.prefs.PreferencesManager
Save proxy settings.
putQuoteSource(int) - Static method in class org.mov.prefs.PreferencesManager
Set quote source setting.
putStoredExpressions(List) - Static method in class org.mov.prefs.PreferencesManager
Save the list of all stored expressions.
putStoredMacros(List) - Static method in class org.mov.prefs.PreferencesManager
Save the list of all registered macros.
putString(Comparable, String) - Method in class org.mov.chart.PFGraphable
Associate the given x value with the given character.
putUserNotes(String, String) - Static method in class org.mov.prefs.PreferencesManager
 
putWatchScreen(WatchScreen) - Static method in class org.mov.prefs.PreferencesManager
Save the watch screen.
putY(Comparable, Double) - Method in class org.mov.chart.Graphable
Associate the given X value with the given Y value.
putYList(Comparable, Vector) - Method in class org.mov.chart.PFGraphable
Associate the given X value with the given Y value.

Q

QUARTERS - Static variable in class org.mov.chart.HorizontalAxis
 
QuaternaryExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring four arguments.
QuaternaryExpression(Expression, Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.QuaternaryExpression
Create a new quaternary expression with the given four arguments.
Quote - Interface in org.mov.quote
Representation of either an end-of-day or an intra-day stock quote.
QUOTE_SOURCE_PAGE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the quote source preferences page
quoteBundle - Variable in class org.mov.analyser.PaperTrade.Environment
 
QuoteBundle - Interface in org.mov.quote
This class provides a generic interface which can be used to access a bundle of either end-of-day or intra-day quotes.
quoteBundleCache - Variable in class org.mov.quote.EODQuoteBundle
For speed reasons, keep reference to the global quote bundle cache
QuoteBundleFunctionSource - Class in org.mov.quote
Allow the QuoteFunctions package to use quotes directly from a QuoteBundle.
QuoteBundleFunctionSource(QuoteBundle, Symbol, int, int, int, int) - Constructor for class org.mov.quote.QuoteBundleFunctionSource
Create a new quote function source that uses quotes directly from a QuoteBundle.
quoteCache - Variable in class org.mov.analyser.PaperTrade.Environment
 
quoteCache - Variable in class org.mov.quote.EODQuoteBundle
For speed reasons, keep reference to the global quote cache
QuoteEvent - Class in org.mov.quote
Representation of an event indicating that a new intra-day quote has been downloaded.
QuoteEvent(IDQuoteCache) - Constructor for class org.mov.quote.QuoteEvent
Create a new quote event based on the given module.
QuoteExpression - Class in org.mov.parser.expression
Class that represents a quote kind, e.g. day open, day close, etc.
QuoteExpression(int) - Constructor for class org.mov.parser.expression.QuoteExpression
Create a new quote expression.
QuoteFormat - Class in org.mov.ui
Representation of a quote value for display in a table.
QuoteFormat(double) - Constructor for class org.mov.ui.QuoteFormat
Create a new quote value format object.
QuoteFormatException - Class in org.mov.quote
An exception which is raised when there is a problem parsing or verifying a quote.
QuoteFormatException(String) - Constructor for class org.mov.quote.QuoteFormatException
Create a new quote format exception.
QuoteFormatException(List) - Constructor for class org.mov.quote.QuoteFormatException
Create a new quote format exception.
QuoteFunctions - Class in org.mov.quote
This class contains functions that manipulate stock quotes.
QuoteFunctionSource - Interface in org.mov.quote
This interface describes the quote source for the quote functions in QuoteFunctions.
QuoteListener - Interface in org.mov.quote
Interface for classes that are listening for when new intra-day quotes are downloaded.
QuoteModule - Class in org.mov.table
Venice module for displaying a table of stock quotes.
QuoteModule(EODQuoteBundle, boolean) - Constructor for class org.mov.table.QuoteModule
Create a new module that lists all the quotes in the given quote bundle.
QuoteModule(EODQuoteBundle, String, boolean) - Constructor for class org.mov.table.QuoteModule
Create a new module that only lists the quotes in the given bundle where the filter expression returns true.
QuoteNotLoadedException - Class in org.mov.quote
This exception represents the error condition that occurs when the caller is trying to retrieve a quote that has not been loaded into Venice.
QuoteRangePage - Class in org.mov.analyser
An analysis tool page that lets the user enter data about which quotes to work with (a quote range).
QuoteRangePage(JDesktopPane) - Constructor for class org.mov.analyser.QuoteRangePage
Construct a new quote range page.
QuoteRangePage(JDesktopPane, boolean) - Constructor for class org.mov.analyser.QuoteRangePage
Construct a new quote range page.
QuoteSource - Interface in org.mov.quote
Provides a generic interface in which we can query stock quotes from multiple sources.
QuoteSourceFactory - Class in org.mov.quote
Contains static methods for creating File-, Sample- and DatabaseQuoteSources based on the user preference.
QuoteSourceFactory() - Constructor for class org.mov.quote.QuoteSourceFactory
 
QuoteSourceManager - Class in org.mov.quote
Returns the singleton reference to the quote source that the user has selected in their preferences.
QuoteSourcePage - Class in org.mov.prefs
Provides a preferences page to let the user modify the quote source.
QuoteSourcePage(JDesktopPane) - Constructor for class org.mov.prefs.QuoteSourcePage
Create a new Quote Source Preferences page.
quoteToString(double) - Static method in class org.mov.ui.QuoteFormat
Convert from a quote (in dollars) to string.

R

read(InputStream) - Static method in class org.mov.portfolio.PortfolioReader
Read and parse the portfolio in XML format from the input stream and return the portfolio object.
redraw() - Method in class org.mov.chart.ChartModule
Redraw the current display.
redraw() - Method in class org.mov.portfolio.PortfolioModule
Layout and redraw portfolio module.
redraw() - Method in class org.mov.portfolio.TransactionModule
Redraw and redisplay table
reduce(int) - Method in class org.mov.portfolio.StockHolding
Decrease ownership of stock.
REDUCE - Static variable in class org.mov.portfolio.Transaction
Reduce (sell) shares
RELEASE_DATE - Static variable in class org.mov.main.Main
Release date, e.g. 13/Jan/2003
remove(Graph) - Method in class org.mov.chart.Chart
Remove the graph from the chart.
remove(Graph) - Method in class org.mov.chart.ChartModule
Remove the graph from the chart.
remove() - Method in class org.mov.quote.EODQuoteBundleIterator
Removing Quotes from the EODQuoteBundle is not supported.
removeAll(String) - Method in class org.mov.chart.ChartModule
Remove all graphs with the given symbol from the chart.
removeAllSymbols(List) - Method in class org.mov.table.WatchScreen
Remove all the given symbols from this watch screen.
removeAllTransactions() - Method in interface org.mov.portfolio.Account
Remove all transactions from account.
removeAllTransactions() - Method in class org.mov.portfolio.CashAccount
 
removeAllTransactions() - Method in class org.mov.portfolio.Portfolio
Remove all transactions from portfolio.
removeAllTransactions() - Method in class org.mov.portfolio.ShareAccount
 
removeElement(Object) - Method in class org.mov.ui.SortedListModel
 
removeLine(Coordinate, Coordinate) - Method in class org.mov.chart.ChartDrawingModel
Remove the drawn line corresponding at a specific set of start and end points
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNPageModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.ANNResultModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GAResultModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GARulesPageModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.GPResultModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.analyser.PaperTradeResultModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.chart.ChartModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.help.HelpModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.macro.MacroModule
 
removeModuleChangeListener(PropertyChangeListener) - Method in interface org.mov.main.Module
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.PortfolioModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.portfolio.TransactionModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.prefs.PreferencesModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ExportQuoteModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.IDQuoteSyncModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.quote.ImportQuoteModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.PortfolioTableModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.QuoteModule
Remove a property change listener for module change events.
removeModuleChangeListener(PropertyChangeListener) - Method in class org.mov.table.WatchScreenModule
Remove a property change listener for module change events.
removeModuleListener(ModuleListener) - Method in class org.mov.ui.DesktopManager
Remove a listener of module events.
removePoint(Coordinate) - Method in class org.mov.chart.ChartDrawingModel
Remove the point drawn on the chart at this coordinate
removeQuoteListener(QuoteListener) - Method in class org.mov.quote.IDQuoteCache
Remove a listener for new intra-day quotes.
removeSelectedResults() - Method in class org.mov.analyser.ANNPageModule
 
removeSelectedResults() - Method in class org.mov.analyser.GARulesPageModule
 
removeSelectedResults() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
removeSymbol(Symbol) - Method in class org.mov.table.WatchScreen
Remove the given symbol from this watch screen.
removeText(Coordinate) - Method in class org.mov.chart.ChartDrawingModel
Remove the text at a specific point
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.BarChartGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.BarGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.BollingerBandsGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.CandleStickGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.CountbackLineGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.CustomGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in interface org.mov.chart.graph.Graph
Draw the graph.
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.HighLowBarGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.LineGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.MACDGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.MomentumGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.MovingAverageGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.OBVGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.PointAndFigureGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.RSIGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
render(Graphics, Color, int, int, double, double, double, List) - Method in class org.mov.chart.graph.SupportAndResistenceGraph
 
renderBar(Graphics, Graphable, int, int, double, double, double, List) - Static method in class org.mov.chart.GraphTools
 
renderChar(Graphics, PFGraphable, int, int, double, double, double, List) - Static method in class org.mov.chart.GraphTools
 
renderHorizontalLine(Graphics, double, int, int, double, double, double, List) - Static method in class org.mov.chart.GraphTools
 
renderLine(Graphics, Graphable, int, int, double, double, double, List) - Static method in class org.mov.chart.GraphTools
 
renderMarker(Graphics, PFGraphable, int, int, double, double, double, List) - Static method in class org.mov.chart.GraphTools
 
Report - Class in org.mov.util
Manages a report or log.
Report() - Constructor for class org.mov.util.Report
Create a new empty report.
resetBuffer() - Method in class org.mov.chart.BasicChartUI
Reset the double buffer and force the chart to redraw.
resetBuffer() - Method in class org.mov.chart.Chart
Reset the double buffer, forcing the graph to redraw.
resort() - Method in class org.mov.ui.SortedTable
 
restoreAll() - Static method in class org.mov.ui.DesktopManager
Restores all minimised windows.
RETURN_VALUE - Static variable in class org.mov.chart.source.PortfolioGraphSource
Graph the portfolio showing the return value
RETURN_VALUE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio return column number.
RIGHT_BRACE_TOKEN - Static variable in class org.mov.parser.Token
Represents "}" symbol
RIGHT_PARENTHESIS_TOKEN - Static variable in class org.mov.parser.Token
Represents ")" symbol
roundDouble(double, int) - Static method in class org.mov.quote.QuoteFunctions
 
rsi(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Calculate the Relative Strength Indicator (RSI) value.
RSI_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid rsi() offset.
RSI_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid rsi() range.
RSI_TOKEN - Static variable in class org.mov.parser.Token
Represents "rsi" symbol
RSIExpression - Class in org.mov.parser.expression
An expression which finds the RSI over a given trading period.
RSIExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.RSIExpression
 
RSIGraph - Class in org.mov.chart.graph
Grpah of the RSI (Relative Strength Indicator).
RSIGraph(GraphSource) - Constructor for class org.mov.chart.graph.RSIGraph
Create a new RSI graph.
RSIGraphUI - Class in org.mov.chart.graph
The RSI graph user interface.
RSIGraphUI(HashMap) - Constructor for class org.mov.chart.graph.RSIGraphUI
Create a new RSI user interface with the initial settings.
RulesPage - Class in org.mov.analyser
An analysis tool page that lets the user enter a buy and sell rule, or a family of related buy and sell rules.
RulesPage(JDesktopPane) - Constructor for class org.mov.analyser.RulesPage
Construct a new rules page.
run(double[]) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Run the current nnet neural network.
runTraining(double[][], double[][], double, double, int, int, int) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Trains the current nnet neural network.

S

SAMPLES - Static variable in class org.mov.prefs.PreferencesManager
Indicates the quote source is using the inbuilt sample quotes.
save(String) - Method in interface org.mov.analyser.AnalyserPage
Save the user interface values to preferences.
save() - Method in class org.mov.analyser.ANNModule
 
save(String) - Method in class org.mov.analyser.ANNNetworkTypePage
Save the preferences
save(String) - Method in class org.mov.analyser.ANNPage
Save the preferences
save() - Method in class org.mov.analyser.ANNPageModule
 
save(HashMap, String) - Method in class org.mov.analyser.ANNPageModule
 
save() - Method in class org.mov.analyser.ANNResultModule
 
save(String) - Method in class org.mov.analyser.ANNTrainingPage
Save the preferences
save() - Method in class org.mov.analyser.GAModule
 
save(String) - Method in class org.mov.analyser.GAPage
 
save() - Method in class org.mov.analyser.GAResultModule
 
save(String) - Method in class org.mov.analyser.GARulesPage
 
save() - Method in class org.mov.analyser.GARulesPageModule
 
save(HashMap, String) - Method in class org.mov.analyser.GARulesPageModule
 
save(String) - Method in class org.mov.analyser.GPGondolaSelection
 
save(HashMap, String) - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
save() - Method in class org.mov.analyser.GPModule
 
save(String) - Method in class org.mov.analyser.GPPage
 
save(String) - Method in class org.mov.analyser.GPPageInitialPopulation
 
save() - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
save(HashMap, String) - Method in class org.mov.analyser.GPPageInitialPopulationModule
 
save() - Method in class org.mov.analyser.GPResultModule
 
save() - Method in class org.mov.analyser.PaperTradeModule
 
save() - Method in class org.mov.analyser.PaperTradeResultModule
 
save(String) - Method in class org.mov.analyser.PortfolioPage
 
save(String) - Method in class org.mov.analyser.QuoteRangePage
 
save(String) - Method in class org.mov.analyser.RulesPage
 
save(String) - Method in class org.mov.analyser.TradeValuePage
 
save() - Method in class org.mov.chart.ChartModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.help.HelpModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.macro.MacroModule
 
save() - Method in class org.mov.macro.StoredMacro
 
save() - Method in interface org.mov.main.Module
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.portfolio.PortfolioModule
 
save() - Method in class org.mov.portfolio.TransactionModule
 
save() - Method in class org.mov.prefs.ChartPreferencesPage
 
save() - Method in class org.mov.prefs.EquationPage
Update the preferences file.
save() - Method in class org.mov.prefs.EquationTable
Replace the stored expressions in preferences with the stored expressions in this table.
save() - Method in class org.mov.prefs.LanguagePage
 
save() - Method in class org.mov.prefs.MacrosPage
 
save() - Method in class org.mov.prefs.PreferencesModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in interface org.mov.prefs.PreferencesPage
Update the preferences file.
save() - Method in class org.mov.prefs.ProxyPage
 
save() - Method in class org.mov.prefs.QuoteSourcePage
 
save() - Method in class org.mov.prefs.TuningPage
 
save() - Method in class org.mov.prefs.UserInterfacePage
 
save() - Method in class org.mov.quote.ExportQuoteModule
Called when window is closing.
save() - Method in class org.mov.quote.IDQuoteSyncModule
Called when window is closing.
save() - Method in class org.mov.quote.ImportQuoteModule
Called when window is closing.
save() - Method in class org.mov.table.PortfolioTableModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.table.QuoteModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.table.WatchScreenModule
Tell module to save any current state data / preferences data because the window is being closed.
save() - Method in class org.mov.ui.DesktopManager
Call save() on every open module.
saveBitmap(String, Image, int, int) - Method in class org.mov.util.BMPFile
 
saveNeuralNet(String) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Save the nnet neural network in a snet/xml file.
scaleAndFitPoint(double, double, double) - Static method in class org.mov.chart.GraphTools
 
sd(QuoteFunctionSource, int) - Static method in class org.mov.quote.QuoteFunctions
Find the standard deviation of the given values.
sd(double[], int, int) - Static method in class org.mov.quote.QuoteFunctions
 
SD_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid sd() offset.
SD_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid sd() range.
SD_TOKEN - Static variable in class org.mov.parser.Token
Represents "sd()" symbol
SecondaryProgressDialog - Class in org.mov.ui
This class is a proxy to the PrimaryProgressDialog class.
SecondaryProgressDialog(PrimaryProgressDialog) - Constructor for class org.mov.ui.SecondaryProgressDialog
Create a new Secondary Progress Dialog.
SECONDS_IN_MINUTE - Static variable in class org.mov.util.TradingTime
Number of seconds in one minute.
sell(PaperTrade.Environment, Variables, StockHolding, Money, double, int) - Static method in class org.mov.analyser.PaperTrade
Attempt to sell the given stock holding.
SELL_RULE - Static variable in class org.mov.analyser.GPModuleConstants
 
SELL_RULE_COLUMN - Static variable in class org.mov.analyser.GPPageInitialPopulationModule
 
sellRule - Static variable in class org.mov.analyser.PaperTrade
 
sellValue - Static variable in class org.mov.analyser.PaperTrade
 
SEMICOLON_TOKEN - Static variable in class org.mov.parser.Token
Represents ";" symbol
separatorString - Static variable in class org.mov.analyser.GPModuleConstants
 
SET_TOKEN - Static variable in class org.mov.parser.Token
Represents "=" symbol
setANNInput(int) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Recalculate the inputs so that they fit with input expressions.
setANNNull() - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Set the ANN to null.
setANNOutput() - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Recalculate the outputs so that they fit with number of buy/sell signals.
setBoxPrice(double) - Method in class org.mov.chart.PFGraphable
Set the box price at graph generation
setBuyThreshold(double) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Set the buy threshold.
setCashAccount(CashAccount) - Method in class org.mov.portfolio.Transaction
Set the associated cash account.
setCashAccount2(CashAccount) - Method in class org.mov.portfolio.Transaction
Set the secondary associated cash account.
setChild(Expression, int) - Method in class org.mov.parser.expression.AbstractExpression
Set this expression's child to the given child.
setChild(Expression, int) - Method in interface org.mov.parser.Expression
Set the argument.
setCode(String) - Method in class org.mov.macro.StoredMacro
 
setColumns(List) - Method in class org.mov.ui.AbstractTableModel
Sets the columns in the table model.
setColumnSortStatus(int, int) - Method in class org.mov.ui.SortedTable
 
setColumnSpan(int) - Method in class org.mov.chart.PFGraphable
Set the size of the date column span.
setDate(TradingDate) - Method in class org.mov.chart.GraphableQuoteFunctionSource
Set the current date.
setDate(TradingDate) - Method in class org.mov.portfolio.PortfolioSymbolComboBox
List symbols held in the current portfolio on the new date.
setDate(TradingDate) - Method in class org.mov.quote.EODQuote
Set the quote date.
setDate(TradingDate) - Method in class org.mov.quote.IDQuote
Set the quote date.
setDateOffset(int) - Method in class org.mov.analyser.OrderComparator
Set the date to order the stock quotes.
setDefaultANN(int) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Set a default artificial neural network with the following characteristics: - input layer defined as LinearLayer (see Joone documentation for details) - hidden layer defined as SigmoidLayer (see Joone documentation for details) - output layer defined as SigmoidLayer (see Joone documentation for details).
setDefaults() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
setDefaultsValuesOnly() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
setDesktop(JDesktopPane) - Method in class org.mov.analyser.ANNResultModule
 
setDesktop(JDesktopPane) - Method in class org.mov.analyser.PaperTradeResultModule
 
setDesktop(JDesktopPane) - Static method in class org.mov.ui.DesktopManager
Set the desktop we are managing.
setDesktopManager(DesktopManager) - Method in class org.mov.main.CommandManager
 
setDesktopPane(JDesktopPane) - Method in class org.mov.util.ExchangeRateCache
Inform the exchange rate cache of the desktop which will be used to display dialogs.
setDrawnLineEnd(Comparable, Double, Integer) - Method in class org.mov.chart.Chart
Sets the end point of a drawn line.
setDrawnLineStart(Comparable, Double, Integer) - Method in class org.mov.chart.Chart
Sets the end point of a drawn line.
setEnabled(boolean) - Method in class org.mov.quote.IDQuoteSync
Set whether the automatic downloading of intra-day quotes is enabled.
setEnd(Coordinate) - Method in class org.mov.chart.DrawnLine
Set the end point of the line
setErase(Comparable, Double, Integer) - Method in class org.mov.chart.Chart
Find the graph element intersecting at x,y and delete it
setExpression(Expression) - Method in class org.mov.ui.ExpressionColumn
Set the compiled expression.
setExpressionColumns(ExpressionColumn[]) - Method in class org.mov.ui.AbstractQuoteModel
Set the expression columns.
setExpressionText(String) - Method in class org.mov.ui.ExpressionColumn
Set the text version of the expression.
setExpressionText(String) - Method in class org.mov.ui.ExpressionComboBox
Set the expression string in the ComboBox.
setFilename(String) - Method in class org.mov.macro.StoredMacro
 
setFirstDate(TradingDate) - Method in class org.mov.quote.EODQuoteRange
Set the first date of the quote range.
setFullName(String) - Method in class org.mov.ui.Column
Set the full name of the column.
setHeight(int) - Method in class org.mov.chart.VerticalAxis
 
setHighlightedEnd(Comparable) - Method in class org.mov.chart.Chart
Sets the end X point of the highlighted region.
setHighlightedStart(Comparable) - Method in class org.mov.chart.Chart
Sets the start X point of the highlighted region.
setIn_menu(boolean) - Method in class org.mov.macro.StoredMacro
 
setIndeterminate(boolean) - Method in class org.mov.ui.PrimaryProgressDialog
Set whether the dialog is indeterminate.
setIndeterminate(boolean) - Method in interface org.mov.ui.ProgressDialog
Set whether the dialog is indeterminate.
setIndeterminate(boolean) - Method in class org.mov.ui.SecondaryProgressDialog
Set whether the dialog is indeterminate.
setLastButOneNotEnough() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
setLastDate(TradingDate) - Method in class org.mov.quote.EODQuoteRange
Set the last date of the quote range.
setLastNotEnough() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
setLocale() - Static method in class org.mov.util.Locale
Set the localization as got from saved preferences.
setMaster(boolean) - Method in class org.mov.ui.PrimaryProgressDialog
Set whether dialog is a master dialog.
setMaster(boolean) - Method in interface org.mov.ui.ProgressDialog
Set whether dialog is a master dialog.
setMaster(boolean) - Method in class org.mov.ui.SecondaryProgressDialog
Set whether dialog is a master dialog.
setMaximum(int) - Method in class org.mov.ui.PrimaryProgressDialog
Get the maximum progress value.
setMaximum(int) - Method in interface org.mov.ui.ProgressDialog
Get the maximum progress value.
setMaximum(int) - Method in class org.mov.ui.SecondaryProgressDialog
Get the maximum progress value.
setMaximum(int) - Method in class org.mov.util.ImageExporterUI
 
setMinimum(int) - Method in class org.mov.ui.PrimaryProgressDialog
Set the minimum progress value.
setMinimum(int) - Method in interface org.mov.ui.ProgressDialog
Set the minimum progress value.
setMinimum(int) - Method in class org.mov.ui.SecondaryProgressDialog
Set the minimum progress value.
setModel(TableModel) - Method in class org.mov.ui.SortedTable
 
setModel(TableModel, int, int) - Method in class org.mov.ui.SortedTable
 
setName(String) - Method in class org.mov.macro.StoredMacro
 
setName(String) - Method in class org.mov.portfolio.Portfolio
Set the portfolio name.
setName(String) - Method in class org.mov.table.WatchScreen
Set the name of the watch screen to the new name.
setNote(String) - Method in class org.mov.ui.PrimaryProgressDialog
Set the note to be the action we are curently waiting for.
setNote(String) - Method in interface org.mov.ui.ProgressDialog
Set the note or rather the action we are curently waiting for.
setNote(String) - Method in class org.mov.ui.SecondaryProgressDialog
Set the note or rather the action we are curently waiting for.
setOn_startup(boolean) - Method in class org.mov.macro.StoredMacro
 
setParent(Expression) - Method in class org.mov.parser.expression.AbstractExpression
Set the parent of this node.
setParent(Expression) - Method in interface org.mov.parser.Expression
Set the parent of this node.
setPeriod(int) - Method in class org.mov.quote.IDQuoteSync
Set the time period inbetween quote downloads
setPoint(Coordinate) - Method in class org.mov.chart.Chart
Puts a point on a chart.
setPoint(Comparable, Double, Integer) - Method in class org.mov.chart.Chart
Puts a point on a chart.
setPoint(Coordinate) - Method in class org.mov.chart.ChartDrawingModel
Place a point on the chart at a point
setPortfolio(Portfolio) - Method in class org.mov.analyser.ga.GAIndividual
Set the portfolio according to individual.
setProgress(int) - Method in class org.mov.ui.PrimaryProgressDialog
Set current progress value.
setProgress(int) - Method in interface org.mov.ui.ProgressDialog
Set current progress value.
setProgress(int) - Method in class org.mov.ui.SecondaryProgressDialog
Set current progress value.
setProgressBar(ProgressDialog) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Set the progress bar, so that we can manage it when cycle terminated event is raised.
setProgressBar(ProgressDialog) - Method in class org.mov.analyser.ANNNetworkTypePage
Set the progress bar, so that artificial neural network can manage it when training cycle terminated event is raised.
setQuoteRange(EODQuoteRange) - Method in class org.mov.analyser.gp.GPQuoteBundle
Set the qutoe range which specifies this quote bundle.
setQuoteRange(EODQuoteRange) - Method in class org.mov.quote.EODQuoteBundle
Set the qutoe range which specifies this quote bundle.
setQuotes(List) - Method in class org.mov.ui.AbstractQuoteModel
Set the list of quotes to table.
setRandomPercentage(int) - Static method in class org.mov.analyser.ga.GAIndividual
Set the random mutation constants.
setRowSelectionInterval(int, int) - Method in class org.mov.ui.SortedTable
 
setSellThreshold(double) - Method in class org.mov.analyser.ann.ArtificialNeuralNetwork
Set the sell threshold.
setSettings(HashMap) - Method in class org.mov.chart.graph.AbstractGraph
Set the graph's user definable settings.
setSettings(HashMap) - Method in class org.mov.chart.graph.AdvanceDeclineGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.BollingerBandsGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.CountbackLineGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.CountbackLineGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.CustomGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.CustomGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.ExpMovingAverageGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.ExpMovingAverageGraphUI
 
setSettings(HashMap) - Method in interface org.mov.chart.graph.Graph
Set the graph's user definable settings.
setSettings(HashMap) - Method in interface org.mov.chart.graph.GraphUI
Display the given settings in the user interface.
setSettings(HashMap) - Method in class org.mov.chart.graph.MACDGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.MACDGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.MomentumGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.MovingAverageGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.MultipleMovingAverageGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.PeriodGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.PointAndFigureGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.PointAndFigureGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.RSIGraph
 
setSettings(HashMap) - Method in class org.mov.chart.graph.RSIGraphUI
 
setSettings(HashMap) - Method in class org.mov.chart.graph.StandardDeviationGraph
 
setShareAccount(ShareAccount) - Method in class org.mov.portfolio.Transaction
Set the associated share account.
setShortName(String) - Method in class org.mov.ui.Column
Set the short name of the column.
setSizeAndLocation(JInternalFrame, JDesktopPane, boolean, boolean) - Static method in class org.mov.main.ModuleFrame
Set the size and location of any frame, taking care of out of bounds frames.
setSortedRowSelectionInterval(int, int) - Method in class org.mov.ui.SortedTable
 
setSource(QuoteSource) - Static method in class org.mov.quote.QuoteSourceManager
Set the quote source to be the given quote source.
setStart(Coordinate) - Method in class org.mov.chart.DrawnLine
Set the start point of the line
setStart_sequence(int) - Method in class org.mov.macro.StoredMacro
 
setSymbol(Symbol) - Method in class org.mov.quote.EODQuote
Set the symbol for this quote.
setSymbol(Symbol) - Method in class org.mov.quote.IDQuote
Set the symbol for this quote.
setText(String, Comparable, Double, Integer) - Method in class org.mov.chart.Chart
Put text at x,y.
setText(Coordinate, String) - Method in class org.mov.chart.ChartDrawingModel
Put text on the chart at a specific point
setText(String) - Method in class org.mov.chart.UserNotes
 
setText(String) - Method in class org.mov.ui.SymbolListComboBox
Set the current combo box selection as a text string.
setTexts() - Method in class org.mov.analyser.GPGondolaSelectionPanel
 
setTime(TradingTime) - Method in class org.mov.quote.IDQuote
Set the quote time.
setTimeRange(TradingTime, TradingTime) - Method in class org.mov.quote.IDQuoteSync
Set the time range to sync quotes.
setType(int) - Method in class org.mov.parser.Token
Set the type of this token.
setUI(BasicChartUI) - Method in class org.mov.chart.Chart
Sets the L&F object that renders this component.
setupNetworking() - Static method in class org.mov.prefs.ProxyPage
Setup the networking to handle authentication requests and work http proxies correctly
setValue(Money) - Method in class org.mov.analyser.ga.GAIndividual
Set the final value of the individual after paper trading.
setValue(double) - Method in class org.mov.parser.expression.NumberExpression
Set the value of the number.
setValue(double) - Method in class org.mov.parser.Variable
Set the value of the variable.
setValue(int) - Method in class org.mov.parser.Variable
Set the value of the variable.
setValue(String, double) - Method in class org.mov.parser.Variables
Set the value of the given variable.
setValue(String, int) - Method in class org.mov.parser.Variables
Set the value of the given variable.
SetVariableExpression - Class in org.mov.parser.expression
A representation of an expression to set and return the value of a variable.
SetVariableExpression(String, int, Expression) - Constructor for class org.mov.parser.expression.SetVariableExpression
 
setVisible(int, int) - Method in class org.mov.ui.SortedTable
 
SHARE_ACCOUNT - Static variable in interface org.mov.portfolio.Account
Account is a share trading account which contains a list of shares
SHARE_ACCOUNT_NAME - Static variable in class org.mov.analyser.PaperTrade
 
SHARE_VALUE - Static variable in class org.mov.chart.source.PortfolioGraphSource
Graph the portfolio share value
SHARE_VALUE_COLUMN - Static variable in class org.mov.table.PortfolioModel
Portfolio share value column number.
shareAccount - Variable in class org.mov.analyser.PaperTrade.Environment
 
ShareAccount - Class in org.mov.portfolio
Representation of a share account in a portfolio.
ShareAccount(String, Currency) - Constructor for class org.mov.portfolio.ShareAccount
Create a new share account with the given currency.
ShareAccount(String) - Constructor for class org.mov.portfolio.ShareAccount
Create a new share account width the default currency.
SHORT_VERSION - Static variable in class org.mov.main.Main
Short version string, e.g. "0.1a"
show(String) - Method in class org.mov.ui.PrimaryProgressDialog
Show the dialog window.
show(String) - Method in interface org.mov.ui.ProgressDialog
Show the dialog window.
show(String) - Method in class org.mov.ui.SecondaryProgressDialog
Show the dialog window.
showAddDialog(List, String, String) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to add a new stored expression.
showAddDialog(List, String) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to add a new stored expression.
showAddDialog(String, String) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to add a new stored expression.
showAddDialog(String, String[], boolean[]) - Static method in class org.mov.ui.TextsEditorDialog
 
showColumn(int, boolean) - Method in class org.mov.ui.SortedTable
 
showColumn(int, boolean) - Method in class org.mov.ui.SortedTable.SortModel
 
showColumns(AbstractTableModel) - Method in class org.mov.ui.AbstractTable
Set the model which describes the table's columns.
showDialog() - Method in class org.mov.chart.GraphSettingsDialog
Show the dialog.
showDialog() - Method in class org.mov.portfolio.AccountDialog
 
showDialog() - Method in class org.mov.ui.ConfirmDialog
 
showDialog(ExpressionColumn[]) - Method in class org.mov.ui.ExpressionColumnDialog
 
showDialog() - Method in class org.mov.ui.ExpressionDialog
 
showDialog() - Method in class org.mov.ui.TextDialog
 
showEditDialog(String, String) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to edit a current stored expression.
showEditDialog(List, String, StoredExpression) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to edit a current stored expression.
showEditDialog(String, String[], boolean[], String[]) - Static method in class org.mov.ui.TextsEditorDialog
 
showErrorMessage(String) - Static method in class org.mov.ui.DesktopManager
Show a simple error message to the user.
showErrorMessage(String, String) - Static method in class org.mov.ui.DesktopManager
Show a simple error message to the user.
showGPLAcceptanceDialog() - Static method in class org.mov.ui.GPLViewDialog
Show a dialog displaying the GPL and ask for the user to accept or reject the license.
showGPLViewDialog() - Static method in class org.mov.ui.GPLViewDialog
Show a dialog displaying the GPL.
showTextDialog(String, String) - Static method in class org.mov.ui.TextViewDialog
Displays the text in a new dialog and waits for the user to cancel the dialog.
showTextDialog(String, String, int, int, int, String[]) - Static method in class org.mov.ui.TextViewDialog
Displays the text in a new dialog and waits for the user to cancel the dialog.
showViewDialog(String, String, String) - Static method in class org.mov.ui.EditorDialog
 
showViewDialog(String, String) - Static method in class org.mov.ui.ExpressionEditorDialog
Show a dialog which allows the user to view a current stored expression.
showWarningMessage(String) - Static method in class org.mov.ui.DesktopManager
Show a simple warning message to the user.
shutdown() - Method in class org.mov.quote.DatabaseQuoteSource
Shutdown the database.
shutdown() - Method in class org.mov.quote.FileQuoteSource
 
shutdown() - Method in interface org.mov.quote.QuoteSource
Shutdown the quote source.
shutdown() - Static method in class org.mov.quote.QuoteSourceManager
Shutdown the quote source.
simplify() - Method in class org.mov.parser.expression.AbsExpression
 
simplify() - Method in class org.mov.parser.expression.AbstractExpression
Perform simplifications and optimisations on the expression tree.
simplify() - Method in class org.mov.parser.expression.AddExpression
 
simplify() - Method in class org.mov.parser.expression.AndExpression
 
simplify() - Method in class org.mov.parser.expression.ArithmeticExpression
 
simplify() - Method in class org.mov.parser.expression.ComparisionExpression
 
simplify() - Method in class org.mov.parser.expression.CosineExpression
 
simplify() - Method in class org.mov.parser.expression.DivideExpression
 
simplify() - Method in class org.mov.parser.expression.EqualThanExpression
 
simplify() - Method in class org.mov.parser.expression.ExponentialExpression
 
simplify() - Method in class org.mov.parser.expression.GreaterThanEqualExpression
 
simplify() - Method in class org.mov.parser.expression.GreaterThanExpression
 
simplify() - Method in class org.mov.parser.expression.IfExpression
 
simplify() - Method in class org.mov.parser.expression.LessThanEqualExpression
 
simplify() - Method in class org.mov.parser.expression.LessThanExpression
 
simplify() - Method in class org.mov.parser.expression.LogarithmExpression
 
simplify() - Method in class org.mov.parser.expression.MultiplyExpression
 
simplify() - Method in class org.mov.parser.expression.NotEqualExpression
 
simplify() - Method in class org.mov.parser.expression.NotExpression
 
simplify() - Method in class org.mov.parser.expression.OrExpression
 
simplify() - Method in class org.mov.parser.expression.PercentExpression
 
simplify() - Method in interface org.mov.parser.Expression
Perform simplifications and optimisations on the expression tree.
simplify() - Method in class org.mov.parser.expression.SineExpression
 
simplify() - Method in class org.mov.parser.expression.SqrtExpression
 
simplify() - Method in class org.mov.parser.expression.SubtractExpression
 
SIN_TOKEN - Static variable in class org.mov.parser.Token
Represents "sin()" symbol
SineExpression - Class in org.mov.parser.expression
An expression which returns the sine value.
SineExpression(Expression) - Constructor for class org.mov.parser.expression.SineExpression
An expression which performs sine function sin on the sub-expressions.
SIX_MONTHS - Static variable in class org.mov.analyser.QuoteRangePage
Six month period.
size() - Method in class org.mov.analyser.ga.GAIndividual
Get the number of parameters for this individual.
size() - Method in class org.mov.parser.expression.AbstractExpression
Count the number of nodes in the tree.
size(int) - Method in class org.mov.parser.expression.AbstractExpression
Count the number of nodes in the tree with the given type.
size() - Method in interface org.mov.parser.Expression
Count the number of nodes in the tree.
size(int) - Method in interface org.mov.parser.Expression
Count the number of nodes in the tree with the given type.
size() - Method in class org.mov.portfolio.ShareAccount
Return the number of stock holdings in this share account.
size() - Method in class org.mov.quote.EODQuoteCache
Return the number of quotes in the cache.
SMA - Static variable in class org.mov.chart.graph.MACDGraphUI
 
SNET - Static variable in class org.mov.analyser.ann.ANNConstants
 
snet - Static variable in class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
software - Variable in class org.mov.prefs.PreferencesManager.DatabasePreferences
Database software (e.g.
sort(int, int) - Method in class org.mov.ui.SortedTable.SortModel
 
SORT_DOWN - Static variable in class org.mov.ui.SortedTable
Row is sorted in descending order
SORT_UP - Static variable in class org.mov.ui.SortedTable
Row is sorted in ascending order
SortedListModel - Class in org.mov.ui
 
SortedListModel() - Constructor for class org.mov.ui.SortedListModel
 
SortedTable - Class in org.mov.ui
Table that allows the user to sort by column by clicking on the column's table header
SortedTable() - Constructor for class org.mov.ui.SortedTable
 
SortedTable.SortModel - Class in org.mov.ui
 
SortedTable.SortModel(TableModel, int, int) - Constructor for class org.mov.ui.SortedTable.SortModel
 
SQRT_TOKEN - Static variable in class org.mov.parser.Token
Represents "sqrt" symbol
SqrtExpression - Class in org.mov.parser.expression
An expression which calculates the square root of a number.
SqrtExpression(Expression) - Constructor for class org.mov.parser.expression.SqrtExpression
 
SQUARE_ROOT_NEGATIVE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown when trying to calculate the square root of a negative number.
StandardDeviationExpression - Class in org.mov.parser.expression
An expression which finds the standard deviation of a quote over a given trading period.
StandardDeviationExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.StandardDeviationExpression
Create a new standard deviation expression for the given quote kind, for the given number of days starting with lag days away.
StandardDeviationGraph - Class in org.mov.chart.graph
Standard Deviation graph.
StandardDeviationGraph(GraphSource) - Constructor for class org.mov.chart.graph.StandardDeviationGraph
Create a new standard deviation graph.
startDateOffset - Variable in class org.mov.analyser.PaperTrade.Environment
 
startOffset - Variable in class org.mov.ui.ProgressBarUI
 
STOCK_SYMBOL - Static variable in class org.mov.analyser.OrderComparator
Order the stock symbols alphabetically.
STOCK_VALUE_MODE - Static variable in class org.mov.analyser.PortfolioPage
Portfolio has a variable number of stocks depending on the value of the portfolio.
StockHolding - Class in org.mov.portfolio
Representation of a single stock holding in a share account.
StockHolding(Symbol, int, double, TradingDate) - Constructor for class org.mov.portfolio.StockHolding
Create a new stock holding
StockHoldingTable - Class in org.mov.portfolio
Display stock holdings in a swing table for a ShareAccount.
StockHoldingTable(ShareAccount, EODQuoteBundle) - Constructor for class org.mov.portfolio.StockHoldingTable
Create a new stock holding table.
STOCKS_HELD - Static variable in class org.mov.chart.source.PortfolioGraphSource
Graph the numbre of stocks held
STOCKS_HELD_COLUMN - Static variable in class org.mov.table.PortfolioModel
Stocks held column number.
STOCKS_PER_LINES - Static variable in class org.mov.analyser.PaperTrade
 
STOPLOSS - Static variable in class org.mov.chart.graph.CountbackLineGraph
 
StoredExpression - Class in org.mov.prefs
A representation of an expression that can be referenced by name.
StoredExpression(String, String) - Constructor for class org.mov.prefs.StoredExpression
Create a new stored expression.
StoredMacro - Class in org.mov.macro
 
StoredMacro() - Constructor for class org.mov.macro.StoredMacro
Empty constructor for creating new macros
StoredMacro(String, String, boolean, int, boolean) - Constructor for class org.mov.macro.StoredMacro
 
STRING_TOKEN - Static variable in class org.mov.parser.Token
Represents a string
STRING_TYPE - Static variable in interface org.mov.parser.Expression
Represents a string type that can containy any string.
StringExpression - Class in org.mov.parser.expression
A representation of a value.
StringExpression(String) - Constructor for class org.mov.parser.expression.StringExpression
Create a new string expression with the given string text.
stringToToken(Variables, Token, String) - Static method in class org.mov.parser.Token
Perform lexical analysis on the given string.
stringToType(String) - Static method in class org.mov.portfolio.Transaction
Convert between a transaction type string and its transaction type.
subtract(TradingDate, Money, Money) - Method in class org.mov.util.ExchangeRateCache
Subtract the two given monies.
subtract(Money) - Method in class org.mov.util.Money
Subtract the given money from this money.
SUBTRACT_TOKEN - Static variable in class org.mov.parser.Token
Represents "-" symbol
SubtractExpression - Class in org.mov.parser.expression
An expression which subtracts two sub-expressions.
SubtractExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.SubtractExpression
 
SUM_OFFSET_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid sum() offset.
SUM_RANGE_EXCEPTION - Static variable in class org.mov.parser.EvaluationException
An exception which is thrown on an invalid sum() range.
SUM_TOKEN - Static variable in class org.mov.parser.Token
Represents "sum" symbol
SumExpression - Class in org.mov.parser.expression
An expression which finds the sum of quotes over a given trading period.
SumExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.SumExpression
Create a new sum expression for the given quote kind, for the given number of days starting with lag days away.
SupportAndResistenceGraph - Class in org.mov.chart.graph
Support and Resistence "graph".
SupportAndResistenceGraph(GraphSource) - Constructor for class org.mov.chart.graph.SupportAndResistenceGraph
Create a new support and Resistence graph.
Symbol - Class in org.mov.quote
An immutable representation of a stock symbol, e.g.
SYMBOL_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Symbol column number.
SYMBOL_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Symbol column number.
symbolExists(Symbol) - Method in class org.mov.quote.DatabaseQuoteSource
Returns whether we have any quotes for the given symbol.
symbolExists(Symbol) - Method in class org.mov.quote.FileQuoteSource
Returns whether we have any quotes for the given symbol.
symbolExists(Symbol) - Method in interface org.mov.quote.QuoteSource
Returns whether we have any quotes for the given symbol.
SymbolFormatException - Class in org.mov.quote
An exception which is raised when there is a problem parsing a symbol string.
SymbolFormatException(String) - Constructor for class org.mov.quote.SymbolFormatException
Create a new symbol format exception with the given error reason.
SymbolListComboBox - Class in org.mov.ui
A JComboBox which allows the user to choose from a selection of symbol lists.
SymbolListComboBox() - Constructor for class org.mov.ui.SymbolListComboBox
Create a new symbol list combo box.
SymbolListComboBox(String) - Constructor for class org.mov.ui.SymbolListComboBox
Createa new symbol list combo box.
SymbolListDialog - Class in org.mov.ui
A set of dialogs used for querying the user for commodities either by name or symbol.
symbols - Variable in class org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Symbols to automatically sync.
symbolStock - Static variable in class org.mov.analyser.PaperTrade
 
syncIDQuotes() - Method in class org.mov.main.CommandManager
Displays the intra-day quote quote sync module that allows the user to automatically download new intra-day quotes into the application.

T

tableChanged(TableModelEvent) - Method in class org.mov.ui.SortedTable.SortModel
 
tablePortfolio(String) - Method in class org.mov.main.CommandManager
 
tablePortfolio(Portfolio) - Method in class org.mov.main.CommandManager
 
tablePortfolio(Portfolio, EODQuoteBundle) - Method in class org.mov.main.CommandManager
 
tablePortfolio(Portfolio, EODQuoteBundle, TradingDate, TradingDate) - Method in class org.mov.main.CommandManager
 
tablePortfolio() - Method in class org.mov.portfolio.PortfolioModule
Display a table of the value of the portfolio over time.
tableStocks(int) - Method in class org.mov.main.CommandManager
 
tableStocks(List) - Method in class org.mov.main.CommandManager
 
tableStocksByDate(int) - Method in class org.mov.main.CommandManager
 
tableStocksByRule(int) - Method in class org.mov.main.CommandManager
 
tableTransactions(Portfolio, EODQuoteBundle) - Method in class org.mov.main.CommandManager
Display the transactions to the user, opening portfolio window
TerminalExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring no arguments.
TerminalExpression() - Constructor for class org.mov.parser.expression.TerminalExpression
Create a new terminal expression.
TernaryExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring three arguments.
TernaryExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.TernaryExpression
Create a new ternary expression with the given three arguments.
TextDialog - Class in org.mov.ui
Replacement dialog for Java's JOptionPane dialog for querying the user to enter a text field.
TextDialog(JComponent, String, String) - Constructor for class org.mov.ui.TextDialog
Create new text dialog.
TextDialog(JComponent, String, String, String) - Constructor for class org.mov.ui.TextDialog
Create new text dialog.
TextsEditorDialog - Class in org.mov.ui
 
TextViewDialog - Class in org.mov.ui
A dialog which display a text document to the user.
THREE_MONTHS - Static variable in class org.mov.analyser.QuoteRangePage
Three month period.
THREE_YEARS - Static variable in class org.mov.analyser.QuoteRangePage
Three year period.
tif - Static variable in class org.mov.util.ImageFilter
 
tiff - Static variable in class org.mov.util.ImageFilter
 
tileFrames(int) - Static method in class org.mov.ui.DesktopManager
Tiles all the windows in the desktop according to the given style.
tileFramesArrange() - Method in class org.mov.main.CommandManager
Allocate as square a shape as possible to open infternal frames
tileFramesCascade() - Method in class org.mov.main.CommandManager
Arrange all open internal frames in a cascading fashion
tileFramesHorizontal() - Method in class org.mov.main.CommandManager
Tile all the open internal frames horizontally
tileFramesVertical() - Method in class org.mov.main.CommandManager
Tile all the open internal frames vertically
TIME_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Time column number.
timeToOffset(TradingTime) - Method in class org.mov.quote.IDQuoteCache
Convert between a time and its fast access time offset.
TITLEBAR_CHANGED_PROPERTY - Static variable in class org.mov.main.ModuleFrame
 
toArray() - Method in class org.mov.chart.Graphable
Return all the Y values as an array.
toCalendar() - Method in class org.mov.util.TradingDate
Convert this object to a java.util.Calendar.
toDate() - Method in class org.mov.util.TradingDate
Convert this object to a java.util.Date.
toDate(TradingTime) - Method in class org.mov.util.TradingDate
Convert this object and a TradingTime to a java.util.Date.
toEODQuote(String) - Method in interface org.mov.quote.EODQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toEODQuote(String) - Method in class org.mov.quote.EzyChartQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toEODQuote(String) - Method in class org.mov.quote.InsightTraderQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toEODQuote(String) - Method in class org.mov.quote.MetaStock2QuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toEODQuote(String) - Method in class org.mov.quote.MetaStockQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toEODQuote(String) - Method in class org.mov.quote.YahooEODQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toExchangeRate(String) - Method in class org.mov.quote.YahooExchangeRateFilter
Parse the given text string and return the exchange rate.
toFixedString(int, int) - Static method in class org.mov.util.Converter
Convert a number to a fixed length string of the given number of digits.
toggleColumnSortStatus(int) - Method in class org.mov.ui.SortedTable
 
toIDQuote(String) - Method in interface org.mov.quote.IDQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
toIDQuote(String) - Method in class org.mov.quote.YahooIDQuoteFilter
Parse the given text string and returns the stock quote or null if it did not contain a valid quote.
Token - Class in org.mov.parser
A representation of any token in the Gondola language.
Token() - Constructor for class org.mov.parser.Token
Create a new empty token.
TokenStack - Class in org.mov.parser
A stack of tokens which is used during parsing.
TokenStack() - Constructor for class org.mov.parser.TokenStack
Create a new token stack.
toLongString() - Method in class org.mov.util.TradingDate
Outputs date in the format - 30 Dec, 2001.
TOOL_TIP_BUFFER - Static variable in interface org.mov.chart.graph.Graph
Maximum distance between the mouse pointer and the graph which will still make the tooltip come up
toShortString() - Method in class org.mov.util.TradingDate
Outputs the date in the format - 12/Dec.
toSortedSet(String, boolean) - Static method in class org.mov.quote.Symbol
Convert a string containing a list of symbols separated by spaces or commas into a sorted set of symbols with duplicates removed.
toString() - Method in class org.mov.chart.Coordinate
 
toString() - Method in class org.mov.chart.DrawnLine
 
toString() - Method in class org.mov.parser.expression.AbsExpression
 
toString() - Method in class org.mov.parser.expression.AddExpression
 
toString() - Method in class org.mov.parser.expression.AndExpression
 
toString() - Method in class org.mov.parser.expression.AvgExpression
 
toString() - Method in class org.mov.parser.expression.BBLExpression
 
toString() - Method in class org.mov.parser.expression.BBUExpression
 
toString(String) - Method in class org.mov.parser.expression.BinaryExpression
Helper method to conver the given expression to a string.
toString(Expression) - Static method in class org.mov.parser.expression.ClauseExpression
A helper method to use when printing expressions that might be either sub-expressions or clause expressions.
toString() - Method in class org.mov.parser.expression.ClauseExpression
 
toString() - Method in class org.mov.parser.expression.CorrExpression
 
toString() - Method in class org.mov.parser.expression.CosineExpression
 
toString() - Method in class org.mov.parser.expression.DayExpression
 
toString() - Method in class org.mov.parser.expression.DayOfWeekExpression
 
toString() - Method in class org.mov.parser.expression.DayOfYearExpression
 
toString() - Method in class org.mov.parser.expression.DefineVariableExpression
 
toString() - Method in class org.mov.parser.expression.DivideExpression
 
toString() - Method in class org.mov.parser.expression.EMAExpression
 
toString() - Method in class org.mov.parser.expression.EqualThanExpression
 
toString() - Method in class org.mov.parser.expression.ExponentialExpression
 
toString() - Method in class org.mov.parser.expression.ForExpression
 
toString() - Method in class org.mov.parser.expression.GetVariableExpression
 
toString() - Method in class org.mov.parser.expression.GreaterThanEqualExpression
 
toString() - Method in class org.mov.parser.expression.GreaterThanExpression
 
toString() - Method in class org.mov.parser.expression.IfExpression
 
toString() - Method in class org.mov.parser.expression.LagExpression
 
toString() - Method in class org.mov.parser.expression.LessThanEqualExpression
 
toString() - Method in class org.mov.parser.expression.LessThanExpression
 
toString() - Method in class org.mov.parser.expression.LogarithmExpression
 
toString(String) - Method in class org.mov.parser.expression.LogicExpression
Helper method to conver the given expression to a string.
toString() - Method in class org.mov.parser.expression.MACDExpression
 
toString() - Method in class org.mov.parser.expression.MaxExpression
 
toString() - Method in class org.mov.parser.expression.MinExpression
 
toString() - Method in class org.mov.parser.expression.MomentumExpression
 
toString() - Method in class org.mov.parser.expression.MonthExpression
 
toString() - Method in class org.mov.parser.expression.MultiplyExpression
 
toString() - Method in class org.mov.parser.expression.NotEqualExpression
 
toString() - Method in class org.mov.parser.expression.NotExpression
 
toString(int, double) - Static method in class org.mov.parser.expression.NumberExpression
 
toString() - Method in class org.mov.parser.expression.NumberExpression
 
toString() - Method in class org.mov.parser.expression.OBVExpression
 
toString() - Method in class org.mov.parser.expression.OrExpression
 
toString() - Method in class org.mov.parser.expression.PercentExpression
 
toString() - Method in class org.mov.parser.expression.QuoteExpression
 
toString() - Method in class org.mov.parser.expression.RSIExpression
 
toString() - Method in class org.mov.parser.expression.SetVariableExpression
 
toString() - Method in class org.mov.parser.expression.SineExpression
 
toString() - Method in class org.mov.parser.expression.SqrtExpression
 
toString() - Method in class org.mov.parser.expression.StandardDeviationExpression
 
toString() - Method in class org.mov.parser.expression.StringExpression
 
toString() - Method in class org.mov.parser.expression.SubtractExpression
 
toString() - Method in class org.mov.parser.expression.SumExpression
 
toString() - Method in interface org.mov.parser.Expression
Convert the given expression to a string.
toString() - Method in class org.mov.parser.expression.TrendExpression
 
toString() - Method in class org.mov.parser.expression.WhileExpression
 
toString() - Method in class org.mov.parser.expression.YearExpression
 
toString() - Method in class org.mov.parser.ExpressionException
Convert the exception to a string
toString() - Method in class org.mov.portfolio.Transaction
Convert this transaction to a tab-separated value string.
toString() - Method in class org.mov.quote.EODQuote
Return a string representation of the stock quote.
toString() - Method in class org.mov.quote.EODQuoteBundle
 
toString(EODQuote) - Method in interface org.mov.quote.EODQuoteFilter
Convert the given stock quote to a string line.
toString() - Method in class org.mov.quote.EODQuoteRange
Create a string representation of the quote range.
toString() - Method in class org.mov.quote.ExchangeRateFormatException
Convert the exception to a string
toString(EODQuote) - Method in class org.mov.quote.EzyChartQuoteFilter
Convert the given stock quote to a string line.
toString() - Method in class org.mov.quote.IDQuote
Return a string representation of the stock quote.
toString(IDQuote) - Method in interface org.mov.quote.IDQuoteFilter
Convert the given stock quote to a string line.
toString(EODQuote) - Method in class org.mov.quote.InsightTraderQuoteFilter
Convert the given stock quote to a string line.
toString(EODQuote) - Method in class org.mov.quote.MetaStock2QuoteFilter
Convert the given stock quote to a string line.
toString(EODQuote) - Method in class org.mov.quote.MetaStockQuoteFilter
Convert the given stock quote to a string line.
toString() - Method in class org.mov.quote.Symbol
Convert the symbol to a string.
toString(EODQuote) - Method in class org.mov.quote.YahooEODQuoteFilter
Convert the given stock quote to a string line.
toString(IDQuote) - Method in class org.mov.quote.YahooIDQuoteFilter
Convert the given stock quote to a string line.
toString() - Method in class org.mov.ui.AccountNameFormat
Return a string representation of the account name.
toString() - Method in class org.mov.ui.ExpressionResult
Return a string representation of the result.
toString() - Method in class org.mov.ui.PointChangeFormat
Create a string representation of the point change.
toString() - Method in class org.mov.ui.QuoteFormat
Create a string representation of the quote value.
toString() - Method in class org.mov.util.Currency
Return a string representation of this currency.
toString() - Method in class org.mov.util.ExchangeRate
Return a string representation of this exchange rate.
toString() - Method in class org.mov.util.Money
Returns a String object representing this Money's value.
toString(double) - Static method in class org.mov.util.Money
Return a String representation of the given amount of money in the default currency.
toString() - Method in class org.mov.util.MoneyFormatException
Convert the exception to a string
toString(String) - Method in class org.mov.util.TradingDate
Convert date to string in specified format.
toString() - Method in class org.mov.util.TradingDate
Outputs the date in the following format 1/12/2005 or 31/12/2005.
toString() - Method in class org.mov.util.TradingTime
Returns a string version of the time.
toString() - Method in class org.mov.util.UnknownCurrencyCodeException
Convert the exception to a string
toSymbol(String) - Static method in class org.mov.quote.Symbol
Convert a string containing a single symbol into a quote symbol.
TOTAL - Static variable in class org.mov.ui.AccountNameFormat
The account name format that represents the total row
tradeValueBuy - Variable in class org.mov.analyser.PaperTrade.Environment
 
TradeValuePage - Class in org.mov.analyser
 
TradeValuePage(JDesktopPane) - Constructor for class org.mov.analyser.TradeValuePage
 
tradeValueSell - Variable in class org.mov.analyser.PaperTrade.Environment
 
TradingDate - Class in org.mov.util
A replacement date for java.util.Date, java.util.Calendar & java.sql.Date.
TradingDate(int, int, int) - Constructor for class org.mov.util.TradingDate
Create a new date from the given year, month and day.
TradingDate(Calendar) - Constructor for class org.mov.util.TradingDate
Create a new date from the given java.util.Calendar object.
TradingDate(Date) - Constructor for class org.mov.util.TradingDate
Create a new date from the given java.util.Date object.
TradingDate(String, int) - Constructor for class org.mov.util.TradingDate
Create a new date from the given string.
TradingDate() - Constructor for class org.mov.util.TradingDate
Create a new date set to today.
TradingDateComparator - Class in org.mov.util
A comparator for comparing TradingDate objects.
TradingDateComparator(int) - Constructor for class org.mov.util.TradingDateComparator
Create a new TradingDateComparator which sorts in the given direction.
TradingDateDialog - Class in org.mov.ui
Dialog for querying the user for a date.
TradingDateFormatException - Class in org.mov.util
An exception which is raised when there is a problem parsing a date.
TradingDateFormatException(String) - Constructor for class org.mov.util.TradingDateFormatException
Create a new trading date format exception.
TradingTime - Class in org.mov.util
A replacement time for java.util.Calendar.
TradingTime(int, int, int) - Constructor for class org.mov.util.TradingTime
Create a new time from the given hour, minute and second.
TradingTime() - Constructor for class org.mov.util.TradingTime
Create a new time set to now.
TradingTime(String) - Constructor for class org.mov.util.TradingTime
 
TradingTimeFormatException - Class in org.mov.util
An exception which is raised when there is a problem parsing a time.
TradingTimeFormatException(String) - Constructor for class org.mov.util.TradingTimeFormatException
Create a new trading time format exception.
transaction(Transaction) - Method in interface org.mov.portfolio.Account
Perform a transaction on this account.
transaction(Transaction) - Method in class org.mov.portfolio.CashAccount
 
transaction(Transaction) - Method in class org.mov.portfolio.ShareAccount
 
Transaction - Class in org.mov.portfolio
Representation of a single transaction on the portfolio.
Transaction(int, TradingDate, Money, Symbol, int, Money, CashAccount, CashAccount, ShareAccount) - Constructor for class org.mov.portfolio.Transaction
Create a new generic transaction.
TransactionDialog - Class in org.mov.portfolio
A dialog for letting the user add a new Transaction.
TransactionDialog(JDesktopPane, Portfolio) - Constructor for class org.mov.portfolio.TransactionDialog
Create a new transaction dialog.
TransactionModule - Class in org.mov.portfolio
Venice module for displaying a portfolio's transaction history to the user.
TransactionModule(PortfolioModule, Portfolio) - Constructor for class org.mov.portfolio.TransactionModule
Create a new transaction module from the given portfolio.
TRANSFER - Static variable in class org.mov.portfolio.Transaction
Transfer money between two cash accounts
TREND_TOKEN - Static variable in class org.mov.parser.Token
Represents "trend()" symbol
TrendExpression - Class in org.mov.parser.expression
An expression which generates the trend line over the quote and extrapolates the next value.
TrendExpression(Expression, Expression, Expression) - Constructor for class org.mov.parser.expression.TrendExpression
Create a new trend expression for the given quote kind, for the given number of days, starting with lag days away, and the given value.
TRUE - Static variable in interface org.mov.parser.Expression
Value of TRUE
TRUE_LEVEL - Static variable in interface org.mov.parser.Expression
Threshold level where a number is registered as TRUE
TRUE_TOKEN - Static variable in class org.mov.parser.Token
Represents "true" symbol
TRUNCATE_LINE - Static variable in class org.mov.util.Report
The line number where the report is truncated.
TUNING_PAGE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the tuning preferences page
TuningPage - Class in org.mov.prefs
Provides a preferences page to let the user view and set tuning parameters.
TuningPage(JDesktopPane) - Constructor for class org.mov.prefs.TuningPage
Create a new tuning preferences page.
TWO_MONTHS - Static variable in class org.mov.analyser.QuoteRangePage
Two month period.
TWO_WEEKS - Static variable in class org.mov.analyser.QuoteRangePage
Two week period.
TWO_YEARS - Static variable in class org.mov.analyser.QuoteRangePage
Two year period.
twoToFourDigitYear(int) - Static method in class org.mov.util.TradingDate
Converts a two digit year to four digit year.
TwoWayComparable - Interface in org.mov.ui
A version of the Comparable interface which allow objects to be sorted differently in forward and backwards order.
type(int) - Method in class org.mov.analyser.ga.GAIndividual
Get the index type.
TypeMismatchException - Class in org.mov.parser
An exception which is thrown when there is a type mismatch error when executing an expression.
TypeMismatchException() - Constructor for class org.mov.parser.TypeMismatchException
Create a new type mistmatch exception.
typeToString(int) - Static method in class org.mov.portfolio.Transaction
Convert between a given transaction type and a text string.

U

UnaryExpression - Class in org.mov.parser.expression
Abstract base class for all expressions requiring a single argument.
UnaryExpression(Expression) - Constructor for class org.mov.parser.expression.UnaryExpression
Create a new unary expression with the given argument.
uncacheCompiledMacro(StoredMacro) - Static method in class org.mov.macro.MacroManager
Removes the compiled macro from memory.
UnknownCurrencyCodeException - Class in org.mov.util
An exception which is raised when an unrecognised currency code is passed to the Currency class.
UnknownCurrencyCodeException(String) - Constructor for class org.mov.util.UnknownCurrencyCodeException
Create a new unknown currency code exception.
update() - Method in class org.mov.util.ImageExporterUI
 
updateExpressions() - Static method in class org.mov.ui.ExpressionComboBox
Tell all expression ComboBoxes that the stored expressions have been modified by the user and that their popup menus need to be changed.
updatePortfolioMenu() - Method in class org.mov.ui.MainMenu
Inform menu that the list of portfolios has changed and that its menus should be redrawn
updateUI() - Method in class org.mov.chart.Chart
Resets the UI property to a value from the current look and feel.
updateWatchScreenMenu() - Method in class org.mov.ui.MainMenu
Inform menu that the list of watch screens has changed and that its menus should be redrawn
US - Static variable in class org.mov.util.TradingDate
Date format will be in US format, e.g.
user - Variable in class org.mov.prefs.PreferencesManager.ProxyPreferences
Authentication user name.
USER_INTERFACE - Static variable in class org.mov.prefs.PreferencesModule
Refers to the user interface page
UserInterfacePage - Class in org.mov.prefs
Provides a preferences page to let the user set user interface parameters.
UserInterfacePage(JDesktopPane) - Constructor for class org.mov.prefs.UserInterfacePage
Create a new user interface preferences page.
username - Variable in class org.mov.prefs.PreferencesManager.DatabasePreferences
Database user name.
UserNotes - Class in org.mov.chart
Provides a text area for which a user can make notes regarding thie stock symbol being graphed.
UserNotes(String) - Constructor for class org.mov.chart.UserNotes
 

V

value(int) - Method in class org.mov.analyser.ga.GAIndividual
Get the index value.
valueOfDouble(String) - Static method in class org.mov.parser.expression.AbstractExpression
Parses doubleText from a string to produce a Double Object.
valueOfInt(String) - Static method in class org.mov.parser.expression.AbstractExpression
Parses intText from a string to produce an Integer Object.
Variable - Class in org.mov.parser
A representation of a variable in the Gondola language.
Variable(String, int, boolean, double) - Constructor for class org.mov.parser.Variable
Create a new variable.
VARIABLE - Static variable in class org.mov.parser.Variable
Indicates that the variable can be changed.
VARIABLE_TOKEN - Static variable in class org.mov.parser.Token
Represents a variable
Variables - Class in org.mov.parser
A collection of variables.
Variables() - Constructor for class org.mov.parser.Variables
Create a new empty collection of variables.
verify() - Method in class org.mov.quote.EODQuote
Clean up the quote.
verify() - Method in class org.mov.quote.IDQuote
Clean up the quote.
VERTICAL - Static variable in class org.mov.ui.DesktopManager
Tile windows vertically
VerticalAxis - Class in org.mov.chart
 
VerticalAxis(double, double, double[], double[]) - Constructor for class org.mov.chart.VerticalAxis
 
VISIBLE - Static variable in class org.mov.ui.Column
The column is currently visible.
VOLUME_COLUMN - Static variable in class org.mov.ui.EODQuoteModel
Volume column number.
VOLUME_COLUMN - Static variable in class org.mov.ui.MixedQuoteModel
Volume column number.

W

WatchScreen - Class in org.mov.table
Representation of a watch screen.
WatchScreen(String) - Constructor for class org.mov.table.WatchScreen
Create a new watch screen with the given name.
WatchScreenModule - Class in org.mov.table
Venice module for displaying a watch screen to the user.
WatchScreenModule(WatchScreen, MixedQuoteBundle) - Constructor for class org.mov.table.WatchScreenModule
Create a watch screen module.
WeekendDateException - Class in org.mov.quote
This exception represents the error condition that occurs when the caller is trying to retrieve a quote from a weekend.
WeekendDateException() - Constructor for class org.mov.quote.WeekendDateException
Create an exception that represents the error condition that occurs when the caller is trying to retrieve a quote from a weekend.
WHILE_TOKEN - Static variable in class org.mov.parser.Token
Represents "while" symbol
WhileExpression - Class in org.mov.parser.expression
An expression which represents the while command.
WhileExpression(Expression, Expression) - Constructor for class org.mov.parser.expression.WhileExpression
Construct a while expression.
width - Variable in class org.mov.prefs.PreferencesManager.DisplayPreferences
Width of main window.
WINDOW_CLOSE_PROPERTY - Static variable in class org.mov.main.ModuleFrame
 
WITHDRAWAL - Static variable in class org.mov.portfolio.Transaction
Withdrawl cash
wordsOfGondola() - Static method in class org.mov.parser.Token
Return a string containing all the words of Gondola language.
write(Portfolio, OutputStream) - Static method in class org.mov.portfolio.PortfolioWriter
Write the portfolio to the output stream in XML format.

X

x - Variable in class org.mov.prefs.PreferencesManager.DisplayPreferences
X location of main window.
XML - Static variable in class org.mov.analyser.ann.ANNConstants
 
xml - Static variable in class org.mov.analyser.ANNNetworkTypePage.JooneFilter
 
xml - Static variable in class org.mov.importer.PreferencesXML.XMLFilter
 

Y

y - Variable in class org.mov.prefs.PreferencesManager.DisplayPreferences
Y location of main window.
YahooEODQuoteFilter - Class in org.mov.quote
Provides a filter to parse the Yahoo end-of-day stock quote format.
YahooEODQuoteFilter(Symbol) - Constructor for class org.mov.quote.YahooEODQuoteFilter
Creates an instance of the filter.
YahooEODQuoteImport - Class in org.mov.quote
Import end-of-day quotes from Yahoo into Venice.
YahooExchangeRateFilter - Class in org.mov.quote
Provides a filter to parse currency exchange rates supplied from Yahoo.
YahooExchangeRateFilter() - Constructor for class org.mov.quote.YahooExchangeRateFilter
Create an instance of this filter.
YahooExchangeRateImport - Class in org.mov.quote
Import exchange rate quotes from Yahoo into Venice.
YahooIDQuoteFilter - Class in org.mov.quote
Provides a filter to parse the Yahoo intra-day stock quote format.
YahooIDQuoteFilter() - Constructor for class org.mov.quote.YahooIDQuoteFilter
Creates an instance of the filter.
YahooIDQuoteImport - Class in org.mov.quote
Import intra-day quotes from Yahoo into Venice.
YEAR_TOKEN - Static variable in class org.mov.parser.Token
Represents "year()" symbol
YearExpression - Class in org.mov.parser.expression
A function that returns the current year.
YearExpression() - Constructor for class org.mov.parser.expression.YearExpression
 
YEARS - Static variable in class org.mov.chart.HorizontalAxis
 

Z

ZERO - Static variable in class org.mov.util.Money
Immutable representation of zero money in the default currency.
zoomToDefaultRegion() - Method in class org.mov.chart.Chart
Draw the graph back at its default zoom.
zoomToHighlightedRegion() - Method in class org.mov.chart.Chart
Draw the graph zoomed into the given highlighted region.

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
Venice 0.7beta