//开仓后反向波动平仓
If(MarketPosition == -1 && C > my_lentry_price + 10 * Minmove * Pricescale)
{
BuyToCover(0, Close);
}
可能什么原因 请老师回个消息