Skip to content

Commit

Permalink
hotfix / Moving Averages Export (#5214)
Browse files Browse the repository at this point in the history
* Update overlap_view.py

* tests

---------

Co-authored-by: James Maslek <jmaslek11@gmail.com>
  • Loading branch information
tehcoderer and jmaslek committed Jul 13, 2023
1 parent d3126b4 commit 002a44b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/common/technical_analysis/overlap_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def view_ma(
export,
os.path.dirname(os.path.abspath(__file__)).replace("common", "stocks"),
f"{ma_type.lower()}{'_'.join([str(win) for win in window])}", # type: ignore
price_df,
ta.df_ta,
sheet_name,
fig,
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
No congress trading data found

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
No congress trading data found

0 comments on commit 002a44b

Please sign in to comment.