Coder Social home page Coder Social logo

doggie52 / quantconnect-telegram-bot Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 5.0 29 KB

Unofficial Telegram bot for retrieving data from a QuantConnect live algorithm deployment.

C# 92.58% Shell 0.94% Dockerfile 6.48%
c-sharp quantconnect telegram-bot trading-platform

quantconnect-telegram-bot's People

Contributors

dependabot[bot] avatar doggie52 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quantconnect-telegram-bot's Issues

Drawdown alert

Bot should be able to alert users when a certain drawdown level has been reached. This is not possible right now and relies on the QC API being extended (see #2 and #1).

Ability to output historical portfolio statistics

The bot should be able to calculate various portfolio statistics such as returns, sharpe ratios, drawdowns, etc.

This is currently not possible, relies on the API being extended so that we can get historical data points (see QuantConnect/Lean#3150 and QuantConnect/Lean#3301). We could also rely on the RuntimeStatistics and Statistics from the AlgorithmLiveResult object, but this would also need the API to be extended (see #1).

Ability to listen to new trades and notify users

Bot should be able to listen for incoming trades and notify users when they happen.

This isn't possible yet - it will need to wait for QC to get around to fully populating the LiveAlgorithmResults object in https://github.com/QuantConnect/Lean/blob/master/Api/Api.cs. This is done through CreateLiveResultsFromJObject() in https://github.com/QuantConnect/Lean/blob/master/Common/API/LiveAlgorithmResultsJsonConverter.cs.

If we want true streaming behaviour, this may require additional functionality not yet present in the API.

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.