|
Venice 0.7beta | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
abs" symbol
GraphSource.GraphSource.
+" symbol
and" symbol
and on two
sub-expressions.+, /, *, -avg" symbol
quote kind,
for the given number of days starting with
lag days away.
bol_lower()" symbol
quote kind,
for the given number of days, starting with lag days away.
bol_upper()" symbol
quote kind,
for the given number of days, starting with lag days away.
boolean" symbol
Expression.TRUE or Expression.FALSE.
Expression.INTEGER_TYPE or Expression.FLOAT_TYPE.
," symbol
OrderComparator.setDateOffset(int).
>, <, ==, !- 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.
close" symbol
high" symbol
low" symbol
dayofweek()" symbol
dayofyear()" symbol
open" symbol
day()" symbol
volume" symbol
/" symbol
Money as a double.
else" symbol
ema()" symbol
quote kind,
for the given number of days, with the given smoothing constant
smoothing, starting with lag days away.
==" symbol
exp()" symbol
exp on the
sub-expressions.
ExpressionColumn.FALSE
false" symbol
float" symbol
flor" symbol
for command.for expression.
.
- 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.
null if it
does not have any.
ExpressionQuery dialog.
ExpressionQuery dialog.
PrimaryProgressDialog if one is not already being displayed for
the current thread.
PrimaryProgressDialog if one is not already being displayed for
the current thread.
EODQuoteRange object.
GraphSource we are using for default
values.
SymbolListDialog dialog.
SymbolListDialog dialog.
base branch
Token.NUMBER_TOKEN get the type.
QuoteFunctions package to use quotes directly
from a Graphable.Graphable.
>=" symbol
>" symbol
AbstractExpression.equals(java.lang.Object) method then you should override
this method.
Expression.equals(java.lang.Object) method then you should override
this method.
HelpModule help browser.if" symbol
if (x) y else z.if expression.
int" symbol
lag" symbol
quote kind,
for lag days away.
{" symbol
(" symbol
<=" symbol
<" symbol
log()" symbol
log on the
sub-expressions.
and, ormacd()" symbol
quote kind,
starting with lag days away.
max" symbol
quote kind,
for the given number of days starting with
lag days away.
min" symbol
quote kind,
for the given number of days starting with
lag days away.
momentum()" symbol
quote kind,
for the given number of days, starting with lag days away.
Money instance from the given amount using the
given currency.
Money instance from the given amount using the
default currency.
Money instance by parsing the given string.
month()" symbol
*" symbol
Token.NUMBER_TOKEN, negate the value.
!
- 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
-
obv()" symbol
quote kind,
for the given number of days, starting with lag days away.
EODQuoteBundle index source.EODQuoteBundle graph source.or" symbol
or on two sub-expressions.percent" symbol
QuoteFunctions package to use quotes directly from
a QuoteBundle.QuoteBundle.
QuoteFunctions.}" symbol
)" symbol
rsi" symbol
sd()" symbol
PrimaryProgressDialog class.;" symbol
=" symbol
sin()" symbol
sin on the
sub-expressions.
sqrt" symbol
quote kind,
for the given number of days starting with
lag days away.
-" symbol
sum" symbol
quote kind,
for the given number of days starting with
lag days away.
TradingTime to a java.util.Date.
String object representing this Money's value.
String representation of the given amount of money
in the default currency.
java.util.Calendar object.
java.util.Date object.
TradingDate objects.TradingDateComparator which sorts in the
given direction.
trend()" symbol
quote kind,
for the given number of days, starting with lag days away, and the given value.
TRUE
TRUE
true" symbol
while" symbol
while command.while expression.
year()" symbol
|
Venice 0.7beta | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||