pub struct USI { /* private fields */ }Expand description
Ultimate Strength Index (USI)
Based on John Ehlers’ article “Ultimate Strength Index (USI)” (TASC November 2024). An enhanced version of the RSI with significantly reduced lag and smoother response. It applies the UltimateSmoother to a 4-bar simple moving average of up and down moves.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USI
impl RefUnwindSafe for USI
impl Send for USI
impl Sync for USI
impl Unpin for USI
impl UnsafeUnpin for USI
impl UnwindSafe for USI
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