Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Object literals

Functions

test

  • Tests whether the given candle matches the pattern: Meeting Lines

    sample

    sample

    Rules

    1. The lines have bodies that extend the current trend.
    2. The first body's color always reflects the trend: black for downtrend and white for uptrend.
    3. The second body is the opposite color.
    4. The close of each day is the same.
    5. Both days should be long days.

    Remarks

    • Source: p.66

    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

longDay

longDay: Options = LongDay.defaults

precision

precision: number = 0

Generated using TypeDoc