GithubHelp home page GithubHelp logo

teamgroove / algorithmic-trading-technical-indicators Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mortiniera/algorithmic-trading-technical-indicators

0.0 0.0 0.0 3.64 MB

Python implementation of technical indicators used by traders and investors in financial markets to analyze past market data and identify potential trends or patterns in the price and volume of an asset.

Jupyter Notebook 100.00%

algorithmic-trading-technical-indicators's Introduction

About

Python implementation of some Momentum and Trend following technical indicators used by traders and investors in financial markets to analyze past market data and identify potential trends or patterns in the price and volume of an asset. Python implementations are double-checked and compared against Ta-lib implementations.

Setup

On a Macbook, if you are having issues when installing ta-lib with pip and requirements file.

Use the following commands.

conda create -n finance python=3
conda activate finance
brew install ta-lib
conda install -c conda-forge ta-lib # do not use: pip install ta-lib

Check your installation on terminal with the following commands

python
import talib
talib.__ta_version__

You should see your talib version printed !

Workaround reference link : TA-Lib/ta-lib-python#408 (comment)

1. MACD - Moving Average Convergence Divergence

Python implementation of MACD indicators to understand their mecanism and how they can be useful for algorithmic trading using data from Yahoo Finance API, with Google Stock.

More details regarding the implementation at : https://github.com/Mortiniera/algorithmic-trading-technical-indicators/blob/main/MACD/Moving_Average_Convergence_Divergence.ipynb

References

Thanks to Hanane D. for explanations and undersanding regarding algorithmic trading strategies.

Reference : https://machinelearning-basics.com/blog/

algorithmic-trading-technical-indicators's People

Contributors

mortiniera 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.