working on lambda layout

This commit is contained in:
Gert Wohlgemuth
2018-05-10 22:56:55 -07:00
parent 9a6b64c12b
commit 4ffb8e3bbf
2 changed files with 123 additions and 131 deletions

View File

@@ -20,9 +20,20 @@ def backtest(event, context):
no return
"""
backtesting = Backtesting()
backtesting.start()
pass
def submit(event, context):
"""
this functions submits a new strategy to the backtesting queue
:param event:
:param context:
:return:
"""
pass