pub trait Period {
// Required method
fn period(&self) -> usize;
}
Expand description
Return the period used by the indicator.
pub trait Period {
// Required method
fn period(&self) -> usize;
}
Return the period used by the indicator.