Skip to content

Commit f941261

Browse files
authored
Bump UsEquityStrategies for IBIT DCA (#102)
* Bump UsEquityStrategies for IBIT DCA * Add IBIT strategy translation
1 parent aa95c96 commit f941261

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

notifications/telegram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def format_small_account_cash_substitution_notes(
262262
"strategy_name_tech_communication_pullback_enhancement": "科技通信回调增强",
263263
"strategy_name_qqq_tech_enhancement": "科技通信回调增强",
264264
"strategy_name_mega_cap_leader_rotation_top50_balanced": "美股超大盘50强平衡龙头轮动",
265+
"strategy_name_ibit_smart_dca": "IBIT 比特币 ETF 智能定投",
265266
"skip_reason_below_trade_threshold": "低于调仓阈值",
266267
"skip_reason_quote_unavailable": "无法获取报价",
267268
"skip_reason_sell_quantity_zero": "卖出股数为0",
@@ -412,6 +413,7 @@ def format_small_account_cash_substitution_notes(
412413
"strategy_name_tech_communication_pullback_enhancement": "Tech Communication Pullback Enhancement",
413414
"strategy_name_qqq_tech_enhancement": "Tech Communication Pullback Enhancement",
414415
"strategy_name_mega_cap_leader_rotation_top50_balanced": "Mega Cap Leader Rotation Top50 Balanced",
416+
"strategy_name_ibit_smart_dca": "IBIT Smart DCA",
415417
"skip_reason_below_trade_threshold": "below trade threshold",
416418
"skip_reason_quote_unavailable": "quote unavailable",
417419
"skip_reason_sell_quantity_zero": "sell quantity rounds to 0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flask
22
gunicorn
33
firstrade==0.0.39
44
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b846c9d777a450e95d23c264853997d671f47dd9
5-
us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@d08492ea4b4055515606ae386e59a31a943a7fec
5+
us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@f92301b329ab5054ec5ed6fb8ce043b48ff18a0e
66
google-cloud-storage
77
requests
88
pytest

0 commit comments

Comments
 (0)