feat: Add DART strategy and related configurations
ㅇ Changes: - Introduced the DART strategy to the trading system, including its configuration and integration into the existing framework. - Updated the database schema to include DART-specific tables for disclosures and watchlists. - Enhanced the backtesting and parameter search functionalities to support the DART strategy. - Implemented new rules for browser verification and API interactions to ensure compliance with the updated DART strategy. Impact: - These additions expand the trading capabilities of the system, allowing for more comprehensive analysis and execution of DART-related strategies, while maintaining system integrity and performance.
This commit is contained in:
@@ -12,6 +12,7 @@ from .scalping import ScalpingStrategy
|
||||
from .tail_catch import TailCatchStrategy
|
||||
from .updow_strategy import UpdowStrategy
|
||||
from .dbband_strategy import DbBandStrategy
|
||||
from .dart_strategy import DartStrategy
|
||||
|
||||
__all__ = [
|
||||
"BaseStrategy",
|
||||
@@ -22,5 +23,6 @@ __all__ = [
|
||||
"MomentumStrategy",
|
||||
"UpdowStrategy",
|
||||
"DbBandStrategy",
|
||||
"DartStrategy",
|
||||
"updow_buy",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user