我想按固定一笔10万开仓,自动算出对应的手数,要怎么修改呢?
以棉纤为例 Fund =10万
Lots = Max(1, RoundDown(Fund / (O * ContractUnit * MarginRatio), 0));
算出来怎么有18手,差不多快20万了