Created
December 12, 2020 19:57
-
-
Save JasonRBowling/2c208bbfc72e4e1a61b9598c5e313881 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env python | |
rh = { | |
"username": "", | |
"password": "", | |
} | |
config = { | |
"statusEmailAddress": "[email protected]", | |
"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