Skip to main content

A custom indicator package including VPFR.

Project description

Antony Indicator Package

A custom Python package for technical analysis indicators.

Installation

pip install .

Usage

VPFR (Volume Profile Fixed Range)

import pandas as pd
from indicator.vpfr import vpfr

# ... create dataframe ...
result = vpfr(df)
print(result.poc, result.vah, result.val)

VWAP (Volume Weighted Average Price)

from indicator.vwap import vwap

# Standard VWAP
result = vwap(df)
print(result.vwap)

# Session-based VWAP (reset on column)
result_session = vwap(df, reset=True, reset_col='session_id')

CVD (Cumulative Volume Delta)

from indicator.cvd import cvd

# Standard CVD (neutral='ignore')
result = cvd(df, neutral='ignore')
print(result.cvd)

# Split neutral volume (half buy/half sell)
result_split = cvd(df, neutral='split')

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

antony_indicator-0.3.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

antony_indicator-0.3.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file antony_indicator-0.3.0.tar.gz.

File metadata

  • Download URL: antony_indicator-0.3.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for antony_indicator-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7a7f8d267bf9b75fed5833a0999a67b519fa00462dd983f39573c77d17383702
MD5 d0c788f5d9ee37d4a231c21c173af9fa
BLAKE2b-256 d1635a9496507ab068b4510aa335a153bc57d514d44483caa5320f17ae115f67

See more details on using hashes here.

File details

Details for the file antony_indicator-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for antony_indicator-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e9aaabe24559bd646ff1a3cbd4ca75201043d45f26a753def2a7772e4016b0f3
MD5 7539eec8bf8fb9872af4ea82a8d90ca5
BLAKE2b-256 fd4ff1c3c8c29fa3bf27b37002ab668fa47e31511896ad3f25d5ce15510d703a

See more details on using hashes here.

Supported by

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