Development of a trading bot for automatic trading on Bybit
A developer is needed to create an automatic trading bot for the Bybit exchange.
The bot should operate based on data from the ValueScan scanner and the Relative Strength Index indicator.
Main tasks
Receiving signals
Data is taken from the ValueScan page (Spot Fund + RSI).
The service does not have an API, so it is necessary to implement:
page parsing
or
browser automation (Selenium / Playwright).
Executing trades
Opening LONG / SHORT positions via the Bybit API.
Type of trading: Futures (USDT perpetual).
Automatic trade management
setting Stop Loss
setting Take Profit
Telegram notifications Integration with Telegram for notifications about:
trade opening
trade closing
result (PnL)
Logging Saving trade data:
pair
entry time
entry price
exit price
result
Settings Ability to change:
position size
leverage
Stop Loss
Take Profit
signal filters
Operating modes
test mode
real trading
Additionally
preferably Python
running on VPS
stable operation 24/7
The logic of signals will be provided after discussion.