0
Follow
0
Followers
Cara mendapatkan id robot dalam strategi Python
Created 2018-09-25 19:15:48 Updated 2019-04-17 15:26:36
1
1761
as title
Related Recommendations
Looking For PartnershipGreat 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 skills
Comment
All comments (1)
main() 入口函数说明:
获取机器人ID
function main(robotId) { # main 函数可以接收一个 参数(参数名 可以自定义,比如:robotId),接收传来的机器人 ID ,让策略可以获取
# 当前机器人的ID 。
Log("当前机器人ID:", robotId)
}
8 years ago
- 1
