0
Follow
0
Followers
模拟回测 python 报 “global name 'log' is not defined”
Created 2018-04-23 01:15:04 Updated 2018-04-23 10:17:55
1
2659
已经找到原因,Log的L应该为大写
————————————————
代码很简单:
def main():
log(exchange.GetRecords())
这样会报:Traceback (most recent call last): File "<string>", line 1285, in Run File "<string>", line 7, in <module> File "<string>", line 2, in main NameError: global name 'log' is not defined
Related Recommendations
The grid trading strategyPython streamlined multi-variety MACD trending strategy frameworkin main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}gateio getdepth 502Decrypt: Secret key decrypt failedGetOrders: 400: {"code":-1121,"msg":"Invalid symbol."}HTTP 403 errorBitcoin trading by using bots
Comment
All comments (1)
- 1
