Last active
October 15, 2022 22:25
-
-
Save natyrix/331790aa5c5bb387533c3215c523bd99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def run_indicator(self): | |
if self.indicator == 'bbands': | |
self.setup_bbands() | |
elif self.indicator == 'sma': | |
self.setup_sma() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment