Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Abandoned Baby

    sample

    sample

    Rules

    1. The first day should reflect the prior trend.
    2. The second day is a Doji whose shadow gaps above or below the previous day's upper or lower shadow.
    3. The third day is the opposite color of the first day.
    4. The third day gaps in the opposite direction with no shadows overlapping.

    Remarks

    • Source: p.103

    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

longDay

longDay: Options = LongDay.defaults

Generated using TypeDoc