{"id":20614758,"url":"https://github.com/dashed/technical_indicators","last_synced_at":"2025-04-15T07:35:43.572Z","repository":{"id":57669401,"uuid":"103362493","full_name":"dashed/technical_indicators","owner":"dashed","description":"📈 Library of technical indicators in Rust. (work in progress)","archived":false,"fork":false,"pushed_at":"2017-12-24T11:06:18.000Z","size":50,"stargazers_count":19,"open_issues_count":15,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T17:57:29.704Z","etag":null,"topics":["candlestick","indicators","investing","rust","technical-analysis","trading"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-13T06:32:54.000Z","updated_at":"2024-10-31T22:20:20.000Z","dependencies_parsed_at":"2022-09-26T20:40:54.136Z","dependency_job_id":null,"html_url":"https://github.com/dashed/technical_indicators","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashed%2Ftechnical_indicators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashed%2Ftechnical_indicators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashed%2Ftechnical_indicators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashed%2Ftechnical_indicators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashed","download_url":"https://codeload.github.com/dashed/technical_indicators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249027519,"owners_count":21200648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["candlestick","indicators","investing","rust","technical-analysis","trading"],"created_at":"2024-11-16T11:13:32.143Z","updated_at":"2025-04-15T07:35:43.544Z","avatar_url":"https://github.com/dashed.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"technical_indicators [![Build Status](https://travis-ci.org/dashed/technical_indicators.svg)](https://travis-ci.org/dashed/technical_indicators) [![crate version](https://img.shields.io/crates/v/technical_indicators.svg?style=flat)](https://crates.io/crates/technical_indicators) [![docs.rs](https://docs.rs/technical_indicators/badge.svg)](https://docs.rs/technical_indicators)\n====================\n\n\u003e Library of technical indicators in Rust.\n\n## What?\n\nA technical indicator is a tool that attempts to forecast a technical analysis feature (e.g. support / resistance) based on given data such as historical price and volume.\n\nTypically, a trader or an investor would use technical indicators against an asset (e.g. stocks), and then perform technical analysis to formulate a trading (or investing) decision.\n\nSee: https://en.wikipedia.org/wiki/Technical_indicator\n\n## Install\n\nAdd to your `Cargo.toml`:\n\n```toml\n[dependencies]\ntechnical_indicators = \"0.5.0\"\n```\n\nNext, add this to your crate:\n\n```rust\nextern crate technical_indicators;\n```\n\n## Usage\n\n*TBA.*\n\nIndicators\n==========\n\nImplemented indicators.\n\n## Simple Moving Average\n\nRead more: https://en.wikipedia.org/wiki/Moving_average#Simple_moving_average\n\n## Exponential Moving Average\n\nRead more: https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average\n\n## Ichimoku Kinkō Hyō\n\nRead more: https://en.wikipedia.org/wiki/Ichimoku_Kink%C5%8D_Hy%C5%8D\n\nChores\n======\n\n- `./pretty.sh`: Run [`rustfmt`](https://github.com/rust-lang-nursery/rustfmt)\n- `cargo test`: Run tests.\n- `cargo check`: Quick compile check.\n\nCredits\n=======\n\nThanks to [Cryptowatch API](https://cryptowat.ch/docs/api#ohlc) for the bitcoin trading data of the GDAX (Coinbase) exchange.\n\nURL used to access the trading data: `https://api.cryptowat.ch/markets/gdax/btcusd/ohlc?periods=14400` (4 hour candles)\n\nLicense\n=======\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashed%2Ftechnical_indicators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashed%2Ftechnical_indicators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashed%2Ftechnical_indicators/lists"}