Skip to content

Commit

Permalink
add bybit config
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Jun 23, 2024
1 parent 6a45ce3 commit c9481ad
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions user_data/other_configs/config-static-btc-futures-bybit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"max_open_trades": 1,
"stake_currency": "USDT",
"stake_amount" : "unlimited",
"amend_last_stake_amount ": true,
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"dry_run": true,
"dry_run_wallet": 16,
"trading_mode": "futures",
"margin_mode": "isolated",
"cancel_open_orders_on_exit": false,
"unfilledtimeout": {
"entry": 10,
"exit": 10,
"exit_timeout_count": 0,
"unit": "minutes"
},
"order_types": {
"entry": "market",
"exit": "market",
"emergency_exit": "market",
"force_exit": "market",
"force_entry": "market",
"stoploss": "market",
"stoploss_on_exchange": false,
"stoploss_on_exchange_interval": 60
},
"entry_pricing": {
"price_side": "other",
"use_order_book": true,
"order_book_top": 1,
"price_last_balance": 0.0,
"check_depth_of_market": {
"enabled": false,
"bids_to_ask_delta": 1
}
},
"exit_pricing": {
"price_side": "other",
"use_order_book": true,
"order_book_top": 1
},
"pairlists": [
{"method": "StaticPairList"},
],
"exchange": {
"name": "bybit",
"key": "1",
"secret": "2",
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": true,
"rateLimit": 200
},
"pair_whitelist": ["BTC/USDT:USDT"],
"pair_blacklist": []
},
"bot_name": "freqtrade_bot",
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5
}
}

0 comments on commit c9481ad

Please sign in to comment.