I read the reference of MQL about the function MarketInfo, I think I have got the solution. The long swap per lot may be calculated as: SwapLong = MarketInfor(Symbol(), MODE_SWAPLONG) * MarketInfor(Symbol(), MODE_TICKVALUE); I will verify it on my ...