Skip to content

jackmappotion/OhlcvAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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