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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Candlestick-0.0.8.tar.gz
.
File metadata
- Download URL: Candlestick-0.0.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf66bb5d61aa0007e8c40ad825971d03f7c07387c261aeed64dba9e7a2e99dd4 |
|
MD5 | 72c6ddc581a2b4d373e8284efc691ee7 |
|
BLAKE2b-256 | 29b3d51ee14429c0ae28aa47665fd9b5e0a0fa8238d4a15cd9ae42bb65a6e6f6 |
File details
Details for the file Candlestick-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: Candlestick-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65c593818530718a4dc07d43c6fcdc734a25987c069e1eb884d9b7949140696d |
|
MD5 | f9d9407963c93508ce7a319075e8b3dc |
|
BLAKE2b-256 | cdb62c43445af5ae4f96c3c99d2241c03d3a658ff6652d98c790fb3196771f02 |