Need help on a trading bot using RSI values in python

This page summarizes the projects mentioned and recommended in the original post on /r/algotrading

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pandas-ta

    Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators

  • Which TA library are you using? If you are using the Pandas-TA (https://github.com/twopirllc/pandas-ta) which I HIGHLY recommend, then it uses a Pandas Dataframe by default. With a Pandas Dataframe you can easily drop rows of old data from your data every hour. And you can easily write the data to file so in the event your bot has a hiccup it can restore itself very very quickly. And the library works nicely with tick data.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help recreating ta-lib python MACDFIX in pure python

    1 project | /r/algotrading | 3 May 2023
  • How to detect price action?

    1 project | /r/algotrading | 13 Jan 2023
  • API for indicators

    1 project | /r/algotrading | 23 Oct 2022
  • Add attribute to Pandas dataframe to create new column

    1 project | /r/learnpython | 5 Sep 2022
  • How does Python or Python handle projects that access use multiple repo's

    1 project | /r/pycharm | 4 Jun 2022