Margin trading | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

Margin trading

We need a Python code that imitates the principle of margin trading. Help write, please.

10th Apr 2021, 8:52 PM
ŠŠ½Š½Š°
3 Respostas
+ 5
Binance offers both cross-margin trading (where all margin is in one account) and isolated margin trading (where each pair is a separate margin account). Get cross-margin asset info info = client.get_margin_asset(asset='BNB') Get cross-margin symbol info info = client.get_margin_symbol(symbol='BTCUSDT') Get isolated margin symbol info info = client.get_isolated_margin_symbol(symbol='BTCUSDT')
21st Nov 2021, 3:40 AM
Vaibhav
Vaibhav - avatar
+ 3
ŠŠ½Š½Š° Here you have to show your attempts first. Then someone will try to help you.
10th Apr 2021, 10:12 PM
ā¤ļøšŸ˜PreranašŸ˜ā¤ļø
ā¤ļøšŸ˜PreranašŸ˜ā¤ļø - avatar
+ 1
Sorry we can't write the whole code for you, however we can help you debug šŸ˜
10th Apr 2021, 8:58 PM
KingDaniel2004
KingDaniel2004 - avatar