double NormPrice(double p)

double NormPrice(double p)

{

    double ts=MarketInfo(Symbol(),MODE_TICKSIZE);

    ts= MathRound(p/ts)*ts;

    return(ts);

}
本博客所有文章如无特别注明均为原创。作者:天泓评测
分享到:更多

相关推荐

发表评论

路人甲 表情
Ctrl+Enter快速提交

网友评论(0)