Skip to content

Commit

Permalink
3.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Mar 2, 2024
1 parent 622acd0 commit 4990ff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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__ = "3.0.0rc2"
__version__ = "3.0.0rc3"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down
3 changes: 1 addition & 2 deletions martin_binance/lib.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__ = "3.0.0rc1"
__version__ = "3.0.0rc3"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down Expand Up @@ -560,4 +560,3 @@ def refresh(self, _candle):
@classmethod
def get_kline(cls, _interval) -> []:
return cls.klines_series.get(_interval, [])

4 changes: 2 additions & 2 deletions martin_binance/strategy_base.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__ = "3.0.0rc1"
__version__ = "3.0.0rc3"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down Expand Up @@ -119,7 +119,7 @@ def __init__(self):
self.grid_sell = None
#
self.reset_backtest_vars()
#
#
self.cycle_time = None # + Cycle start time
self.command = None # + External input command from Telegram
self.part_amount = {} # + {order_id: (Decimal(str(amount_f)), Decimal(str(amount_s)))} of partially filled
Expand Down

0 comments on commit 4990ff2

Please sign in to comment.