All Projects → mtamer → Python Rsi

mtamer / Python Rsi

RSI (Relative Strength Index) written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Python Rsi

Stock2vec
Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history
Stars: ✭ 30 (-66.67%)
Mutual labels:  stock
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+1035.56%)
Mutual labels:  stock
Personae
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
Stars: ✭ 1,140 (+1166.67%)
Mutual labels:  stock
Fooltrader
quant framework for stock
Stars: ✭ 960 (+966.67%)
Mutual labels:  stock
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+9443.33%)
Mutual labels:  stock
Trading Stock Thailand
Stars: ✭ 53 (-41.11%)
Mutual labels:  stock
Kschart
k线图/kline/kchart,已经集成MA/EMA/MACD/KDJ/BOLL/RSI/WR/AVG等指标,新增指标及其方便。适用于股票/区块链交易所等种类App。Swift5编写,CPU/内存占用率极低,60FPS稳定运行。示例集成websocket,并接入币安数据(需VPN)。
Stars: ✭ 909 (+910%)
Mutual labels:  stock
Qlib Server
Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.
Stars: ✭ 81 (-10%)
Mutual labels:  stock
Mtgdesktopcompanion
Cards manager for magic the gathering
Stars: ✭ 44 (-51.11%)
Mutual labels:  stock
Hqchart
HQChart - H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据替换接口
Stars: ✭ 1,126 (+1151.11%)
Mutual labels:  stock
Stock
🐛 股票10档盘口 小工具
Stars: ✭ 39 (-56.67%)
Mutual labels:  stock
Heatmap for tushare
Create a heatmap for Real time China stocks price by Tushare's data
Stars: ✭ 41 (-54.44%)
Mutual labels:  stock
Pyspider Stock
A project using pyspider to collect data and NLP techs to analyze the correlation among the data
Stars: ✭ 56 (-37.78%)
Mutual labels:  stock
Portbalance
Determine optimal rebalancing of a passive stock portfolio.
Stars: ✭ 31 (-65.56%)
Mutual labels:  stock
Surpriver
Find big moving stocks before they move using machine learning and anomaly detection
Stars: ✭ 1,152 (+1180%)
Mutual labels:  stock
Ddy Stock Real
股票行情--来源恒生,新浪,腾讯,网易
Stars: ✭ 27 (-70%)
Mutual labels:  stock
Ai qi
智能量化投资平台
Stars: ✭ 47 (-47.78%)
Mutual labels:  stock
Copper price forecast
copper price(time series) prediction using bpnn and lstm
Stars: ✭ 81 (-10%)
Mutual labels:  stock
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+1213.33%)
Mutual labels:  stock
Laravelinventry
Stock management application using Laravel 5.4
Stars: ✭ 60 (-33.33%)
Mutual labels:  stock

python-rsi

RSI (Relative Strength Index) written in Python

Python RSI Image

About

Relative Strength Index written in Python. The whole point of this application is to be able to come up with a list of as many different types of stocks (stock tickers) that you want to screen and see if it meets the Relative Strength criteria. A combination of the RSI and the 20 and 200 day Moving Average (MA) tend to be strong and popular indicators to determine the future behavior of a stock.

At the end of pulling stock data, a table is shown displaying metrics of the stocks pulled along with a link to view the chart.

Stock Data Table

To Install

  1. Clone repo: git clone https://github.com/mtamer/python-rsi.git
  2. cd src
  3. pip install -r requirements.txt
  4. Look inside the main.py file and put all the stocks you want to monitor in there or inside of stocks.txt
  5. To run: python main.py
  6. Enjoy!

Disclaimer

This repository is only for educational purposes. The owner and contributors of this repository are not responsible for how you use this code and the gains/losses you accumulate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].