Skip to content

Instantly share code, notes, and snippets.

@c9s
Created April 27, 2022 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/3d2a5452236c1ef5934e5175488ee74f to your computer and use it in GitHub Desktop.
Save c9s/3d2a5452236c1ef5934e5175488ee74f to your computer and use it in GitHub Desktop.
sessions:
# cross margin connection for binance
binance_cross_margin:
exchange: binance
margin: true
# isolated margin connection for binance (LINKUSDT only)
binance_margin_linkusdt:
exchange: binance
margin: true
isolatedMargin: true
isolatedMarginSymbol: LINKUSDT
# isolated margin connection for binance (BTCUSDT only)
binance_margin_btcusdt:
exchange: binance
margin: true
isolatedMargin: true
isolatedMarginSymbol: BTCUSDT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment