Skip to content

Instantly share code, notes, and snippets.

@jsrimr
Created September 6, 2019 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsrimr/84596f5a9231b326f1bf0ffc10c9faa5 to your computer and use it in GitHub Desktop.
Save jsrimr/84596f5a9231b326f1bf0ffc10c9faa5 to your computer and use it in GitHub Desktop.
fn = {'stochastic': get_stochastic, 'rsi': fnRSI,'macd': fnMACD, 'bollinger': get_bollinger_diffs}
self.get_derivative_diffs = fn.get(custom_args.environment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment