Re: The FNC Greedy System

2173
newbietrader1 wrote: Fri Oct 24, 2025 4:43 am Dear Sir,

do you mean like this? create another column for this indicator signal? seems the signal not coming out, is my settings wrong? sorry
Deafult setting will work.
Make sure XU v004-RSIOMA+XUHISTO.ex4 exists in your FNC_DB_Inds folder.
Again, try create one column only for test like my example pic above.
These users thanked the author FiveS for the post:
funchi


Re: The FNC Greedy System

2176
dacanba wrote: Tue Oct 28, 2025 3:22 am Dear Funchi,
Could you please try to reproduce the Millionaire Maker system?
I've tried doing it with your Currency Strength Wizard indicator, but it doesn't work with the lines crossing.
I replaced the TMA indicator with the Smoothed LWMA indicator at a TF greater than the working TF.
The Smoothed LWMA seems to be number 63 on the XU MA indicator (filter + MTF).
Thank you..

millionaire-maker-t8476299.html
It is a bit difficult to represent Millionaire Maker using FNC_DB.
If possible, could you post the necessary indicators and the method for determining the signals?

InfoRe: The FNC Greedy System

2179
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.

Re: The FNC Greedy System

2180
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.