Uses of Class
com.strategyquant.tradinglib.project.SQProject
Packages that use SQProject
Package
Description
Trading related classes, constants and methods.
-
Uses of SQProject in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib with parameters of type SQProjectModifier and TypeMethodDescriptionvoid
ResultsGroup.createPortfolioResult(String initialBalanceType, SQProject project)
if there are multiple results in this group, calling this method will create a portfolio out of them - which means summary result that contains all the other (non-special) results .static ResultsGroup
ResultsGroup.merge(ArrayList<ResultsGroup> results, String[] excludedKeys, SQProject project)
Merge.static ResultsGroup
ResultsGroup.mergeWF(ArrayList<ResultsGroup> results, String[] excludedKeys, SQProject project)
Merge.void
EngineChart.setProject(SQProject project)
Sets the project. -
Uses of SQProject in com.strategyquant.tradinglib.project
Methods in com.strategyquant.tradinglib.project that return SQProjectModifier and TypeMethodDescriptionstatic SQProject
Add sq project.static SQProject
ProjectEngine.add(String projectName, File projectFile, org.jdom2.Element configXml, HashMap<String,org.jdom2.Element> taskConfigs)
Add sq project.static SQProject
Get sq project.Methods in com.strategyquant.tradinglib.project that return types with arguments of type SQProjectModifier and TypeMethodDescriptionProjectEngine.list()
List list.ProjectEngine.listCustomProjects()
List custom projects list.Methods in com.strategyquant.tradinglib.project with parameters of type SQProjectModifier and TypeMethodDescriptionstatic void
ProjectConfigHelper.delete(SQProject project, Databank databank, String[] stgs, String lockingTask)
Delete.ProjectConfigHelper.getOptimizationStrategies(SQProject project, Databank databank)
Returns optimization strategy files from all tasks with simple optimization selected