该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Indicators API with ta-lib

List containers:

sudo docker ps -a

Build container

sudo docker build --no-cache . -t indicators

Run container

sudo docker run -it --rm -p 5000:5000 indicators

or

sudo docker run -it --rm -p 5000:5000 ghcr.io/breim/TAlib-altcoins-api:X.X.X

Get indicators

http://localhost:5000/indicators?exchange=binance&symbol=BTC/USDT&interval=1h

Suported params

exchange: supported list

symbol: ‘BTC/USDT’ Bitcoin to Tether, or LTCBTC Litecoin to Bitcoin.

interval: Binance have the following time frames or intervals: ['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h', '6h', '8h', '12h', '1d', '3d', '1w', '1M'].

limit: Limit binance api return default is 100

Example response

  {
    "adx": 52.90973494613487,
    "ma_100": 11700,
    "ma_50": 11700,
    "macd": -30.9,
    "minus_di": 39.19350254139547,
    "plus_di": 4.528784884053814,
    "rsi": 33.51984340870133,
    "sma": 11607.09
  }

空文件

简介

暂无描述 展开 收起
Python 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化