Skip to main content

A package for finding the candlestick patterns from OHLC data

Project description

Candlestick Analyser.

Version - 0.0.8

Dataframe with column names of Date, Open, High, Low, Close, Volume

Whats New - Dark Cloud Cover, Piercing Pattern

example: import Pattern

Pattern.doji(df) :- will add column named 'Doji' in dataframe where True for detected doji and False for rest.

Pattern.gravestone_doji(df) :- will add column named 'Gravestone' in dataframe where True for detected gravestone doji and False for rest.

Pattern.dragonfly_doji(df) :- will add column named 'Dragonfly' in dataframe where True for detected dragonfly doji and False for rest.

Pattern.longleg_doji(df) :- will add column named 'LongLeg' in dataframe where True for detected longleg doji and False for rest.

Pattern.Hammer_Hanging_Man(df) :- will add column named 'Hammer' in dataframe where True for detected Hammer or Hanging Man and False for rest.

Pattern.Inv_Hammer(df) :- will add column named 'Inv_Hammer' in dataframe where True for detected Inverted Hammer or Shooting Star and False for rest.

Pattern.Spinning_Top(df) :- will add column named 'Spinning' in dataframe where True for detected spinning top and False for rest.

Pattern.Marubozu(df) :- will add column named 'Bull_Marubozu' & 'Bear_Marubouzu' in dataframe where 'Bull_Marubouzu' True for detected Bullish Marubozu & 'Bear_Marubozu' for detected Bearish Marubozu False for rest of both column.

Pattern.Engulf(df) :- will add column named 'BullEngulf' 'BearEngulf' in dataframe where 'BullEngulf' True for detected Bullish Engulfing & 'BearEngulf' for detected Bearish Engulfing False for rest of both column.

Pattern.Engulfing(df) :- will add column named 'SBullEngulf' 'SBearEngulf' in dataframe where 'SBullEngulf' True for detected Bullish Engulfing & 'SBearEngulf' for detected Bearish Engulfing False for rest of both column.

Pattern.Harami(df) :- will add column named 'BullHarami' 'BearHarami' in dataframe where 'BullHarami' True for detected Bullish Harami & 'BearHarami' for detected Bearish Harami False for rest of both column.

Pattern.DarkCloudCover(df) :- will add column named 'DarkCloud' in dataframe where True for detected Dark Cloud Cover pattern and False for rest.

Pattern.PiercingPattern(df) :- will add column named 'Piercing' in dataframe where True for detected Piercing Pattern and False for rest.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Candlestick-0.0.8.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Candlestick-0.0.8-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page