0
Follow
0
Followers
exchange.SetRate(1);
exchange.SetContractType("quarter");
exchange.SetMarginLevel(20);
exchange.SetDirection("buy");
exchange.Buy(price, 2);
exchange.SetDirection("sell");
exchange.Sell(price, 2);
实际交易发生的时候,发现我调整了amount没有用,实际成交为price*amount = 20美元.
请问是什么原因 ?
Related Recommendations
Adding exchanges on our setting listIntroducing Visual Programming on FMZ QuantLooking 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 futures
Comment
All comments (2)
- 1
