more cleanup
This commit is contained in:
@@ -1855,12 +1855,8 @@ class DataProvider:
|
||||
|
||||
# Initialize Williams Market Structure analyzer
|
||||
try:
|
||||
from training.williams_market_structure import WilliamsMarketStructure
|
||||
|
||||
williams = WilliamsMarketStructure(
|
||||
swing_strengths=[2, 3, 5, 8], # Multi-strength pivot detection
|
||||
enable_cnn_feature=False # We just want pivot data, not CNN training
|
||||
)
|
||||
williams = WilliamsMarketStructure(1)
|
||||
|
||||
# Calculate 5 levels of recursive pivot points
|
||||
logger.info("Running Williams Market Structure analysis...")
|
||||
|
||||
Reference in New Issue
Block a user