Created
February 3, 2022 22:45
-
-
Save jsgaston/df819487b00c60eef9f3b1b9345853dc to your computer and use it in GitHub Desktop.
This file contains 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
if client.futures_position_information(symbol=symbolo)[-1]['positionAmt'] == '0.00000': | |
time.sleep(2) | |
client.futures_cancel_all_open_orders(symbol=symbolo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment