Fix: Missing closing brace in MAIndicator.calculate()
This commit is contained in:
@ -176,7 +176,8 @@ let maValues;
|
||||
}
|
||||
|
||||
return maValues.map(ma => ({ ma }));
|
||||
|
||||
}
|
||||
|
||||
getMetadata() {
|
||||
return {
|
||||
name: 'MA',
|
||||
|
||||
Reference in New Issue
Block a user