Loading...
Loading...
Binance Futures trading with DB tracking
npx skill4agent add alsk1992/cloddsbot binance-futures# Set credentials
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"
# Check balance
/bf balance
# Open position
/bf long BTCUSDT 0.01 10x
# View stats
/bf stats| Command | Description |
|---|---|
| Check margin balance |
| View open positions |
| List open orders |
| Command | Description |
|---|---|
| Open long position |
| Open short position |
| Close position |
| Close all positions |
| Set take-profit |
| Set stop-loss |
| Set leverage |
| Command | Description |
|---|---|
| Get current price |
| Check funding rate |
| List markets |
| Command | Description |
|---|---|
| Trade history from database |
| Win rate, PnL, profit factor |
| Funding payments history |
| Position history |
dayweekmonth/bf long BTCUSDT 0.01 10x # 10x leveraged long
/bf short ETHUSDT 0.1 20x # 20x leveraged short
/bf tp BTCUSDT 105000 # Take profit at $105k
/bf sl BTCUSDT 95000 # Stop loss at $95k
/bf close BTCUSDT # Close BTC position
/bf trades BTCUSDT 20 # Last 20 BTC trades
/bf dbstats ETHUSDT week # ETH stats for past week