Skip to content

Commit

Permalink
fix: rust nightly support
Browse files Browse the repository at this point in the history
  • Loading branch information
amv-dev committed Sep 19, 2024
1 parent 5b1f380 commit e331b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/methods/vwma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use crate::helpers::Peekable;
use serde::{Deserialize, Serialize};

/// [Volume Weighed Moving Average](https://en.wikipedia.org/wiki/Moving_average#Weighted_moving_average) of specified `length`
/// for timeseries of type ([`ValueType`], [`ValueType`]) which represents pair of values (`value`, `volume`)
///
/// Used for timeseries of type ([`ValueType`], [`ValueType`]) which represents pair of values (`value`, `volume`)
///
/// # Parameters
///
Expand Down

0 comments on commit e331b48

Please sign in to comment.