Uses of Class
com.strategyquant.datalib.ChartDef
Packages that use ChartDef
Package
Description
Data classes for manipulation with charts - symbols, timeframes, data, instruments.
Trading related classes, constants and methods.
-
Uses of ChartDef in com.strategyquant.datalib
Methods in com.strategyquant.datalib that return ChartDefModifier and TypeMethodDescriptionChartDef.getClone()
Gets the clone.ChartDef.getClone(long historyFrom, long historyTo)
Gets the clone.Gets the clone, change symbol name - used to create temporary groups for Single-Asset backtests.Methods in com.strategyquant.datalib with parameters of type ChartDefModifier and TypeMethodDescriptionboolean
ChartDef.canBeComputedFrom(ChartDef otherChart)
Can be computed from.boolean
ChartDef.isSameConnectionSymbol(ChartDef otherChart)
Checks if is same connection symbol.boolean
ChartDef.isSmallerThan(ChartDef otherChart)
Checks if is smaller than.Constructors in com.strategyquant.datalib with parameters of type ChartDef -
Uses of ChartDef in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return ChartDefModifier and TypeMethodDescriptionAdds the chart.Adds the chart.ChartSetup.getMainChart()
returns main chart of this chart setup.Methods in com.strategyquant.tradinglib that return types with arguments of type ChartDefModifier and TypeMethodDescriptionChartSetup.getCharts()
returns list of charts that are in this chart setup.Methods in com.strategyquant.tradinglib with parameters of type ChartDefConstructors in com.strategyquant.tradinglib with parameters of type ChartDef