固定金额计算开仓数量
请教一下,请问,固定金额计算开仓数量,应该怎么写,lots=IntPart(money*10000/(myprice*contractunit*BigPointValue*MarginRatio)); lots=IntPart(money*10000/(myprice*contractunit*BigPointValue)); 哪一种是对的?谢谢!
请教一下,请问,固定金额计算开仓数量,应该怎么写,lots=IntPart(money*10000/(myprice*contractunit*BigPointValue*MarginRatio)); lots=IntPart(money*10000/(myprice*contractunit*BigPointValue)); 哪一种是对的?谢谢!
手数 = 开仓本金/保证金 所以保证金率是必要的