0
Follow
1
Followers
이 모든 종류의 실행 중인 하드 디스크를 가져오고 싶습니다
로그 ((api (('GetRobotList', 0, 5, -1, 'Transaction Monitoring')) 여기 0 5 -1 트랜스포인트 모니터링이 있습니다. 이 네 가지 변수는 어떻게 대체되어야 할까요? 감사합니다.
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)MyLanguage DocFMZ PINE Script DocNotes & Explanation of Futures Reverse Doubling Algorithm StrategySolutions to Obtaining Docker Http Request Message
Comment
All comments (3)
GetRobotList接口传4个参数:offset ,length ,robotStatus, label
用于设置查询时的分页数,长度,状态,标签。
'status': 1 表示正在运行中的实盘。
3 years ago
梦总我有一个运行中的实盘 标签为实盘-主账户-CVX,使用 Log(api('GetRobotList',0, 5, 1, '实盘-主账户-CVX')) 返回的是map[code:0 data:map[error:<nil> result:map[all:0 concurrent:0 robots:[]]]]
请问是什么原因啊
3 years ago
- 1
