Package com.strategyquant.tradinglib
Annotation Type Parameter
The Interface Parameter.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanAllow any.doubleBuilder max value.doubleBuilder min value.doubleBuilder step.Category.intDecimals.intDefault chart index.intDefault series.Default value.booleanChecks if is period.doubleMax value.doubleMin value.Name.Postfix.booleanShow if default.StandsFor - the name of the original Parameter of Indicator (used by MT5 source code generator)doubleStep.
-
Element Details
-
defaultSeries
int defaultSeriesDefault series.- Returns:
- the int
- Default:
- 0
-
defaultChartIndex
int defaultChartIndexDefault chart index.- Returns:
- the int
- Default:
- 0
-
defaultValue
String defaultValueDefault value.- Returns:
- the string
- Default:
- "Null"
-
name
String nameName.- Returns:
- the string
- Default:
- "Null"
-
category
String categoryCategory.- Returns:
- the string
- Default:
- "Default"
-
minValue
double minValueMin value.- Returns:
- the double
- Default:
- 1.0
-
maxValue
double maxValueMax value.- Returns:
- the double
- Default:
- 10000.0
-
step
double stepStep.- Returns:
- the double
- Default:
- 1.0
-
allowAny
boolean allowAnyAllow any.- Returns:
- true, if successful
- Default:
- false
-
showIfDefault
boolean showIfDefaultShow if default.- Returns:
- true, if successful
- Default:
- true
-
postfix
String postfixPostfix.- Returns:
- the string
- Default:
- "Null"
-
isPeriod
boolean isPeriodChecks if is period.- Returns:
- true, if is period
- Default:
- false
-
builderMinValue
double builderMinValueBuilder min value.- Returns:
- the double
- Default:
- -9999999.0
-
builderMaxValue
double builderMaxValueBuilder max value.- Returns:
- the double
- Default:
- -9999999.0
-
builderStep
double builderStepBuilder step.- Returns:
- the double
- Default:
- -9999999.0
-
decimals
int decimalsDecimals.- Returns:
- the int
- Default:
- 2
-
standsFor
String standsForStandsFor - the name of the original Parameter of Indicator (used by MT5 source code generator)- Returns:
- the name string
- Default:
- "Null"
-