Skip to content

Instantly share code, notes, and snippets.

@JasonRBowling
Created December 12, 2020 19:57
Show Gist options
  • Save JasonRBowling/2c208bbfc72e4e1a61b9598c5e313881 to your computer and use it in GitHub Desktop.
Save JasonRBowling/2c208bbfc72e4e1a61b9598c5e313881 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
rh = {
"username": "",
"password": "",
}
config = {
"statusEmailAddress": "xxxxxxxxxx@vtext.com",
"buyLimit": 0.0075,
"sellLimit": 0.01,
"movingAverageWindows": 24, # 4 hours * 6 samples per hour
"runMinute": [5,15,25,35,45,55],
"coinList": ["BCH", "ETH"],
"tradesEnabled": False,
"rsiWindow": 48,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment