From c08488fbda32670c279984625e413daf956840c5 Mon Sep 17 00:00:00 2001 From: "Sergio A. S" Date: Mon, 16 Jan 2023 14:49:22 -0300 Subject: [PATCH] Update sma.md (#3956) * Fix plot look when using eval and add query to choices (#3881) * convert index to datetime and update choices * uncomment economy integration test * fix treasury concat bug * fix datasets concat on duplciates * Lock ruff version so that new lints dont break our CI (#3905) * Lock ruff version so that new lints dont break our CI * Bumped pre-commit ruff version * Update sma.md Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Colin Delahunty <72827203+colin99d@users.noreply.github.com> Co-authored-by: James Maslek --- website/content/sdk/reference/ta/sma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/sdk/reference/ta/sma.md b/website/content/sdk/reference/ta/sma.md index 8fdcad0aff61..12126595e322 100644 --- a/website/content/sdk/reference/ta/sma.md +++ b/website/content/sdk/reference/ta/sma.md @@ -5,7 +5,7 @@ description: OpenBB SDK Function # sma -Gets simple moving average (EMA) for stock +Gets simple moving average (SMA) for stock Source Code: [[link](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/openbb_terminal/common/technical_analysis/overlap_model.py#L43)]