This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.

Overview

binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features.

This open source crypto trading bot should able able to quickly detect new coins listings on Binance and quickly ride the price spike. It comes with a live and test mode so naturally, use at your own risk.

for a step-by-step guide on how to set it up and configure please see the guide here: Binance new coin trading bot guide

Comments
  • No such file or directory: 'auth/auth.yml'

    No such file or directory: 'auth/auth.yml'

    root@DietPi-Pi-119:~# python3 ~/new-coin-bot/main.py Traceback (most recent call last): File "/root/new-coin-bot/main.py", line 1, in <module> from trade_client import * File "/root/new-coin-bot/trade_client.py", line 3, in <module> client = load_binance_creds('auth/auth.yml') File "/root/new-coin-bot/auth/binance_auth.py", line 8, in load_binance_creds with open(file) as file: FileNotFoundError: [Errno 2] No such file or directory: 'auth/auth.yml'

    So, there is actually a file there. If I execute: nano ~/new-coin-bot/auth/auth.yml I get the contents of that file. What's happening here, why doesn't it see the auth file?

    opened by shaft8472 8
  • FTX Support, Async Requests, Major Re-Write, Possible Fork?

    FTX Support, Async Requests, Major Re-Write, Possible Fork?

    I took your idea and kinda ran with it... this new version is majorly re-written and supports multiple exchanges. Currently, FTX and Binance are available. Additional exchanges can be easily added by subclassing the Broker ABC and following the wrapper structure used.

    This is a major re-write, I'm not sure if you'd be interested in it. If not, I'll continue on with my fork.

    I lost track of all of the changes I made, but broad strokes:

    • It's now object-oriented
    • multiple exchanges now allowed
    • more verbose logging
    • basic FTX testing
    • now async
    • redid config yml for multiple settings per exchange

    Todo:

    • swap to multithreaded?
    • further testing / Binance tests
    • I haven't had a new coin populate yet, so may still be a bug or two there
    opened by cdalton713 5
  • Error: File

    Error: File "main.py", line 157

    Hello,

    Trying to run the code result with error:

    File "main.py", line 157 print(f'updated tp: {round(new_tp, 3)} and sl: {round(new_sl, 3)}') SyntaxError: invalid syntax

    Can help resolve?

    Regards

    opened by CryptoAngel 4
  • Eorror running the script

    Eorror running the script

    I'm having issues running the script at all. I get the FileNotFoundError: [Errno 2] No such file or directory: '/auth/auth.yml'

    I'm executing via windows console just referencing the main.py: C:\Users\usr1\Downloads\binance-trading-bot-new-coins-main\binance-trading-bot-new-coins-main/main.py

    Also, I can't see what to enter on the line in auth.yml binance_tld: "BINANCE_TLD"

    opened by turvak 4
  • Various Updates / Fixes

    Various Updates / Fixes

    Changes: ** I have not had a new coin populate yet, so I have not fully tested all of these changes. **

    • added simple tests

    • 'frequency' in 'main' was not used, so the loop was running continuously without taking this config param into question. Added sleep function to slow loop down appropriately. Changed frequency format from minutes to SECONDS

    • renamed get_price in trade_client.py to avoid confusion

    • test mode for purchases now gets the current price of the coin and returns a response with the same format as a real request.

    • Added typings to functions

    • Refactored folders, cleaned up formatting/typos

    • added logging and periodic update on program status message

    • updated gitignore

    opened by cdalton713 3
  • connection aborted error

    connection aborted error

    Testing your code on Mac OS. I've started getting this error since yesterday. It was fine before...

    ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))

    opened by chestikoff 3
  • Scrapper

    Scrapper

    I make a new coin bot that uses a scrapper to gather the new coins if you want to check out it I made a comment in the discussion thread, but i notice your filter on some keywords I think you're missing some like Cross, Perpetual

    opened by Lautaro-L 2
  • Feature Request - Order Max instead of Qty of Coins

    Feature Request - Order Max instead of Qty of Coins

    Since you don't know the coin list price, it is hard to estimate how many coins to buy per the config. One thing I do know is what I am willing to wager. Why not add a flag to set an order maximum? That way I could say buy $100 regardless of the quantity being bought.

    opened by Phando 2
  • Trailing stop loss on spot trade?

    Trailing stop loss on spot trade?

    Forgive me if I'm wrong here. I'm seeing a few issues mentioning the sell order not executing. Could this be because you are setting a trailing stop-loss order on a spot trade?

    Natively Binance only allows for TSL on futures. On spot trades, you can set limit or stop-loss orders but not of the trailing type.

    Also just confirming that the json files are created when the script finds a new coin and executes. I don't see the json files but do see the references within the executed functions.

    Where did the frequency function go? Looks like we have no control of the API call frequency anymore.

    Thanks

    opened by turvak 2
  • Ran execpt block for lot_size.

    Ran execpt block for lot_size. "TypeError: argument of type 'int' is not iterable"

    New coins detected: [{'symbol': 'TRIBEBTC', 'price': '0.00002194'}, {'symbol': 'TRIBEBNB', 'price': '0.00220000'}, {'symbol': 'TRIBEBUSD', 'price': '1.09470000'}, {'symbol': 'TRIBEUSDT', 'price': '1.07700000'}] New coin detected, but TRIBEBTC is currently in portfolio, or pairing is not USDT New coin detected, but TRIBEBNB is currently in portfolio, or pairing is not USDT New coin detected, but TRIBEBUSD is currently in portfolio, or pairing is not USDT Preparing to buy TRIBEUSDT ran exept block for lot_size Traceback (most recent call last): File "main.py", line 194, in main() File "main.py", line 153, in main volume = convert_volume(coin, qty, price) File "/binance/trade_client.py", line 29, in convert_volume if coin not in lot_size: TypeError: argument of type 'int' is not iterable

    opened by Varingon 2
  • Connection reset by peer

    Connection reset by peer

    When running the program for a while, me and a friend of mine keeps getting ConnectionResetError(54, 'Connection reset by peer') error. Apparently, this is because the Client times out after a while.

    opened by ghost 2
  • Unable to locate element: {

    Unable to locate element: {"method":"css selector","selector":"[id="link-0-0-p1"]"}

    Hi. How can I solve the following, copied the response in full: xception in thread Thread-2 (search_and_update): Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "/Users/dennis/new_listings_scraper.py", line 73, in search_and_update latest_coin = get_last_coin() File "/Users/dennis/new_listings_scraper.py", line 27, in get_last_coin latest_announcement = driver.find_element(By.ID, 'link-0-0-p1') File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 1251, in find_element return self.execute(Command.FIND_ELEMENT, { File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 430, in execute self.error_handler.check_response(response) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="link-0-0-p1"]"}

    opened by DenRui 3
  • ModuleNotFoundError: No module named 'auth.binance_auth'

    ModuleNotFoundError: No module named 'auth.binance_auth'

    C:\Users\Silph\AppData\Local\Programs\Python\Python310\lib\site-packages\auth_init_.py:3: DeprecatedWarning: Call to deprecated function init(...). API class may be removed in a future release, use falcon.App instead. from auth.CAS.REST.service import api Traceback (most recent call last): File "c:\Users\Silph\VS.Code\Python\binance-trading-bot-new-coins-main\main.py", line 1, in from trade_client import * File "c:\Users\Silph\VS.Code\Python\binance-trading-bot-new-coins-main\trade_client.py", line 1, in from auth.binance_auth import * ModuleNotFoundError: No module named 'auth.binance_auth'

    opened by Siliphon 0
  • this function is deprecated now

    this function is deprecated now

    DevTools listening on ws://127.0.0.1:65382/devtools/browser/46129e6d-89d4-4906-9efc-8b3b5379019c [0325/161020.203:INFO:CONSOLE(49)] "[.WebGL-0000645600D13800]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels", source: https://www.binance.com/en/support/announcement/c-48 (49) [0325/161020.708:INFO:CONSOLE(74)] "Refused to connect to 'https://www.google.com/pagead/landing?gcs=G111&gcd=G110&rnd=1337593105.1648195821&url=https%3A%2F%2Fwww.binance.com%2Fen%2Fsupport%2Fannouncement%2Fc-48&gtm=2wg3e0M86QHGF&auid=1073443361.1648195821' because it violates the following Content Security Policy directive: "connect-src 'self' https://bin.bnbstatic.com https://public.bnbstatic.com https://.saasexch.com https://api.saasexch.com/bapi/themis/api/ wss://stream.binance.com wss://nbstream.binance.com wss://haodesk.binance.im https://upload-bnbstatic-com.s3.ap-northeast-1.amazonaws.com https://.s3-accelerate.amazonaws.com wss://.binance.com https://.binance.com https://frontend-m.binance.cloud https://sensors.binance.cloud https://report.binance.gg https://.sentry.io https://stats.g.doubleclick.net https://cdn.ampproject.org https://tk-dev-s3-bucket.s3.ap-northeast-1.amazonaws.com https://www.google-analytics.com https://www.googletagmanager.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.litix.io https://.wistia.com https://embedwistia-a.akamaihd.net https://data-collect.toolsfdg.net". ", source: https://www.googletagmanager.com/gtm.js?id=GTM-M86QHGF (74) [0325/161020.741:INFO:CONSOLE(457)] "Refused to execute inline script because it violates the following Content Security Policy directive: "script-src blob: 'self' https://cdn.ampproject.org https://bin.bnbstatic.com https://public.bnbstatic.com https://.saasexch.com 'nonce-7d861b00-c528-49d2-a879-2edea7675082' https://accounts.binance.com https://www.googletagmanager.com https://www.google-analytics.com https://www.google.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.wistia.com https://.wistia.net https://src.litix.io data:". Either the 'unsafe-inline' keyword, a hash ('sha256-n6njHpSSxDkGfJLdaVOe7qBiS66DM8ZNrdWjzXmKSMg='), or a nonce ('nonce-...') is required to enable inline execution. ", source: https://www.googletagmanager.com/gtm.js?id=GTM-M86QHGF (457) [0325/161020.981:INFO:CONSOLE(1)] "Refused to load the script 'https://bat.bing.com/p/action/137033855.js' because it violates the following Content Security Policy directive: "script-src blob: 'self' https://cdn.ampproject.org https://bin.bnbstatic.com https://public.bnbstatic.com https://.saasexch.com 'nonce-7d861b00-c528-49d2-a879-2edea7675082' https://accounts.binance.com https://www.googletagmanager.com https://www.google-analytics.com https://www.google.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.wistia.com https://.wistia.net https://src.litix.io data:". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. ", source: https://bat.bing.com/bat.js (1) [0325/161020.984:INFO:CONSOLE(0)] "Refused to load the image 'https://bat.bing.com/action/0?ti=137033855&tm=gtm002&Ver=2&mid=18e9b457-c1b9-40ad-9f82-43efe2f71a10&sid=03cdd580ac1311eca3a471d899c02f11&vid=03ce1860ac1311ecb16be9d194b6366d&vids=1&gtm_tag_source=1&pi=0&lg=zh-TW&sw=800&sh=600&sc=24&tl=New%20Cryptocurrency%20Listing%20%7C%20Binance%20Support&kw=Binance%20Support&p=https%3A%2F%2Fwww.binance.com%2Fen%2Fsupport%2Fannouncement%2Fc-48&r=&lt=3165&evt=pageLoad&msclkid=N&sv=1&rn=855330' because it violates the following Content Security Policy directive: "img-src 'self' data: blob: https://static.qa1fdg.net https://sensors.binance.cloud https://bin.bnbstatic.com https://public.bnbstatic.com https://upload-bnbstatic-com.s3.ap-northeast-1.amazonaws.com https://.saasexch.com https://public-1259603563.file.myqcloud.com https://static-file-1259603563.file.myqcloud.com https://www.googletagmanager.com https://www.google-analytics.com https://googleads.g.doubleclick.net https://www.google.com https://analytics.twitter.com https://t.co https://www.facebook.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.wistia.com https://.wistia.net https://embedwistia-a.akamaihd.net". ", source: https://www.binance.com/en/support/announcement/c-48 (0) [0325/161021.086:INFO:CONSOLE(0)] "Refused to load the image 'https://www.google.com.tw/pagead/1p-user-list/373946534/?random=1648195820966&cv=9&fst=1648195200000&num=1&bg=ffffff&guid=ON&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_his=2&u_tz=480&u_java=false&u_nplug=0&u_nmime=0&gtm=2wg3e0&sendb=1&frm=0&url=https%3A%2F%2Fwww.binance.com%2Fen%2Fsupport%2Fannouncement%2Fc-48&tiba=New%20Cryptocurrency%20Listing%20%7C%20Binance%20Support&async=1&fmt=3&is_vtc=1&random=138534967&resp=GooglemKTybQhCsO&rmt_tld=1&ipr=y' because it violates the following Content Security Policy directive: "img-src 'self' data: blob: https://static.qa1fdg.net https://sensors.binance.cloud https://bin.bnbstatic.com https://public.bnbstatic.com https://upload-bnbstatic-com.s3.ap-northeast-1.amazonaws.com https://.saasexch.com https://public-1259603563.file.myqcloud.com https://static-file-1259603563.file.myqcloud.com https://www.googletagmanager.com https://www.google-analytics.com https://googleads.g.doubleclick.net https://www.google.com https://analytics.twitter.com https://t.co https://www.facebook.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.wistia.com https://.wistia.net https://embedwistia-a.akamaihd.net". ", source: https://www.binance.com/en/support/announcement/c-48 (0) working... [0325/161021.247:INFO:CONSOLE(0)] "Refused to load the image 'https://www.google.com.tw/ads/ga-audiences?t=sr&aip=1&_r=4&slf_rd=1&v=1&_v=j96&tid=UA-162512367-1&cid=874266704.1648195821&jid=1892821198&_u=YEDAAEAAAAAAAC~&z=1944610355' because it violates the following Content Security Policy directive: "img-src 'self' data: blob: https://static.qa1fdg.net https://sensors.binance.cloud https://bin.bnbstatic.com https://public.bnbstatic.com https://upload-bnbstatic-com.s3.ap-northeast-1.amazonaws.com https://.saasexch.com https://public-1259603563.file.myqcloud.com https://static-file-1259603563.file.myqcloud.com https://www.googletagmanager.com https://www.google-analytics.com https://googleads.g.doubleclick.net https://www.google.com https://analytics.twitter.com https://t.co https://www.facebook.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://privacyportal-bn.my.onetrust.com https://.wistia.com https://.wistia.net https://embedwistia-a.akamaihd.net". ", source: https://www.binance.com/en/support/announcement/c-48 (0) Exception in thread Thread-2 (search_and_update): Traceback (most recent call last): File "C:\Python310\lib\threading.py", line 1009, in _bootstrap_inner self.run() File "C:\Python310\lib\threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "C:\bot\new_listings_scraper.py", line 69, in search_and_update latest_coin = get_last_coin() File "C:\bot\new_listings_scraper.py", line 23, in get_last_coin latest_announcement = driver.find_element(By.ID, 'link-0-0-p1') File "C:\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 1248, in find_element return self.execute(Command.FIND_ELEMENT, { File "C:\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 425, in execute self.error_handler.check_response(response) File "C:\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="link-0-0-p1"]"} (Session info: headless chrome=99.0.4844.82) Stacktrace: Backtrace: Ordinal0 [0x00A09943+2595139] Ordinal0 [0x0099C9F1+2148849] Ordinal0 [0x00894528+1066280] Ordinal0 [0x008C0FD4+1249236] Ordinal0 [0x008C11CB+1249739] Ordinal0 [0x008ED812+1431570] Ordinal0 [0x008DBA34+1358388] Ordinal0 [0x008EBAF2+1424114] Ordinal0 [0x008DB806+1357830] Ordinal0 [0x008B6086+1204358] Ordinal0 [0x008B6F96+1208214] GetHandleVerifier [0x00BAB232+1658114] GetHandleVerifier [0x00C6312C+2411516] GetHandleVerifier [0x00A9F261+560433] GetHandleVerifier [0x00A9E366+556598] Ordinal0 [0x009A286B+2173035] Ordinal0 [0x009A75F8+2192888] Ordinal0 [0x009A76E5+2193125] Ordinal0 [0x009B11FC+2232828] BaseThreadInitThunk [0x75C3FA29+25] RtlGetAppContainerNamedObjectPath [0x77807A7E+286] RtlGetAppContainerNamedObjectPath [0x77807A4E+238]

    [0325/161021.283:INFO:CONSOLE(1)] "this function is deprecated now, use getStrategiesConfig instead", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1) [0325/161021.283:INFO:CONSOLE(1)] "this function is deprecated now, use getStrategiesConfig instead", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1) [0325/161021.283:INFO:CONSOLE(1)] "[object Object]", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1) [0325/161021.284:INFO:CONSOLE(1)] "[object Object]", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1) [0325/161021.284:INFO:CONSOLE(1)] "[object Object]", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1) [0325/161021.284:INFO:CONSOLE(1)] "[object Object]", source: https://bin.bnbstatic.com/static/chunks/475e4bce0f7561145380ae2c893647ffd71d68a5.4fc3a9b4.js (1)

    opened by trumpest2 0
  • Selenium error with the CSS ID

    Selenium error with the CSS ID

    Hi,

    I have an error with the select ID in Selenium :

    selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="link-0-0-p1"]"}

    Thanks in advance for your help.

    opened by EmmanuelDevienne 1
  • Sell after a certain period of time

    Sell after a certain period of time

    Compared the last 12 listings on Binance to the price right before launch versus the price right before the first drop off. My quick comparison shows that the average coin is up 27% after roughly 2 hours before dropping off or correcting. A nice feature to have would be the ability to set a time to sell a coin right after purchasing. For example: TTS(time to sell): 2 would be sell after 2 hours of purchasing a new listing.

    opened by TechnoDudeX 1
