Skip to content

Simple Bybit Futures bot: if price lower the selected moving average it will open short, if higher then long

License

Notifications You must be signed in to change notification settings

ryu878/bybit_simple_moving_average_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Announcement: Discontinuation of Free Bots for Bybit

I regret to inform that I will no longer be updating or maintaining my free trading bots for the Bybit exchange. This decision comes after a deeply disappointing experience with Bybit's unethical practices, particularly regarding their affiliate program and their handling of user earnings.

Despite fully complying with Bybit's rules, including completing KYC (Know Your Customer) requirements, my affiliate earnings were abruptly terminated without valid justification. Bybit cited "one IP address" as the reason, a claim that is both unreasonable and unfair, especially for users in shared living environments or using shared internet connections. This behavior demonstrates a lack of transparency and fairness, and it has eroded my trust in Bybit as a reliable platform.

As a result, I have decided to shift my focus to BingX, a more transparent and user-friendly exchange that aligns with my values of fairness and integrity. Moving forward, I will be developing and updating trading bots exclusively for BingX, and I encourage my community to explore this platform as a viable alternative to Bybit.

I want to thank everyone who has supported my work and used my free bots for Bybit. Your trust and feedback have been invaluable, and I hope to continue providing value to the crypto community through my future projects on BingX. Stay tuned for updates, and feel free to reach out if you have any questions or need assistance during this transition.

Thank you for your understanding and support.


Bybit USDT Perpetual Futures Bot

Simple Bybit Futures bot: if price lower the selected moving average it will open short, if higher then long.

image

You can set any length for your SMA (bybit max limit is 200 candles, but here there are no limits).

image

Latest release

Install

First create python virtual environment and activate it:

python3 -m venv .smabot && source .smabot/bin/activate

And then install necessary libraries:

pip install pandas

pip install pybit==2.4.1

Run

To run the bot type in console:

python3 bybit_sma_bot.py

If you are using windows use python instead of python3 as well.

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.

Contacts

I develop trading bots of any complexity, dashboards and indicators for crypto exchanges, forex and stocks. To contact me:

Discord: https://discord.gg/zSw58e9Uvf

🐀 Join Bybit: https://www.bybit.com/invite?ref=P11NJW

😎 Register on BingX and get a 20% discount on fees: https://bingx.com/invite/HAJ8YQQAG/

VPS for bots and scripts

I prefer using DigitalOcean. To get $200 in credit over 60 days use my ref link: https://m.do.co/c/3d7f6e57bc04

About

Simple Bybit Futures bot: if price lower the selected moving average it will open short, if higher then long

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages