0
Follow
1
Followers
পাইথন ব্যবহার করে exchange.GetPosition() ফাংশন চালানোর সময়, অবস্থানের তথ্য পাওয়া যায় না এবং একটি ত্রুটি প্রদর্শিত হয়।
Created 2021-10-16 16:34:40
2
1174
পাইথন ব্যবহার করে getposition ফাংশন চালানো, নিম্নলিখিত ত্রুটি প্রদর্শন করেঃ
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
python প্রোগ্রামটি নিম্নরূপঃ
def main():
exchange.SetContractType("swap")
A = exchange.GetPosition()
log(A)
প্যারামিটার সেট করা হয়েছে বিটিসি_ ইউএসডিটি
এই প্রশ্নটি কোথা থেকে এসেছে?
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
