Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Doji

    sample

    Rules

    1. The open and close prices are identical.

    Remarks

    • Source: p.15

    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

Object literals

Const defaults

defaults: object

precision

precision: number = 0

Generated using TypeDoc