Owner
Andrei
Crypto enthusiast. Love nerding out on blockchain tech. I build and test crypto trading bots. Meme Savvy 69/10.
Andrei
This is a cryptocurrency trading bot that analyses Reddit sentiment and places trades on Binance based on reddit post and comment sentiment. If you like this project please consider donating via brave. Thanks.

This is a cryptocurrency trading bot that analyses Reddit sentiment and places trades on Binance based on reddit post and comment sentiment. The bot f

Andrei 157 Dec 15, 2022
A Pancakeswap and Uniswap trading client (and bot) with limit orders, marker orders, stop-loss, custom gas strategies, a GUI and much more.

Pancakeswap and Uniswap trading client Adam A A Pancakeswap and Uniswap trading client (and bot) with market orders, limit orders, stop-loss, custom g

null 570 Mar 9, 2022
This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio

gateio-trading-bot-binance-announcements This Gateio x Binance cryptocurrency trading bot scans the Binance Announcements page and picks up on new coi

Andrei 1.2k Jan 1, 2023
null 471 Dec 24, 2022
A Pancakeswap v2 trading client (and bot) with limit orders, stop-loss, custom gas strategies, a GUI and much more.

Pancakeswap v2 trading client A Pancakeswap trading client (and bot) with limit orders, stop-loss, custom gas strategies, a GUI and much more. If you

