Uses of Class
com.strategyquant.lib.SettingsMap
Packages that use SettingsMap
Package
Description
General usage classes providing various utilities for handling data, time, etc.
Trading related classes, constants and methods.
-
Uses of SettingsMap in com.strategyquant.lib
Methods in com.strategyquant.lib that return SettingsMap -
Uses of SettingsMap in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return SettingsMapModifier and TypeMethodDescriptionResult.getSettings()Gets the settings.StrategyBase.getSettings()Gets the settings.ResultsGroup.specialValues()Special values.Methods in com.strategyquant.tradinglib with parameters of type SettingsMapModifier and TypeMethodDescriptionvoidResultsGroup.addSubresult(String resultKey, SettingsMap settings)Adds the subresult.voidResultsGroup.addSubresult(String resultKey, SettingsMap settings, Result result)Adds the subresult.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort)Compute.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result)Compute.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result, SettingsMap rgSpecialValues)Compute for order.voidResult.computeAllStats(SettingsMap specialValues, com.strategyquant.tradinglib.strategy.OutOfSample oos)computes stats for every possible combination.static StrategyBaseStrategyBase.getStrategy(SettingsMap settings)Gets the strategy.static StrategyBaseTradingUtils.getStrategy(SettingsMap settings)Gets the strategy.voidMonteCarloRetest.initSettings(SettingsMap clonedSettings)Inits the settings.voidMonteCarloRetest.modifySettings(IRandomGenerator rng, SettingsMap settings)Modify settings.voidResult.setSettings(SettingsMap settings)Sets the settings.voidStrategyBase.setSettings(SettingsMap settings)Sets the settings.voidTrader.setSettings(SettingsMap settings)Sets the settings.Constructors in com.strategyquant.tradinglib with parameters of type SettingsMapModifierConstructorDescriptionResult(String resultKey, ResultsGroup resultsGroup, SettingsMap settings)Instantiates a new result. -
Uses of SettingsMap in com.strategyquant.tradinglib.project
Methods in com.strategyquant.tradinglib.project that return SettingsMapModifier and TypeMethodDescriptionstatic SettingsMapProjectConfigHelper.getBuildSettings(org.jdom2.Element elOptions)Gets build settings.