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 TypeMethodDescriptionvoid
ResultsGroup.addSubresult(String resultKey, SettingsMap settings)
Adds the subresult.void
ResultsGroup.addSubresult(String resultKey, SettingsMap settings, Result result)
Adds the subresult.double
DatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort)
Compute.double
DatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result)
Compute.double
DatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result, SettingsMap rgSpecialValues)
Compute for order.void
Result.computeAllStats(SettingsMap specialValues, com.strategyquant.tradinglib.strategy.OutOfSample oos)
computes stats for every possible combination.static StrategyBase
StrategyBase.getStrategy(SettingsMap settings)
Gets the strategy.static StrategyBase
TradingUtils.getStrategy(SettingsMap settings)
Gets the strategy.void
MonteCarloRetest.initSettings(SettingsMap clonedSettings)
Inits the settings.void
MonteCarloRetest.modifySettings(IRandomGenerator rng, SettingsMap settings)
Modify settings.void
Result.setSettings(SettingsMap settings)
Sets the settings.void
StrategyBase.setSettings(SettingsMap settings)
Sets the settings.void
Trader.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 SettingsMap
ProjectConfigHelper.getBuildSettings(org.jdom2.Element elOptions)
Gets build settings.