Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Variables

Functions

Type aliases

Options

Options: Options

Variables

Const defaults

defaults: Options = Doji.defaults

Functions

test

  • Tests whether the given candle matches the pattern: Gravestone Doji

    sample

    Rules

    1. The candle is a Doji.
    2. The open and close prices are identical to the low price.

    Remarks

    • Source: p.17

    Parameters

    • candles: Candle[]

      candles to be tested against this pattern

    • trend: Trend

      trend in which candle occured

    • Default value offset: number = 0

      offset to earliest / first candle

    • Default value options: Options = defaults

      configurable options for this pattern

    Returns boolean

Generated using TypeDoc