Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Long-Legged Doji

    sample

    Rules

    1. The candle is a Doji.
    2. The hair and tail are very long.

    Remarks

    • Source: p.16

    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

doji

doji: Options = Doji.defaults

precision

precision: number = 0

Generated using TypeDoc