Created
April 27, 2022 09:22
-
-
Save c9s/3d2a5452236c1ef5934e5175488ee74f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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