Uses of Class
com.strategyquant.tradinglib.SQStats
-
Packages that use SQStats Package Description com.strategyquant.tradinglib Trading related classes, constants and methods.com.strategyquant.tradinglib.optimization com.strategyquant.tradinglib.robustnesstests -
-
Uses of SQStats in com.strategyquant.tradinglib
Fields in com.strategyquant.tradinglib declared as SQStats Modifier and Type Field Description SQStats
WalkForwardPeriod. optimizationStatData
The optimization stat data.SQStats
WalkForwardPeriod. runStatData
The run stat data.SQStats
WalkForwardResult. stats
The stats.SQStats
WalkForwardResult. statsScore
The stats score.SQStats
WalkForwardResult. statsSpecial
The stats special.SQStats
WalkForwardResult. statsStability
The stats stability.Methods in com.strategyquant.tradinglib that return SQStats Modifier and Type Method Description SQStats
SQStats. getClone()
Gets the clone.SQStats
DatabankColumn. getStats(ResultsGroup results, java.lang.String resultKey, byte direction, byte plType, byte sampleType)
Gets the stats.SQStats
Result. stats(byte direction, byte plType, byte sampleType)
Stats.SQStats
Result. stats(StatsTypeCombination combination)
Stats.SQStats
Result. statsOrNull(byte direction, byte plType, byte sampleType)
Stats or null.Methods in com.strategyquant.tradinglib with parameters of type SQStats Modifier and Type Method Description 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
WalkForwardColumn. compute(WalkForwardResult wfResult, SQStats stats)
Compute.void
SQStats. copyValueFrom(SQStats sourceStats, java.lang.String key)
Copy value from.void
SQStats. copyValuesFrom(SQStats sourceStats)
Copy values from.java.lang.String
DatabankColumn. printHtmlFormatedValue(SQStats stats)
Prints the html formated value. -
Uses of SQStats in com.strategyquant.tradinglib.optimization
Fields in com.strategyquant.tradinglib.optimization declared as SQStats Modifier and Type Field Description SQStats
OptimizationTestResult. stats
-
Uses of SQStats in com.strategyquant.tradinglib.robustnesstests
Methods in com.strategyquant.tradinglib.robustnesstests that return SQStats Modifier and Type Method Description SQStats
RobustnessResults. getOriginalStats()
Methods in com.strategyquant.tradinglib.robustnesstests with parameters of type SQStats Modifier and Type Method Description void
RobustnessResults. setOriginalStats(SQStats stats)
-