configurable txt separator

This commit is contained in:
Dobromir Popov
2025-08-27 01:48:29 +03:00
parent fc1ac2061f
commit d49a473ed6
4 changed files with 42 additions and 15 deletions

View File

@@ -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)