Crypto Trading Bots for Linux

View 21 business solutions

Browse free open source Crypto Trading Bots and projects for Linux below. Use the toggles on the left to filter open source Crypto Trading Bots by OS, license, language, programming language, and project status.

  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Binance Trading Bot

    Binance Trading Bot

    Automated Binance trading bot, trade multiple cryptocurrencies

    Automated Binance trading bot. Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis. This bot is using the concept of trailing buy/sell order which allows following the price fall/rise. Trailing Stop Orders About Trailing Stop Orders Concept you can find at Binance Official document. Place orders at a fixed value or percentage when the price changes. Using this feature you can buy at the lowest possible price when buying down and sell at the highest possible price when selling up. The bot supports multiple buy/sell orders based on the configuration. The bot is using MongoDB to provide a persistence database. However, it does not use the latest MongoDB to support Raspberry Pi 32bit. Used MongoDB version is 3.2.20, which is provided by apcheamitru. The bot is tested/working with Linux and Raspberry Pi 4 32bit. Other platforms are not tested.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 2
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You will notice the difference as soon as you join the Telegram Community Group or the new Discord Server! Superalgos is an ever-growing ecosystem of tools and applications. Once you install and launch the app, a series of interactive tutorials take you by the hand and walk you all around the system while you learn the basic skills required to use the interface, mine data, backtest strategies, and even run a live trading session.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 3
    Krypto-trading-bot

    Krypto-trading-bot

    Self-hosted crypto trading bot, automated high frequency market

    K is a family of (very customizable) very low latency market-making trading bots with a fully featured web interface. It can place and cancel orders on one of the several compatible exchanges in less than a few milliseconds per order on a decent machine. If you don't want to configure or hardcode your own trading strategies in your own machine, you can run strategies from someone else at kryll.io (or at any other trading community out there). Our bots run on unix-like systems. Persistence is achieved through a built-in server-less SQLite C++ interface. Data transfers are directly done from your machine to the exchange using the latest CURL and OpenSSL versions. Installation in a dedicated Debian, Raspberry, Red Hat, CentOS or macOS instance without Docker is recommended. The web UI is compatible with most web browsers/resolutions, but Brave or Firefox at 1600px are recommended. Doesn't require configuration of any web server (unless installed behind your own reverse proxy).
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    OctoBot

    OctoBot

    Cryptocurrency trading bot for TA, arbitrage and social trading

    OctoBot is a trading robot that is designed to be easy to use and infinitely customizable. OctoBot is built for people who don't have much time or do not easily trust crypto-world projects. Many trading automation tools exist but most of them are complicated to use, expensive, do not behave as intended, or are meant to be used by professional traders. Moreover, when a favorable trend is spotted, it can be difficult to maximize profit from it: trading takes a lot of time, and when it's done automatically how to be sure that the robot will do what it is supposed to? By using OctoBot, you will be able to automate your trades with the strategy you have chosen and the markets you want. Whether you are a beginner or an expert trader, each strategy is testable easily without any limit. You can use an existing setup or try and customize your own until you identify the perfect settings for your trading goals and proceed with real money trading and make real gains.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    Gekko

    Gekko

    A bitcoin trading bot written in node

    Gekko is an open source platform for automating trading strategies over bitcoin markets. Define your own trading strategy and Gekko will take care of everything else. Gekko is free and 100% open source, you download and run the software on your own machine. Gekko only talks to the exchanges (if you want it too). We don't know anyhing about your strategies, usage, portfolio size or anything else (unless you tell us). Gekko supports 16 different exchanges (including Bitfinex, Bitstamp and Poloniex). Just tell Gekko which exchange you want to interact with and Gekko talks directly to the exchange. Gekko makes it possible to create your own trading strategies using TA indicators. Once you created it you can use Gekko to backtest your strategy over historical market data or run against the live market (using either a paper trader or real trader - making it a trading bot).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Freqtrade

    Freqtrade

    Free, open source crypto trading bot

    Freqtrade is a free and open-source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram or WebUI. It contains backtesting, plotting, and money management tools as well as strategy optimization by machine learning. Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect. We strongly recommend you have basic coding skills and Python knowledge. Do not hesitate to read the source code and understand the mechanisms of this bot, algorithms, and techniques implemented in it. Write your strategy in python, using pandas. Example strategies to inspire you are available in the strategy repository. Download historical data of the exchange and the markets you may want to trade with. Find the best parameters for your strategy using hyper optimization which employs machining learning methods.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    python-binance

    python-binance

    Binance Exchange API python implementation for automated trading

    This is an unofficial Python wrapper for the Binance exchange REST API v3. I am in no way affiliated with Binance, use at your own risk. Implementation of all General, Market Data and Account endpoints. Asyncio implementation. Testnet Support for Spot, Futures, and Vanilla Options. Simple handling of authentication. No need to generate timestamps yourself, the wrapper does it for you. Response exception handling. Websocket handling with reconnection and multiplexed connections. Symbol Depth Cache. Historical Kline/Candle fetching function. Withdraw functionality. Deposit addresses. Margin Trading. Futures Trading. Vanilla Options. Support other domains (.us, .jp, etc). The breaking changes include the migration from wapi to sapi endpoints which are related to the wallet endpoints detailed in the Binance Docs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Crypto Arbitrage Bot
    The bot ceaselessly screens the costs of particular resources on distinctive DEXs, seeking out for openings to purchase at a lower price on one trade and offer at the next cost on another. When a favorable arbitrage opportunity is distinguished, the bot consequently executes the exchanges to capitalize on the cost dissimilarity and create profits.Through nonstop checking of different DEX stages, bot analyzes real-time showcase information to distinguish occasions where an asset's cost veers altogether over trades.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 9
    Crypto Arbitrage

    Crypto Arbitrage

    A cryptocurrency arbitrage opportunity calculator

    A cryptocurrency arbitrage opportunity calculator and trading bot. Over 800 currencies and 50 markets. In short, it collects JSON from multiple different cryptocurrency markets, goes through the results, and finds the highest and lowest price for each coin. The script will find the highest price (chbtc.com), and lowest price (Bittrex), and divide the two: 51.8/38.23 = ~1.35 (~35% profit margin) and then push these results to the browser. It will also find the next highest market pairs, e.g. chbtc / jubi is the second-highest pair and chbtc/Bittrex the third, jubi/Bittrex the fourth and so on until every possible combination has been computed. Currently you will have to add a market object with the correct settings in the array markets, situated in the settings.js file. I am updating the project every day and this will change soon. You can temporarily stop loading a market from the frontend, or remove the market by deleting the object in settings.js.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    Kelp

    Kelp

    Kelp is a free and open-source trading bot for the Stellar DEX

    Kelp is a free and open-source trading bot for the Stellar universal marketplace and for centralized exchanges such as Binance, Kraken, CoinbasePro, etc. Kelp includes several configurable trading strategies and exchange integrations. You can define your own parameters or use the sample configurations to quickly get up and running with a trading bot in a matter of minutes. The modular design allows you to easily create new trading strategies, exchange integrations, and assets to give you full control over the bot. Whenever you trade on Stellar, you are trading with volatile assets, in volatile markets, and you risk losing money. Kelp is experimental software that contains bugs. Use Kelp at your own risk. There is no guarantee you'll make a profit from using our bots or strategies. In fact, if you set bad parameters or market conditions to change, Kelp might help you lose money very fast. So be smart and go slow.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    LEAN

    LEAN

    Lean algorithmic trading engine by QuantConnect

    Automated accounting for splits, dividends, and corporate events like delistings and mergers. Avoid selection bias with dynamically generated assets. Create and select asset universes on proprietary data and indicators. Automatically track portfolio performance, profit and loss, and holdings across multiple asset classes and margin models in the same strategy. Trigger regular functions to occur at desired times, during market hours, on certain days of the week, or at specific times of day. Backtest on almost any time series and import your proprietary signal data into your strategy. Everything is configurable and pluggable. LEAN's highly modular foundation can easily be extended for your fund focus. Use combinations of margin, fill, and slippage models to simulate a liquidity endpoint. 100+ popular technical indicators built, tested, and ready for use. Applicable to any data source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Ninjabot

    Ninjabot

    A fast cryptocurrency platform for trading bot in Go

    A fast cryptocurrency trading bot framework implemented in Go. Ninjabot permits users to create and test custom strategies for spot markets. Ninjabot is an open-source platform that provides tools to implement custom strategies and backtests for trading cryptocurrencies in Go. Ninjabot CLI provides utilities commands to support backtesting and bot development. Currently, we only support Binance exchange. If you want to include support for other exchanges, you need to implement a new struct that implements the interface Exchange. You can check some examples in the exchange directory. You can create bots in telegram accessing BotFather. Telegram bot requires that your bot is running to control and get information about your account.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    sniper-bot

    sniper-bot

    Solana Bot

    This Solana Bot Package is designed to automate interactions with the Raydium decentralized exchange and the Solana blockchain. The package includes two main bots: the Raydium Sniper Bot and the Meme Coin Bot. These bots help users efficiently manage their tokens, create markets, and optimize trading strategies.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14

    Smart-AI-Crypto-Trading-Bot

    Smart AI Crypto Trading Bot

    AI Crypto trading bot The Smart AI Crypto Trading Bot is an advanced software solution designed to automate cryptocurrency trading by leveraging artificial intelligence and machine learning technologies. This sophisticated trading bot performs comprehensive market analysis, including historical data assessment, real-time market trends, and sentiment analysis from various news and social media sources. By integrating these diverse data streams, the bot generates precise trading signals, indicating the optimal times to buy or sell specific cryptocurrencies. One of the standout features of the Smart AI Crypto Trading Bot is its ability to adapt to the ever-changing market conditions. It continuously learns from market data, refining its algorithms to improve trading accuracy over time. This adaptive learning mechanism ensures that the bot remains effective even as market dynamics evolve.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    OctoBot

    OctoBot

    Crypto investment, now on autopilot

    OctoBot is built for investors to get the best of their investments using the most profitable strategies. - Automate your crypto investment with proven strategies - Test before using your real funds - Enjoy the best trading strategies for free - Follow your investment from your mobile - Turn your best trading ideas into automated strategies with TradingView or python
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Solana Meme Token Hunter Bot
    Introducing our cutting-edge AI-powered trading bot that lists all meme tokens on the Solana network and performs real-time trades once they are deemed safe. Avoid rug pulls and maximize your profits with this intelligent auto trading solution designed for the fast-paced crypto market. Check it out now to stay ahead of the curve!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Please note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB. For Windows users, it's best to download the .whl package for your Python install and pip install it. For Linux and MacOS users, there's excellent documentation available. Create graphs with real time data and/or moving averages. Run simulations with parameters configured. Run custom backtests with parameters configured. Run live bots with parameters configured. Telegram integration that allows users to trade or view statistics. Create custom, trailing, or limit stop losses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CLI-MEVBOT
    CLI-MEVBOT allowing you to have a better control over the trades - MEVBOT designed for ETH Mainnet and BSC Mainnet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Coinbase Pro Trading toolkit

    Coinbase Pro Trading toolkit

    The Coinbase Pro trading toolkit

    Provide all the tools traders need, both professional and hobbyist alike, to create automated trading bots on the Coinbase Pro and supported digital asset exchanges. Note: Node 7.6 or above is required. The src/samples folder contains many working demo scripts showcasing different aspects of the toolkit, while the tutorials folder contains running demo programs to accompany the CBPTT documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hummingbot

    Hummingbot

    Build trading bots that run on any exchange or blockchain

    Hummingbot is an open-source project that integrates cryptocurrency trading on both centralized exchanges and decentralized protocols. It allows users to run a client that executes customized, automated trading strategies for cryptocurrencies. Hummingbot is software that helps you build and run automated trading strategies or bots. Its codebase is free and publicly available on Github under the Apache 2.0 open source license. Hummingbot Foundation is a not-for-profit foundation that facilitates decentralized maintenance and governance of the Hummingbot codebase, powered by the Hummingbot Governance Token (HBOT). Help us democratize high-frequency trading and give sophisticated algorithms to everyone in the world! We created hummingbot to promote decentralized market-making, enabling members of the community to contribute to the liquidity and trading efficiency in cryptocurrency markets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MarketStore

    MarketStore

    DataFrame server for financial timeseries data

    MarketStore is a database server optimized for financial time-series data. You can think of it as an extensible DataFrame service that is accessible from anywhere in your system, at higher scalability. It is designed from the ground up to address scalability issues around handling large amounts of financial market data used in algorithmic trading backtesting, charting, and analyzing price history with data spanning many years, and granularity down to tick-level for the all US equities or the exploding cryptocurrencies space. If you are struggling with managing lots of HDF5 files, this is perfect solution to your problem. The batteries are included with the basic install, you can start pulling crypto price data from GDAX and writing it to the db with a simple plugin configuration. MarketStore enables you to query DataFrame content over the network at as low latency as your local HDF5 files from disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Superalgos

    Superalgos

    Free and Open-Source Crypto Trading Bots Platform

    Superalgos is the most powerful and flexible market research and trading automation platform. The system leverages all the crucial elements that make up trading intelligence, integrating them in a single package. NO DOWNLOADS ON THIS SITE For the time being, you must download from GitHub. Check the README on the Files tab for a DOWNLOAD link.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TechnicalIndicators

    TechnicalIndicators

    A javascript technical indicators written in typescript

    A javascript technical indicator written in typescript with pattern recognition right in the browser. Every indicator has a static method calculated which can be used to calculate the indicator without creating an object. Initialize the indicator with the available price value. Get results for initialized values. Use nextValue to get the next indicator values for further tick. This uses regular javascript numbers, so there can be rounding errors that are negligible for a technical indicators, you can set precision by using the below config. By default, there is no precision set. TechnicalIndicators depend on the canvas package, which requires some dependencies to be installed. Add tests for the indicator and make them pass. (It would be better if a sample of the stock charts excel is used for the test case.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next