mirror of
https://github.com/Arianhgh/fx-quant-research.git
synced 2026-08-22 15:18:06 +00:00
Add project scaffold with config and dependencies
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from tradingbot.data.loader import load_ohlcv_csv, summarize, analyze_time_gaps
|
||||
from tradingbot.data.processor import GoldDataProcessor
|
||||
from tradingbot.data.features import GoldFeatureEngineer, GoldFeaturePipeline
|
||||
|
||||
__all__ = [
|
||||
"load_ohlcv_csv",
|
||||
"summarize",
|
||||
"analyze_time_gaps",
|
||||
"GoldDataProcessor",
|
||||
"GoldFeatureEngineer",
|
||||
"GoldFeaturePipeline",
|
||||
]
|
||||
Reference in New Issue
Block a user