Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i am trying to automate closing order if breakeven including the swap incurred.
how do i get the swap value?
use custom mql code: vSwapSell=NormalizeDouble(MarketInfo(Symbol(),MODE_SWAPSHORT),3); vSwapBuy=NormalizeDouble(MarketInfo(Symbol(),MODE_SWAPLONG),3); then out put to where you want them to