Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Descending Hawk

    sample

    Rules

    1. A long white body develops in an uptrend.
    2. Both real bodies must be white.
    3. The second day's body is completely engulfed by the first day's body.
    4. Both days' bodies must be long

    Remarks

    • Source: p.73

    Parameters

    • candles: Candle[]

      candles to be tested against this pattern

    • Default value trend: Trend = "down"

      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

longDay

longDay: Options = LongDay.defaults

Generated using TypeDoc