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.1.tar.gz (4.5 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.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: antony_indicator-0.3.1.tar.gz
  • Upload date:
  • Size: 4.5 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.1.tar.gz
Algorithm Hash digest
SHA256 f42562a82ad1acd44fd4c850f877bdf2684d8a6364e65cbdd8f9b2da044043dd
MD5 6c30e7967a6d84c3e9f4b68797a694b7
BLAKE2b-256 8729933a5325374e4d6578b71d5a01e61938901c33760bb60dad97731feb0b05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antony_indicator-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8a914ad97447d7663895ed03d505daecfba51be8f0567686e70db90b3cd14a7c
MD5 79223b98ccd89e8c2622dba5d16428cb
BLAKE2b-256 97ec298ae6fe6068296efcf552c14e832b8082942dc5adf6a25c5f0592cb8334

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