pdmt5 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pdmt5/trading.py CHANGED
@@ -146,6 +146,7 @@ class Mt5TradingClient(Mt5DataClient):
146
146
  elif retcode in {
147
147
  self.mt5.TRADE_RETCODE_TRADE_DISABLED,
148
148
  self.mt5.TRADE_RETCODE_MARKET_CLOSED,
149
+ self.mt5.TRADE_RETCODE_NO_CHANGES,
149
150
  }:
150
151
  self.logger.info("response: %s", response)
151
152
  comment = response.get("comment", "Unknown error")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdmt5
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Pandas-based data handler for MetaTrader 5
5
5
  Project-URL: Repository, https://github.com/dceoy/pdmt5.git
6
6
  Author-email: dceoy <dceoy@users.noreply.github.com>
@@ -392,7 +392,7 @@ cd pdmt5
392
392
  uv sync
393
393
 
394
394
  # Run tests
395
- uv run pytest test/ -v
395
+ uv run pytest tests/ -v
396
396
 
397
397
  # Run type checking
398
398
  uv run pyright .
@@ -1,9 +1,9 @@
1
1
  pdmt5/__init__.py,sha256=QbSFrsi7_bgFzb-ma4DmmUjR90UvrqKMnRZq1wPRmoI,446
2
2
  pdmt5/dataframe.py,sha256=rUWtR23hrXBdBqzJhbOlIemNy73RrjSTZZJUhwoL6io,38084
3
3
  pdmt5/mt5.py,sha256=KgxHapIrh5b4L0wIOAQIjfXNZafalihbFrh9fhYHmrI,32254
4
- pdmt5/trading.py,sha256=LRHfh1bjC_day4A4Az4Q5TM4cBgZB18pWxj3Wfyo5Yg,20608
4
+ pdmt5/trading.py,sha256=GWznfYp2ndUwJqGBunxIJ9xwiQ-9oOwuUV8UaMcny1w,20655
5
5
  pdmt5/utils.py,sha256=Ll5Q3OE5h1A_sZ_qVEnOPGniFlT6_MmHfuu0zqeLdeU,3913
6
- pdmt5-0.1.7.dist-info/METADATA,sha256=c5HJ6Xm3upGHXdGQ3j1sOBE_QHY_kBVCRJJWPdgunt0,16175
7
- pdmt5-0.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- pdmt5-0.1.7.dist-info/licenses/LICENSE,sha256=iABrdaUGOBWLYotFupB_PGe8arV5o7rVhn-_vK6P704,1073
9
- pdmt5-0.1.7.dist-info/RECORD,,
6
+ pdmt5-0.1.8.dist-info/METADATA,sha256=6wf-gKgkEt16UKITUBimrAsicdwtbN8z6mB0_Q0HgwE,16176
7
+ pdmt5-0.1.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ pdmt5-0.1.8.dist-info/licenses/LICENSE,sha256=iABrdaUGOBWLYotFupB_PGe8arV5o7rVhn-_vK6P704,1073
9
+ pdmt5-0.1.8.dist-info/RECORD,,
File without changes