Skip to content

Candlestick Pattern EveningStar Incorrect. #247

@snub-fighter

Description

@snub-fighter

Looking at evening star and it appears to be incorrect. Is this actually considered an evening star because this is engulfing the previous bar.

https://www.tradingview.com/chart/d3hZBVEd/
image


date            2018-12-18 18:00:00         ...           2018-12-21 13:30:00
open                        0.33412         ...                       0.37355
high                        0.33432         ...                         0.374
low                         0.33058         ...                        0.3685
close                       0.33131         ...                       0.36913
volume                  1.10374e+06         ...                    2.2748e+06
epoch                   1.54516e+12         ...                    1.5454e+12
date            2018-12-18 18:00:00         ...           2018-12-21 13:30:00
CDLEVENINGSTAR                 -100         ...                          -100

Code Snippet
    Evening = FetchedData.loc[FetchedData['CDLEVENINGSTAR'] == -100]
    print(Evening.T)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions