Annotation Type Parameter


@Retention(RUNTIME) public @interface Parameter
The Interface Parameter.
  • Element Details

    • defaultSeries

      int defaultSeries
      Default series.
      Returns:
      the int
      Default:
      0
    • defaultChartIndex

      int defaultChartIndex
      Default chart index.
      Returns:
      the int
      Default:
      0
    • defaultValue

      String defaultValue
      Default value.
      Returns:
      the string
      Default:
      "Null"
    • name

      String name
      Name.
      Returns:
      the string
      Default:
      "Null"
    • category

      String category
      Category.
      Returns:
      the string
      Default:
      "Default"
    • minValue

      double minValue
      Min value.
      Returns:
      the double
      Default:
      1.0
    • maxValue

      double maxValue
      Max value.
      Returns:
      the double
      Default:
      10000.0
    • step

      double step
      Step.
      Returns:
      the double
      Default:
      1.0
    • allowAny

      boolean allowAny
      Allow any.
      Returns:
      true, if successful
      Default:
      false
    • showIfDefault

      boolean showIfDefault
      Show if default.
      Returns:
      true, if successful
      Default:
      true
    • postfix

      String postfix
      Postfix.
      Returns:
      the string
      Default:
      "Null"
    • isPeriod

      boolean isPeriod
      Checks if is period.
      Returns:
      true, if is period
      Default:
      false
    • builderMinValue

      double builderMinValue
      Builder min value.
      Returns:
      the double
      Default:
      -9999999.0
    • builderMaxValue

      double builderMaxValue
      Builder max value.
      Returns:
      the double
      Default:
      -9999999.0
    • builderStep

      double builderStep
      Builder step.
      Returns:
      the double
      Default:
      -9999999.0
    • decimals

      int decimals
      Decimals.
      Returns:
      the int
      Default:
      2
    • standsFor

      String standsFor
      StandsFor - the name of the original Parameter of Indicator (used by MT5 source code generator)
      Returns:
      the name string
      Default:
      "Null"