Code Monkey home page Code Monkey logo

capricorn's Introduction

<<<<<<< HEAD

python-streamlit

This project is built on yfinance, an open source API to access the financial data available on Yahoo Finance. As mentioned, this free API has no guarantee if it breaks it will be maintained. This project mainly discover the solutions and get a touch to the financial python world. Polygon and IEX might make good bets in future for the platform.

https://www.alphavantage.co/documentation/ https://algotrading101.com/learn/iex-api-guide/ https://algotrading101.com/learn/yfinance-guide/ https://polygon.io/ Link to stocktrend github page

https://github.com/ChillarAnand/stocktrends

Links to sources discussed in the lecture videos

TA-Lib website: http://ta-lib.org/ TA-Lib Python Wrapper Github Page: https://mrjbq7.github.io/ta-lib/ TA-Lib documentation of pattern recognition: https://mrjbq7.github.io/ta-lib/func_groups/pattern_recognition.html Discussion on installation problems: TA-Lib/ta-lib-python#127 Command to install TA-lib for python 3.5 and 3.6: pip install -i https://pypi.anaconda.org/masdeseiscaracteres/simple ta-lib Good website on chart patterns: http://thepatternsite.com

Project LEO

Libraries: streamlit, yfinance, pnadas, numpy, mplfinance, stocktrends, talib

Capricorn

Project Capricorn Libraries: streamlit, yfinance, pnadas, numpy

7274c02307a166a2772935ecf76f2b0f603b9d3e

pip install streamlit

pip install pipenv

streamlit run app.py

pip install pipwin pipwin install TA-Lib https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib

To fix the issue with mplexporter not getting Collection offset position due to matplotlib API changes in v3.5 (plotly/plotly.py#3624 replacing in this exporter.py file offset_order = offset_dict[collection.get_offset_position()] offset_order = offset_dict[collection._offset_position] ) -->not working

I have decided to uninstall matplotlib 3.5 and downgrade it to 3.4.0 to fix the issue

from st_aggrid import AgGrid

capricorn's People

Contributors

letainc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.