Page 1 of 1

TickstoryInfoExpert bug

Posted: Sun Jan 04, 2015 9:32 am
by polnoxi
Hi,
I imported data from the broker FXCM had with TickstoryInfoExpert and I think these data in the file are reversed.
Symbol_EURUSD_SwapLong = 0.680000
Symbol_EURUSD_SwapShort = -1.410000

Re: TickstoryInfoExpert bug

Posted: Tue Jan 06, 2015 2:15 am
by tickstory
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.