Files
kis_bot/kis_trader/engine
Hwang a4626e0351 fix: Update imports and enhance error handling in momentum engine and tick replay
Changes:
- Replaced the import of `get_env_int` with `get_env_from_db` in `momentum_engine.py` to improve environment variable retrieval.
- Modified error handling in `momentum_tick_replay.py` to ensure `TickColumnView` is only referenced if successfully imported, enhancing robustness.

Impact:
- These updates streamline the import process and improve the stability of the momentum trading logic by ensuring that the code handles import errors gracefully.
2026-07-06 21:43:00 +09:00
..