AssetOne wrote: Thu Oct 30, 2025 5:32 am
Hello, I use XM broker Indices symbols are tittled for example UK100Cash. FNC EA is opening trades on currency pairs fine but not on indices. i tried to quickly look in this forum chat history for a solution but havent found it yet. FNC DB is working fine and generating signals. indices are 0.10, curency pairs 0.01 help.
There is a configuration file used to convert points to pips.
This file is used to define settings for symbols other than the major currency pairs.
File path:
MQL4\Files\FNC_DB\MarketInfo.txt
File structure:
- Column 1: Symbol name
- Column 2: Conversion factor from points to pips
- Column 3: Unused (decimal display precision)
- Column 4: Conversion factor from points to pips (used for lot size calculations)
I actually considered whether pip conversion for non-currency symbols could be done without using a configuration file, but it seems impossible.
Column 4 is a leftover from those earlier experiments.
However, non-currency symbols have not yet been tested.
As for how to configure it, the only way is to set it up and experiment.