Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

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

    sample

    Rules

    1. The first day is always the color that was established by the ensuing trend.
    2. The second day, the star, is always gapped from the body of the first and third day. Its color is not important.
    3. The third day is always the opposite color of the first day.
    4. The first day, and most likely the third day, are considered long days.

    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

longDay

longDay: Options = LongDay.defaults

Generated using TypeDoc