File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ lazy_static! {
123
123
/// This allows us to find the EMA value.
124
124
/// This value represents the trend of tasks mapped onto the thread pool.
125
125
/// Calculation is following:
126
- /// ```
126
+ /// ```text
127
127
/// +--------+-----------------+----------------------------------+
128
128
/// | Symbol | Identifier | Explanation |
129
129
/// +--------+-----------------+----------------------------------+
@@ -133,7 +133,7 @@ lazy_static! {
133
133
/// +--------+-----------------+----------------------------------+
134
134
/// ```
135
135
/// Under these definitions formula is following:
136
- /// ```
136
+ /// ```text
137
137
/// EMA = α * [ Yt + (1 - α)*Yt-1 + ((1 - α)^2)*Yt-2 + ((1 - α)^3)*Yt-3 ... ] + St
138
138
/// ```
139
139
/// # Arguments
You can’t perform that action at this time.
0 commit comments