mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 02:28:41 +08:00
BLD: modified sample algo for testing
This commit is contained in:
@@ -235,7 +235,7 @@ def analyze(context=None, perf=None):
|
||||
|
||||
if __name__ == '__main__':
|
||||
# The execution mode: backtest or live
|
||||
MODE = 'live'
|
||||
MODE = 'backtest'
|
||||
|
||||
if MODE == 'backtest':
|
||||
folder = os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user