Exemple #1
0
 def call_technical(self, other_args: List[str]):
     """Process technical command"""
     self.screen_tickers = finviz_view.screener(other_args, self.preset,
                                                "technical")
Exemple #2
0
 def call_performance(self, other_args: List[str]):
     """Process performance command"""
     self.screen_tickers = finviz_view.screener(other_args, self.preset,
                                                "performance")
Exemple #3
0
 def call_ownership(self, other_args: List[str]):
     """Process ownership command"""
     self.screen_tickers = finviz_view.screener(other_args, self.preset,
                                                "ownership")
Exemple #4
0
 def call_valuation(self, other_args: List[str]):
     """Process valuation command"""
     self.screen_tickers = finviz_view.screener(other_args, self.preset,
                                                "valuation")
Exemple #5
0
 def call_overview(self, other_args: List[str]):
     """Process overview command"""
     self.screen_tickers = finviz_view.screener(other_args, self.preset,
                                                "overview")
 def call_financial(self, other_args: List[str]):
     """Process financial command"""
     finviz_view.screener(other_args, self.preset, "financial")