configurable txt separator
This commit is contained in:
@@ -7043,7 +7043,8 @@ class TradingOrchestrator:
|
||||
'ref1_symbol': self.ref_symbols[0] if self.ref_symbols else 'BTC/USDT',
|
||||
'ref2_symbol': 'SPX', # Default to SPX for now
|
||||
'ref3_symbol': 'SOL/USDT',
|
||||
'export_dir': 'NN/training/samples/txt'
|
||||
'export_dir': 'NN/training/samples/txt',
|
||||
'export_format': 'PIPE'
|
||||
}
|
||||
|
||||
self.text_export_manager.export_config.update(export_config)
|
||||
|
||||
Reference in New Issue
Block a user