working on backtesting

This commit is contained in:
Gert Wohlgemuth
2018-05-21 16:52:12 -07:00
parent b5d0c0ea6a
commit b4d6e2c289
6 changed files with 128 additions and 13 deletions

View File

@@ -186,3 +186,18 @@ def submit(event, context):
"statusCode": result['ResponseMetadata']['HTTPStatusCode'],
"body": json.dumps(result)
}
def submit_github(event, context):
"""
there has been a push to our github repository, so let's
update all the strategies.
The user account will be the provided secret
:param event:
:param context:
:return:
"""
print(event)