Skip to content

Instantly share code, notes, and snippets.

@natyrix
Last active October 15, 2022 22:25
Show Gist options
  • Save natyrix/331790aa5c5bb387533c3215c523bd99 to your computer and use it in GitHub Desktop.
Save natyrix/331790aa5c5bb387533c3215c523bd99 to your computer and use it in GitHub Desktop.
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