Vadim Nicolai
Vadim Nicolai
# Pressure – Rust vs. Python/Cython parity checklist | # | Topic / Area | Rust Implementation (current `develop`) | Python / Cython Implementation (current `HEAD`) | Parity Status |...
### PsychologicalLine | Feature / Behavior | Rust implementation detail (core logic) | Covered by Rust test(s) | Parity status | |--------------------------------------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|---------------| | **Constructor `new(period, ma_type)`** | Creates `PsychologicalLine`, chooses...
### RateOfChange | Feature / Behavior | Rust Implementation (crate `nautilus_trader`) | Parity Status | Rust Test(s) Confirming | |---------------------------------------|-----------------------------------------------------------------------------------------|---------------|-------------------------| | **Indicator name** | `fn name(&self) -> String` → `"RateOfChange"`...
### RelativeStrengthIndex | # | Feature / Behaviour | Rust Implementation (nautilus_trader) | Evidence from Rust Tests* | Parity with Original Design | |----|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|-----------------------------| | 1 | Construction (`new /...
### Stochastics | **Component / Behavior** | **Rust Implementation** (`nautilus_trader::momentum::Stochastics`) | **Parity w/ Original Logic** | **Covered by Rust tests?** | |-----------------------------------------------------|--------------------------------------------------------------------|------------------------------|----------------------------| | Constructor (`new`) | `pub fn new(period_k, period_d)`...
### Swings | Aspect / Feature | Rust `Swings` implementation (code above) | Python/Cython reference impl | Parity | Comments on any divergence or action needed | |----------------------------------------------------|----------------------------------------------------------------------------|---------------------------------------------------------------------------|:------:|----------------------------------------------------------------------------------------------------------------| | **Public...
### VerticalHorizontalFilter | # | Functional area / behaviour | Rust implementation (crate `nautilus_trader::momentum::vhf`) | Verified by Rust unit-test(s) | Parity verdict & notes | |---|-----------------------------|--------------------------------------------------------------|------------------------------|------------------------| | 1 | **Construction**...
@joshua-mo-143 is there already an effort in this direction?
I didn't saw any activity and supposed it's not relevant. Just reopened it.
hey @joshua-mo-143 👋 I split the work into two focused building blocks we can ship independently and then compose here: • Code Actions MCP server (#736): search/replace, format, lint, project...