Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Last active June 28, 2020 11:12
Show Gist options
  • Save saleh-old/34be33d2e96b36693d44d2cb175ccf6d to your computer and use it in GitHub Desktop.
Save saleh-old/34be33d2e96b36693d44d2cb175ccf6d to your computer and use it in GitHub Desktop.
import jesse.indicators as ta
entry = ta.ema(self.candles, 50)
stop = ta.ema(self.candles, 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment