Commit 7691681
refactor: Remove deprecated code and clean up pre-v3.1 remnants
- Remove deprecated sync methods (get_latest_bar_sync)
- Delete debug example files (debug_fvg_indicator.py, debug_orderblock_indicator.py)
- Update documentation examples to use async-only patterns
- Clean up placeholder comments in indicators module
- Fix trailing whitespace issues
- Maintain backward compatibility for deprecated callbacks per v3.x policy
This cleanup improves code consistency with the v3.1+ async-only architecture
while preserving backward compatibility where required.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6fa2946 commit 7691681
File tree
7 files changed
+16
-433
lines changed- examples
- src/project_x_py
- indicators
- orderbook
- realtime_data_manager
- types
7 files changed
+16
-433
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | 316 | | |
321 | 317 | | |
322 | 318 | | |
| |||
334 | 330 | | |
335 | 331 | | |
336 | 332 | | |
337 | | - | |
338 | | - | |
339 | | - | |
0 commit comments