jackmappotion / OhlcvAnalyser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OhlcvAnalyser

What OhlcvAnalyser Do?

OhlcvAnalyser helps analyse OHLCV(Open, High, Low, Close, Volume) data.

How to use OhlcvAnalyser

pip install OhlcvAnalyser
from OhlcvAnalyser import MultiOhlcvAnalyser, SingleOhlcvAnaylser

from OhlcvAnalyser.analyser import (
    PriceAnalyser,
    ProfitAnalyser,
    VarianceAnalyser,
    CoefficientAnalyser,
)

from OhlcvAnalyser.plotter import Plotter

Examples

Info

image

Price analysis

image

Coefficient analysis

image

RegressionPlot

image

OhlcvPlot

image

About


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%