Type/to search
0
Follow
1
Followers
Khi chạy hàm exchange.GetPosition() bằng Python, thông tin vị trí không thể lấy được và lỗi sẽ hiển thị
Help
Created 2021-10-16 16:34:40  
 2
 1174

Sử dụng Python để chạy hàm getposition, hiển thị lỗi như sau:
Traceback (most recent call last): File "<string>", line 999, in init_ctx File "<string>", line 41, in <module> File "<string>", line 4, in main NameError: name 'log' is not defined

Chương trình python như sau:
def main():
exchange.SetContractType("swap")
A = exchange.GetPosition()
log(A)

Các tham số được thiết lập là giao diện giao dịch tương lai của BTC_USDT
Câu hỏi này xuất phát từ đâu?

Related Recommendations
Comment
All comments (2)

    Log, 不是log.

    5 years ago

    我用js写的程序就能获取持仓信息,代码如下:
    function main() {
    exchange.SetContractType("swap")
    while (1) {
    var a = exchange.GetPosition()
    var b =a.length
    Log(b)
    Log(a);
    }
    }

    5 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)