0
Follow
1
Followers
টেস্টিং এপিআই নির্দেশাবলী
CCI নির্দেশক কল করার উদাহরণ python কোড
import talib
def main():
records = exchange.GetRecords()
cci = talib.CCI ((records.High, records.Low, records.Close, 14) # 14 এই প্যারামিটারটি ডিফল্টরূপে ব্যবহার করা যেতে পারে。
Log(cci)
এই ত্রুটিটি নিম্নরূপঃ
exec: "python|python2.7|python2|python3|py": executable file not found in %PATH%
এই প্রশ্নের উত্তর দিতে গিয়ে, আমি মনে করি, আমরা সবাই একই সমস্যায় পড়েছি।
Related Recommendations
Great news! Check out our platforms’ NEW features, the “Demands & Offers” page on our website.Our platform’s New design PC/MacOS local software client is released now!Flash collapse robot (teaching)Index equilibrium strategy (teaching)can anyone please explain how to start with this platformC++ API call exampleHow to break through the Tick receiving limit of commodity futuresMulti-platform Hedging Stabilization Arbitrage V2.1 (Annotation Edition)Pure english vesion of e-books about some basic systematic trading skillsThe grid trading strategy
Comment
All comments (2)
- 1
