You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor VI indicator to exclusively use Rust implementation
- Removed the fallback Python implementation for the VI indicator, ensuring it directly utilizes the jesse_rust.vi function for improved performance.
- Simplified the code by eliminating unnecessary checks for Rust availability, aligning with the ongoing integration of Rust across the codebase.
- This change enhances the efficiency and maintainability of the indicators module.
0 commit comments