Skip to content

Powered by Bitfinex's orderbooks data, Barbotine Scalping is a medium-frequency trading bot capable of taking successful trades without worrying about trends or market direction.

License

nelso0/barbotine-scalping-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

Barbotine arbitrage bot Logo

Twitter @nelsorex GitHub @nelso0

⚠️ The code isn't in this repo, I made it private, more info here. ⚠️

Working on 10-second timeframe, Barbotine Scalping is a crypto scalping bot betting on the market manipulation happening on Bitfinex thanks to their detailed orderbook API. Included with the bot is a indicator I created for this purpose, the 'DWM', which means the bid/ask delta weighted-median BTC amount per user per order ratio.

Table of content

  • All settings are editable (leverage, stop-loss...)
  • True trading fees offline support
  • Not based on technical indicators bullshit, only on orderbook moves, price action and market manipulation
  • Backtests + data collecting script
  • Trend-neutral
  • User interface in terminal

ScalpingDemo1 ScalpingDemo2 This is my indicator, you can see here some long and short signals: DWM indicator You can check the last 6 hours values of the DWM (the indicator I used for this trading bot) here.

video demo

The unavoidable question: is it profitable? To answer quickly, yes you can make money with it, and I made money with it. But this is speculation, so I'm not responsible of any kind of money you win or loose with my software, I'm a developer, not a fund manager.

The things you need before installing the software.

  • Only compatible with Binance USD-M futures, Kucoin futures and Poloniex futures for now!
  • Python 3.9+
  • Nothing else lol
  1. Install all the requirements to run the scalping bot
pip install -r requirements.txt
  1. Set your configuration details in configuration.py
  2. Run with:
python bot.py

It's all explained on my website: https://barbotine.xyz

Contact

Discord: nelsorex

Email: [email protected]

The source code is now available for purchase: barbotine.xyz/shop

About

Powered by Bitfinex's orderbooks data, Barbotine Scalping is a medium-frequency trading bot capable of taking successful trades without worrying about trends or market direction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published