Uses of Class
com.strategyquant.tradinglib.ChartSetup
Packages that use ChartSetup
Package
Description
Trading related classes, constants and methods.
-
Uses of ChartSetup in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return ChartSetupModifier and TypeMethodDescriptionstatic ChartSetup
ChartSetup.createFirstAvailableData()
Creates the first available data.ChartSetup.getClone()
Gets the clone.ChartSetup.getClone(long from, long to)
Gets the clone.Gets the clone with changed symbol - used to create temporary groups for Single-Asset backtests..Methods in com.strategyquant.tradinglib with parameters of type ChartSetupModifier and TypeMethodDescriptionvoid
ChartSetup.addAllCharts(ChartSetup chartSetup)
Adds the all charts.void
ChartSetup.applyChanges(ChartSetup oldSetup, HashMap<String,Object> settingsMap)
-
Uses of ChartSetup in com.strategyquant.tradinglib.project
Methods in com.strategyquant.tradinglib.project with parameters of type ChartSetupModifier and TypeMethodDescriptionstatic void
ProjectConfigHelper.checkAdditionalChartsAndCIndysExpected(String projectName, Databank databank, ChartSetup mainSetup, ArrayList<String> strategies)
Check additional charts and c indys expected.static void
ProjectConfigHelper.checkAdditionalChartsAndCIndysExpected(String projectName, ResultsGroup rg, ChartSetup mainSetup)
Check additional charts and c indys expected.