Skip to main content

Data-driven approach to highlight critical price zones

Project description

ZoneFinder

Description

zonefinder is a Python package designed to identify and analyze key support and resistance price levels from financial market data.

It provides tools to detect the most frequent highs, lows, and closes, as well as to cluster these price points into support and resistance zones.

Installation

You can install zonefinder via pip:

pip install zonefinder

Usage

Here is a simple example to identify frequent price levels from your price data:

import pandas as pd
from zonefinder import identify_frequent_price_levels, identify_support_resistance_zones

# Load your price data, must contain columns 'high', 'low', and 'close'
data = pd.read_csv('your_price_data.csv')

# Identify and Print the top 5 most frequent price levels
levels = identify_frequent_price_levels(data, rounding_digits=2, show_output=True)

# Detect the top 10 most frequent support and resistance zones with default epsilon = 0.1
zones = identify_support_resistance_zones(data, top_n=10, epsilon=0.1, show_output=True)

Author

Anthony Gocmen - email
WebSite: developexx

License

This project is licensed under the MIT License - see MIT for details.

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

zonefinder-0.0.3.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

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

zonefinder-0.0.3-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file zonefinder-0.0.3.tar.gz.

File metadata

  • Download URL: zonefinder-0.0.3.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for zonefinder-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4fd84468063d823f5e6082223906746c118d0551bdb41ff28acc5e9fc393b17e
MD5 1d94b14c4ff6fa1577752a9ea12e0308
BLAKE2b-256 7c2c30d83ea3dc36fe73b4e84abd1dc02780d5ba46bff67ac22b53ebc29f144d

See more details on using hashes here.

File details

Details for the file zonefinder-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: zonefinder-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for zonefinder-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ef4b9bb44df7c25df187503894b6dcc9f90d1abea546473dffe0f14eab70f90e
MD5 8473c36f4c11faa24ff29af529e0c13c
BLAKE2b-256 3dce78ddc589e3e0d08321a66812ee8ee0d323a189629edb7d0653b3ef571f84

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