Skip to main content

Getting indicators based on smart money concepts or ICT

Project description

Smart Money Concepts (smc) BETA

The Smart Money Concepts Python Indicator is a sophisticated financial tool developed for traders and investors to gain insights into market sentiment, trends, and potential reversals. This indicator is built using Python, a versatile programming language known for its data analysis and visualization capabilities.

Installation

pip install smartmoneyconcepts

Usage

from smartmoneyconcepts import smc

Prepare data to use with smc:

smc expects properly formated ohlc DataFrame, with column names in lowercase: ["open", "high", "low", "close"] and ["volume"] for indicators that expect ohlcv input.

Indicators

FVG - Fair Value Gap Highs and Lows OB - Order Block Liquidity

Examples

Please take a look at smc.test.py for more detailed examples on how each indicator works.

    smc.fvg(ohlc) # Fair Value Gap
    smc.highs_lows(ohlc, up_thresh=0.05, down_thresh=-0.05) # Highs and Lows
    smc.ob(ohlc) # Order Block
    smc.liquidity(ohlc, range_percent=0.01, up_thresh=0.05, down_thresh=-0.05) # Liquidity

Contributing

This project is still in BETA so please feel free to contribute to the project. By creating your own indicators or improving the existing ones.

  1. Fork it (https://github.com/joshyattridge/smartmoneyconcepts/fork).
  2. Study how it's implemented.
  3. Create your feature branch (git checkout -b my-new-feature).
  4. Run black code formatter on the finta.py to ensure uniform code style.
  5. Commit your changes (git commit -am 'Add some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create a new Pull Request.

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

smartmoneyconcepts-0.0.9.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

smartmoneyconcepts-0.0.9-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file smartmoneyconcepts-0.0.9.tar.gz.

File metadata

  • Download URL: smartmoneyconcepts-0.0.9.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.7

File hashes

Hashes for smartmoneyconcepts-0.0.9.tar.gz
Algorithm Hash digest
SHA256 47d7c8fd0cd70460eb5e7f707317a37b7a3ff0b336fa641f8c8477c449b67101
MD5 5dda27746282fe849a9e32d50d7cc0b3
BLAKE2b-256 3e3a6fbe8ae2e70531c6cc84ee0b2ab73fefeabb01453d7ba374185fee6508fb

See more details on using hashes here.

File details

Details for the file smartmoneyconcepts-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for smartmoneyconcepts-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a85c9f796879b05db9c152cda44fac7ef60ab00e05d0da392d30d981c6818fc0
MD5 1a9dcb18ea2188515e8d9b4674141268
BLAKE2b-256 81beaa0eaa9ebd75ea641f466d62a45609edd23d9383fb0653f3418fad7013da

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