pub struct RSIH { /* private fields */ }Expand description
RSI with Hann Windowing (RSIH)
Based on John Ehlers’ “(Yet Another) Improved RSI” (January 2022). It applies Hann window coefficients to price changes to create a smoother, zero-centered oscillator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSIH
impl RefUnwindSafe for RSIH
impl Send for RSIH
impl Sync for RSIH
impl Unpin for RSIH
impl UnsafeUnpin for RSIH
impl UnwindSafe for RSIH
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more