Giter VIP home page Giter VIP logo

financealerts's Introduction

FinanceAlerts

For each ticker in environment var TICKER_LIST, the software checks RSI and bollinger bands and output a BUY/SELL signal.

If a Telegram TELEGRAM_CHAT_ID and TELEGRAM_BOT_TOKEN environment variables are provided, alerts are also sent to the Telegram chat

INDICATORS env is the list of indicators that can be used. Possible values: RSI, BB, SMA, MACD

Telegram (optional):

TELEGRAM_CHAT_ID=-123456789
TELEGRAM_BOT_TOKEN=1234567890:XXX-XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX

Launch:

export TICKER_LIST="TSLA INTC"
python3 src/main.py

or

python3 src/main.py INTC

How to setup your github action bot:

NOTE: go to the Actions tab and enable the scheduled workflows because they are disabled for the forked repositories.

TELEGRAM_CHAT_ID: the ID of the telegram chat you whant your message to be sent

TELEGRAM_BOT_TOKEN: a telegram bot token

  • Then add in your action variablesthe variable with the list of tickers to analyze

TICKER_LIST: list of tickers

TSLA
INTC
AAPL

NOTE: you can add ticker from London stock exchange adding a .L to the ticker, and .AX for Australian stock exchange e.g. ANIC.L, PLS.AX

then wait ⏱️ (cron is launched once a day)

financealerts's People

Contributors

stell0 avatar

Stargazers

 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.