Skip to content

Commit

Permalink
Fixing stocks/rolling (OpenBB-finance#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chavithra authored Sep 15, 2022
1 parent fbdf6e7 commit c71bc53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def call_rolling(self, other_args: List[str]):
symbol=self.ticker,
data=self.stock,
target=self.target,
limit=ns_parser.n_window,
window=ns_parser.n_window,
export=ns_parser.export,
)

Expand Down

0 comments on commit c71bc53

Please sign in to comment.