Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.48 KB

README.md

File metadata and controls

44 lines (30 loc) · 2.48 KB

Bybit Scalp Bot image

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:

  • ta
  • time
  • ccxt
  • pandas
  • pybit

Known issue

Sometimes (very rare) Bybit API return less than 18 candles of OHCL data so it is impossible to calculate EMA 6. Will change that for websocket in new versions for more stable results.

To start trading on Bybit please register here: https://www.bybit.com/en-US/invite?ref=P11NJW

Disclaimer


This project is for informational purposes only. You should not construe this information or any other material as legal, tax, investment, financial or other advice. Nothing contained herein constitutes a solicitation, recommendation, endorsement or offer by us or any third party provider to buy or sell any securities or other financial instruments in this or any other jurisdiction in which such solicitation or offer would be unlawful under the securities laws of such jurisdiction.

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

Under no circumstances will we 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.


Contacts

Feel free to contact me via Discord: ryuryu#4087 or join my Discord group here: https://discord.gg/zSw58e9Uvf

image