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 TypeMethodDescriptionvoidResultsGroup.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 ResultsGroupResultsGroup.merge(ArrayList<ResultsGroup> results, String[] excludedKeys, SQProject project)Merge.static ResultsGroupResultsGroup.mergeWF(ArrayList<ResultsGroup> results, String[] excludedKeys, SQProject project)Merge.voidEngineChart.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 SQProjectAdd sq project.static SQProjectProjectEngine.add(String projectName, File projectFile, org.jdom2.Element configXml, HashMap<String,org.jdom2.Element> taskConfigs)Add sq project.static SQProjectGet 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 voidProjectConfigHelper.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