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')

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.2.0.tar.gz (3.6 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.2.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: antony_indicator-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 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.2.0.tar.gz
Algorithm Hash digest
SHA256 7b5a4db234312c592b60a9e9682b1a41925f1a54b151ad6c6c71bef370ce1da5
MD5 e8f9879b0fab782c44b5b82055e40fe9
BLAKE2b-256 9d17fa37975e3f8c9ea9678fdb81fc08ddd6b1f519c5a899c1f8d976386a7178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antony_indicator-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 36e6f8839c0035a07d0f06e185d31a8055f61ae81a8ac9fcdbf39b0ba1420242
MD5 162e12df5b5e8f4886e0ee9f5e708151
BLAKE2b-256 955d164a9696e2aaad40a1b85ab1789eeae4a6324df36f42048f8d2e255dd956

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