golang trade bot

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • marti

    Go trading bot (crypto, Binance)

  • Hi, I made just another boring trading bot for binance. The strategy is extremely simple: buy when the price is low and sell when the price is high. Of course, it works differently depending on the settings (what is considered a "low price" and a "high price" is determined from the statistics of the past N hours, specified in the settings). https://github.com/vadiminshakov/marti I made an effort to make the bot flexible, so that the core logic can be transferred to any platform and any module can be replaced (pricing module, buying/selling module, module for determining the next action based on the current price, and so on). If anyone is interested in such projects, feel free to use it and contribute to its development.

  • 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