null 571 Mar 15, 2022
Buy early bsc gems with custom gas fee, slippage, amount. Auto approve token after buy. Sell buyed token with custom gas fee, slippage, amount. And more.

Pancakeswap Sniper bot Full version of Pancakeswap sniping bot used to snipe during fair coin launches. With advanced options and a graphical user int

Jesus Crypto 204 Apr 27, 2022
A web app via which users can buy and sell stocks using virtual money

finance Virtual Stock Trader. A web app via which users can buy and sell stocks using virtual money. All stock prices are real and provided by IEX. Fe

Kiron Deb 0 Jan 15, 2022
Defi PancakeSwap bot is programmed in Python to buy and sell tokens in seconds once the target is hit.

Defi PancakeSwap BOT A BOT that will make easy your life in Trading. Watch tutorial on Youtube Table of Contents About The Project Built With Getting

Zain Ullah 208 Jan 5, 2023
A muti pairs martingle trading bot for Binance exchange.

multi_pairs_martingle_bot English Documentation A muti pairs martingle trading bot for Binance exchange. Configuration { "platform": "binance_futur

51bitquant 62 Nov 16, 2022
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
PancakeTrade - Limit orders and more for PancakeSwap on Binance Smart Chain

PancakeTrade helps you create limit orders and more for your BEP-20 tokens that swap against BNB on PancakeSwap. The bot is controlled by Telegram so you can interact from anywhere.

Valentin Bersier 187 Dec 20, 2022
Buy early bsc gems with custom gas fee, slippage, amount. Auto approve token after buy

Buy early bsc gems with custom gas fee, slippage, amount. Auto approve token after buy. Sell buyed token with custom gas fee, slippage, amount. And more.

Jesus Crypto 206 May 1, 2022
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
Crypto trading bot that detects surges in the bitcoin price and executes trades.

The bot will be trading Bitcoin automatically if the price has increased by more than 3% in the last 10 minutes. We will have a stop loss of 5% and t

null 164 Oct 20, 2022
Trading bot that uses Elon Musk`s tweets to know when to buy cryptocurrency.

Elonbot Trading bot that uses Elon Musk`s tweets to know when to buy cryptocurrency. Here is how it works: Subscribes to someone's (elonmusk?) tweets

null 153 Dec 23, 2022
OpenSea Bulk Uploader And Trader 100000 NFTs (MAC WINDOWS ANDROID LINUX) Automatically and massively upload and sell your non-fungible tokens on OpenSea using Python Selenium

OpenSea Bulk Uploader And Trader 100000 NFTs (MAC WINDOWS ANDROID LINUX) Automatically and massively upload and sell your non-fungible tokens on OpenS

ERC-7211 3 Mar 24, 2022
A slack bot that notifies you when a restaurant is available for orders

Slack Wolt Notifier A Slack bot that notifies you when a Wolt restaurant or venue is available for orders. How does it work? Slack supports bots that

Gil Matok 8 Oct 24, 2022
Leveraged grid-trading bot using CCXT/CCXT Pro library in FTX exchange.

Leveraged-grid-trading-bot The code is designed to perform infinity grid trading strategy in FTX exchange. The basic trader named Gridtrader.py contro

Hao-Liang Wen 25 Oct 7, 2021