A Terminal User Interface (TUI) for automated trading with Komodo Platform's AtomicDEX-API

Overview

PytomicDEX Makerbot

A Terminal User Interface (TUI) for automated trading with Komodo Platform's AtomicDEX-API

image

Install

sudo apt install wget curl jq git python3-pip
git clone https://github.com/smk762/pytomicDEX_makerbot/
cd pytomicDEX_makerbot
pip3 install -r requirements.txt
./makerbot.py

Recommended

Warning

Use this with small amounts you are comfortable with and be conscious of your risk tolerance. Always make a secure offline backup of your seed phrase.

You might also like...
Sunflower-farmers-automated-bot - Sunflower Farmers NFT Game automated bot.IT IS NOT a cheat or hack bot
Sunflower-farmers-automated-bot - Sunflower Farmers NFT Game automated bot.IT IS NOT a cheat or hack bot

Sunflower-farmers-auto-bot Sunflower Farmers NFT Game automated bot.IT IS NOT a

Estimate the total emissions for popular CryptoArt platforms.

cryptoart-footprint Estimate the total CO2 footprint for popular CryptoArt platforms. The goal is to accurately quantify the ecological damage of Ethe

Download videos from Youtube and other platforms through a Telegram Bot
Download videos from Youtube and other platforms through a Telegram Bot

ytdl-bot Download videos from YouTube and other platforms through a Telegram Bot Usage: https://t.me/benny_ytdlbot Send link from YouTube directly to

search different Streaming Platforms for movie titles.
search different Streaming Platforms for movie titles.

Install git clone and cd to directory install Selenium download chromedriver.exe to same directory First Run Use --setup True for the first run. Platf

Experimental bridges between Telegram calls and other platforms.

Bridges by Calls Music Experimental bridges between Telegram calls and other platforms. Current bridges Bridge 1 (YouTube, Twitch, Facebook, etc...) B

Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.
Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.

Yukki Music Bot Yukki Music Bot is a Powerful Telegram Music+Video Bot written in Python using Pyrogram and Py-Tgcalls by which you can stream songs,

An api, written in Python, for Investopedia's paper trading stock simulator.

investopedia-trading-api An API, written in Python, for Investopedia's paper trading stock simulator. Pull requests welcome. This library is now Pytho

Trading through Binance's API using Python & sqlite

pycrypt Automate trading crypto using Python to pull data from Binance's API and analyse trends. May or may not consistently lose money but oh well it

Stock trading bot made using the Robinhood API / Python library...

High-Low Stock trading bot made using the Robinhood API / Python library... Index Installation Use Development Notes Installation To Install and run t

Comments
  • getting latest mm2 version fails

    getting latest mm2 version fails

    It seems the name of the zip file has "CI" instead of "Release" now.

    If you update lib_helper.py and replace "Release" with "CI" (uppercase "i") then the download and extraction works.

    My system is ubuntu desktop.

    opened by beanlover 2
  • TOKEL (TKL) activation attempt unsuccessful.

    TOKEL (TKL) activation attempt unsuccessful.

    Attempting to include TKL as a buy or sell coin results in: launch params not found for Tokel

    MM2 Version: 2.1.8703_dev_056cb4ec3_Linux_Release

    git status command shows I'm up to date with origin/main branch.

    Running this in a VirtualBox vm, Windows 10 host and Ubuntu 22.04 Desktop guest OS.

    Please let me know if any other information is needed. Thanks for your great work! I love this makerbot! :)

    opened by beanlover 0
  • ERROR RPC dispatcher error: dispatcher_v2:103] No such method

    ERROR RPC dispatcher error: dispatcher_v2:103] No such method

    Hi, I'm having this issue when I start the bot by pressing [0]. Also when trying to stop it.

    -----------------------------------------------------------------------------------------------
    |                                      MAKERBOT SETTINGS                                      |
    -----------------------------------------------------------------------------------------------
    |       PAIR (SELL/BUY)        |       SPREAD       |      MIN USD       |      MAX USD       |
    -----------------------------------------------------------------------------------------------
    |           BCH/KMD            |        1.0%        |        5.0         |       200.0        |
    |           BCH/LTC            |        1.0%        |        5.0         |       200.0        |
    |           KMD/BCH            |        1.0%        |        5.0         |       200.0        |
    |           KMD/LTC            |        1.0%        |        5.0         |       200.0        |
    |           LTC/BCH            |        1.0%        |        5.0         |       200.0        |
    |           LTC/KMD            |        1.0%        |        5.0         |       200.0        |
    -----------------------------------------------------------------------------------------------
    {'mmrpc': '2.0', 'error': 'No such method', 'error_path': 'dispatcher_v2', 'error_trace': 'dispatcher_v2:103]', 'error_type': 'NoSuchMethod', 'id': None}
    
    

    In logs:

    22 04:52:10, rpc:172] ERROR RPC dispatcher error: dispatcher_v2:103] No such method
    

    MM2 version:

    MM2 Version: 2.1.5724_mm2.1_dbacb816c_Linux_Release     
    
    opened by damascene 1
Owner
null
Cryptocurrency Trading Bot - A trading bot to automate cryptocurrency trading strategies using Python, equipped with a basic GUI

Cryptocurrency Trading Bot - A trading bot to automate cryptocurrency trading strategies using Python, equipped with a basic GUI. Used REST and WebSocket API to connect to two of the most popular crypto exchanges in the world.

Francis 8 Sep 15, 2022
This program is an automated trading bot that uses TDAmeritrades Thinkorswim trading platform's scanners and alerts system.

Python Trading Bot w/ Thinkorswim Description This program is an automated trading bot that uses TDAmeritrades Thinkorswim trading platform's scanners

Trey Thomas 201 Jan 3, 2023
Utilizing the freqtrade high-frequency cryptocurrency trading framework to build and optimize trading strategies. The bot runs nonstop on a Rasberry Pi.

Freqtrade Strategy Repository Please test all scripts and dry run them before using them in live mode Contact me on discord if you have any questions!

Michael Fourie 90 Jan 1, 2023
Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering

Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering

Alexandr Savinov 326 Jan 3, 2023
Trading bot - A Trading bot With Python

Trading_bot Trading bot intended for 1) Tracking current prices of tokens 2) Set

Tymur Kotkov 29 Dec 1, 2022
Crypto-trading-simulator - Cryptocurrency trading simulator using Python, Streamlit

Crypto Trading Simulator Run streamlit run main.py Dependency Python 3 streamli

Brad 12 Jul 2, 2022
Automated crypto trading bot as adapted from Algovibes.

crypto-trading-bot Automated crypto trading bot as adapted from Algovibes. Pre-requisites Ensure that you have created a Binance API key before procee

Kai Koh 33 Nov 1, 2022
a simple quant trading bot with CLI interface

shepherd a simple quant trading bot with CLI interface CLI shell command docs coming soon after I brush up the code and add more features :) Minimal R

m00n 0 Jun 6, 2022
alpaca-trade-api-python is a python library for the Alpaca Commission Free Trading API.

alpaca-trade-api-python is a python library for the Alpaca Commission Free Trading API. It allows rapid trading algo development easily, with support for both REST and streaming data interfaces

Alpaca 1.5k Jan 9, 2023