Skip to content

Commit

Permalink
1.3.4rc4-4 fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Aug 18, 2023
1 parent fab135b commit 492f921
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "1.3.4rc4-3"
__version__ = "1.3.4rc4-4"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down
3 changes: 2 additions & 1 deletion martin_binance/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "1.3.4"
__version__ = "1.3.4rc4-4"
__maintainer__ = "Jerry Fedorenko"
__contact__ = 'https://github.com/DogsTailFarmer'
##################################################################
Expand Down Expand Up @@ -3342,6 +3342,7 @@ def on_place_order_success(self, place_order_id: int, order: Order) -> None:
# After place but before accept TP was filled some grid
self.after_filled_tp(one_else_grid=True)
else:
self.restore_orders = False
self.cancel_grid(cancel_all=True)
else:
self.message_log(f"Did not have waiting order id for {place_order_id}", LogLevel.ERROR,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.8"

dependencies = [
"exchanges-wrapper~=1.3.6b2",
"exchanges-wrapper~=1.3.6b3",
"margin-strategy-sdk==0.0.11",
"jsonpickle==3.0.2",
"psutil==5.9.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exchanges-wrapper~=1.3.6b2
exchanges-wrapper~=1.3.6b3
margin-strategy-sdk==0.0.11
jsonpickle==3.0.2
psutil==5.9.5
Expand Down

0 comments on commit 492f921

Please sign in to comment.