Skip to content

Maintain leverage x1 position to make delta-neutral. Only works when funding rate is positive.

License

Notifications You must be signed in to change notification settings

tacotokyo/bybit-auto-compound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bybit-auto-compound

This CLI maintain Inverse Perpetual short position into leverage x1 in order to make delta-neutral. Only works when funding rate is positive. This is useful when you are receiving funding and re-invest it.

Usage

  1. Download binary from here
mkdir bybit && cd bybit
wget https://github.com/tacotokyo/bybit-auto-compound/releases/download/v0.4/bybit-auto-compound-linux
chmod +x bybit-auto-compound-linux
  1. Copy .env.example file into .env and update your key and secret
wget -O .env https://raw.githubusercontent.com/tacotokyo/bybit-auto-compound/main/.env.example
  1. Setup cron
*/10 * * * * /root/bybit/bybit-auto-compound-linux -coin xrp,eos -envfile /root/bybit/.env 2>/root/bybit/bybit-auto-compound.log

About

Maintain leverage x1 position to make delta-neutral. Only works when funding rate is positive.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published