Package com.strategyquant.tradinglib
Class WalkForwardColumn
java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.table.TableColumn
com.strategyquant.tradinglib.WalkForwardColumn
public abstract class WalkForwardColumn
extends com.strategyquant.tradinglib.table.TableColumn
The Class WalkForwardColumn.
-
Field Summary
FieldsFields inherited from class com.strategyquant.tradinglib.table.TableColumn
currencySymbol, Decimal2, Decimal2Pct, Decimal2Pips, Decimal2PL, Decimal4, Decimal5, HORIZONTAL_ALIGNMENT_CENTER, HORIZONTAL_ALIGNMENT_LEFT, HORIZONTAL_ALIGNMENT_RIGHT, Integer, NOT_AVAILABLE, Text, Time -
Constructor Summary
ConstructorsConstructorDescriptionWalkForwardColumn(String statsValueName, String columnName, String formatType, byte valueType)Instantiates a new walk forward column. -
Method Summary
Modifier and TypeMethodDescriptionabstract doublecompute(WalkForwardResult wfResult)Compute.voidcompute(WalkForwardResult wfResult, SQStats stats)Compute.byteGets the value type.Methods inherited from class com.strategyquant.tradinglib.table.TableColumn
getName, getNumericValue, getStatsValueName, getType, getWidth, isEditable, isFontBold, isSpecialValue, printPlValue, printPlValue, printsSpecialValue, printValue, setEditable, setName, setTooltip, setWidthMethods inherited from class com.strategyquant.tradinglib.debug.Debugger
debug, fdebug
-
Field Details
-
WFScoreStatsColumn
The Constant WFScoreStatsColumn.- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getValueType
public byte getValueType()Gets the value type.- Returns:
- the value type
-
compute
Compute.- Parameters:
wfResult- the wf result- Returns:
- the double
-
compute
Compute.- Parameters:
wfResult- the wf resultstats- the stats
-