Ehler Fisher Transform (EFT) normalizes the prices over specified time periods, thus helping identifying significant price reversals.

Hierarchy

Constructors

Methods

  • Gets the indicator name.

    Returns string

    The indicator name.

  • Sets the color of the EFT line.

    Parameters

    • newColor: string

      New line color as string, should be in HEX format e.g. #FFFFFF.

    Returns void

  • Sets the line width of the indicator.

    Parameters

    • newWidth: number

      New line width.

    Returns void

  • Sets the name of the indicator.

    Parameters

    • name: string

      New indicator name.

    Returns void

  • Moves the indicator from its calculated position forward or backward.

    Parameters

    • newOffset: number

      New offset value.

    Returns void

  • Sets the overall number of time periods (lookup periods) used to calculate the indicator.

    Parameters

    • newPeriodCount: number

      New period count.

    Returns void

  • Sets the color of the Signal line.

    Parameters

    • newColor: string

      New line color as string, should be in HEX format e.g. #FFFFFF.

    Returns void

  • Sets the number of time periods used to calculate the Signal line.

    Parameters

    • newPeriodCount: number

      New period count.

    Returns void

  • Sets time periods used for smoothing before fisher transform and for EFT line.

    Parameters

    • rawSmoothingPeriods: number

      New period count for raw smoothing.

    • fisherSmoothingPeriods: number

      New period count for EFT line smoothing.

    Returns void

  • Sets the type of the indicator's value label(s).

    Parameters

    Returns void

  • Sets the visibility of the indicator. Hiding the indicator via setVisible(false) does not remove it. Use dispose() to delete any indicator.

    Parameters

    • visible: boolean

      Visibility of the indicator.

    Returns void

  • Programmatically opens the indicator settings menu.

    Returns void