Hi Polnoxi,
We have checked the EA code for the export of these values and cannot see any issue – the Swap Long and Short are obtained from MarketInfo(querySymbol,MODE_SWAPLONG);
and
MarketInfo(querySymbol,MODE_SWAPSHORT);
respectively.
You can cross-check to see if these values correspond to what the MT4 terminal has by right-clicking in the Market Watch window, selecting ‘Symbols’ and then looking at the Properties/Contract Specification for the symbol.
Thanks.