Skip to content

ryu878/bybit_scalp_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bybit Scalp Bot

Simple scalp bot for Bybit USDT Perpetual futures written on python

image

This simple bot written with python.If ask > EMA 6 high and Stoch > 80 it enters the market using limit orders and immediately place limit close order. In this example it will trade on XRPUSDT pair, but you can change it in settings. Please keep in mind that this example bot will open only short trades.

How to use

  • Edit config.py file, add you API credentials and change initial lot size.
  • Run python3 xrp.py

Entry logic

Bot will check EMA 6 High and if price higher it will start placing entry sell orders. It will add x2 size if EMA6 Low > Entry Price. This bot will execute only short trades

Requirements

Run pip install to install:

pip install ta

pip install ccxt

pip install pandas

pip install pybit==2.4.1

Known issue

First you have to place sell order manually and delete it. Or leave it bot will delete it. Or it will send errors about entry size.


📄 License

MIT License - Feel free to modify and distribute.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

⚠️ Disclaimer

This project is for informational and educational purposes only. You should not use this information or any other material as legal, tax, investment, financial, or other advice. Nothing contained here is a recommendation, endorsement, or offer by me to buy or sell any securities or other financial instruments.

If you intend to use real money, use it at your own risk.

Under no circumstances will I be responsible or liable for any claims, damages, losses, expenses, costs, or liabilities of any kind, including but not limited to direct or indirect damages for loss of profits.


📌 Quantitative Researcher | Algorithmic Trader | Trading Systems Architect

Quantitative researcher and trading systems engineer with end-to-end ownership of systematic strategies — from research and statistical validation to low-latency execution and production deployment.

Core focus areas:

  • Systematic strategy design and validation
  • Market microstructure analysis (order book dynamics, liquidations, volume, delta, liquidity, spread behavior, funding)
  • Backtesting framework development (tick-level and historical data)
  • Execution engine architecture and order lifecycle management
  • Real-time market data processing
  • Risk-aware system design
  • Production-grade trading infrastructure (24/7 environments)

Experience across crypto (CEX, DEX), FX, and exchange-traded markets.

Technical Stack

  • Languages: Python, C++, MQL5
  • Execution & Connectivity: REST, WebSocket, FIX
  • Infrastructure: Linux, Docker, Redis, PostgreSQL, ClickHouse
  • Analytics: NumPy, Pandas, custom backtesting frameworks

Contact

Email: ryu8777@gmail.com


About

Scalp bot for Bybit USDT Perpetual futures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages