Skip to content
#

indicators

Here are 140 public repositories matching this topic...

MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数,神奇的实现所有常见技术指标算法(不依赖talib库)的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装,简洁且高性能,能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量化等领域,它是您最精练的股市量化工具。Python library with most stock market indicators.

  • Updated May 7, 2022
  • Python
Stock.Indicators
DaveSkender
DaveSkender commented May 22, 2022

When there is a Renko transition, the brick is one brick size off in vertical position.

From @shinel70:
here is a picture i try to explain my problem
get renko
`
using Binance.Net.Clients;
using Skender.Stock.Indicators;
BinanceClient bc = new();
var data = await bc.UsdFuturesApi.Co

bug good first issue
cinar
cinar commented Jan 26, 2022

The Price Rate of Change (ROC) is a momentum-based technical indicator that measures the percentage change in price between the current price and the price a certain number of periods ago. The ROC indicator is plotted against zero, with the indicator moving upwards into positive territory if price changes are to the upside, and moving into negative territory if price changes are to the downside.

enhancement good first issue

Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊

  • Updated Nov 2, 2020
  • Jupyter Notebook
activity
ninetteadhikari
ninetteadhikari commented Sep 24, 2020

Current behavior
Create target period is throwing 'Invalid form' error

indicator_target

To Reproduce
Steps to reproduce the behavior:

  1. Go to Indicator list
  2. Click on an Indicator and go to 'Targets' tab
  3. Fill in the information in the form
  4. Add Target frequency and p
bug good first issue 2
cinar
cinar commented Jan 17, 2022

The Price Rate of Change (ROC) is a momentum-based technical indicator that measures the percentage change in price between the current price and the price a certain number of periods ago. The ROC indicator is plotted against zero, with the indicator moving upwards into positive territory if price changes are to the upside, and moving into negative territory if price changes are to the downside.

enhancement good first issue

Improve this page

Add a description, image, and links to the indicators topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the indicators topic, visit your repo's landing page and select "manage topics."

Learn more