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 ChartSetupChartSetup.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 TypeMethodDescriptionvoidChartSetup.addAllCharts(ChartSetup chartSetup)Adds the all charts.voidChartSetup.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 voidProjectConfigHelper.checkAdditionalChartsAndCIndysExpected(String projectName, Databank databank, ChartSetup mainSetup, ArrayList<String> strategies)Check additional charts and c indys expected.static voidProjectConfigHelper.checkAdditionalChartsAndCIndysExpected(String projectName, ResultsGroup rg, ChartSetup mainSetup)Check additional charts and c indys expected.