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/

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)
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/
