Skip to main content

A package for predicting buy and sell signals

Project description

Evx predictor mlbot

This is a simple package used to generate buy and sell signals for crypto and conventional stock markets based on the excess volume indicator(EVX)
You can read more about Evx in the whitepaper here

Usage

In your python script simply import the module and use as follows
from evxpredictor import mlbot

print(mlbot.signal(20,65,120, 0.98,'buy'))

The above methods take an assets opening, closing, and volume of the asset based on the time interval you have chosen, while the last variable is alpha, a probabilistic value. A zero classification output would instruct the user to sell, while one output means don't sell or buy if the asset is not already present in the orders.

You can use empty space instead of alpha to make use of the default value.

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

evxpredictor-0.1.7.tar.gz (99.4 kB view hashes)

Uploaded Source

Built Distribution

evxpredictor-0.1.7-py3-none-any.whl (98.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