Skip to content

Commit

Permalink
Merge branch 'develop' into feature/new-treasury-command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Jul 13, 2023
2 parents 3260706 + 002a44b commit afebe69
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 afebe69

Please sign in to comment.