From 8fa9f2ae9c362f0e0854b0ab6f1470be116fcd86 Mon Sep 17 00:00:00 2001 From: 1122455801 Date: Fri, 29 Mar 2019 12:56:44 +0800 Subject: [PATCH] Update test_strategy.py --- vnpy/app/cta_strategy/strategies/test_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/app/cta_strategy/strategies/test_strategy.py b/vnpy/app/cta_strategy/strategies/test_strategy.py index 814ae57e..f0a31c3b 100644 --- a/vnpy/app/cta_strategy/strategies/test_strategy.py +++ b/vnpy/app/cta_strategy/strategies/test_strategy.py @@ -12,7 +12,7 @@ from time import time class TestStrategy(CtaTemplate): """""" - author = '用Python的交易员' + author = "用Python的交易员" test_trigger = 10