Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Morning Doji Star

    sample

    Rules

    1. The first day#s color should reĆ¼resent the trend of the market.
    2. The second day must be a Doji (a Doji that gaps)
    3. The third day is the opposite color of the first day.

    Remarks

    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

doji

doji: Options = Doji.defaults

longDay

longDay: Options = LongDay.defaults

Generated using TypeDoc