Thank you so much, i am going to test. Awesome.funchi wrote: Thu Oct 23, 2025 10:36 pm A new signal indicator has been added.
FNC_Chandelier_Stops_avgs
Please let me know if I’m mistaken.
Re: The FNC Greedy System
2172Dear Sir,FiveS wrote: Thu Oct 23, 2025 9:32 pm It works at my PC so far.
Try create one colum only signal from this indi. Then you can add others.
AUDUSDH1 v1.png
do you mean like this? create another column for this indicator signal? seems the signal not coming out, is my settings wrong? sorry
Re: The FNC Greedy System
2173Deafult setting will work.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
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.
Re: The FNC Greedy System
2174Dear 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
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
Re: The FNC Greedy System
2176It is a bit difficult to represent Millionaire Maker using FNC_DB.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
If possible, could you post the necessary indicators and the method for determining the signals?
Re: The FNC Greedy System
2177Could you please explain how to determine the up/down signals from this indicator?emrah wrote: Wed Oct 29, 2025 7:47 am Dear Funchi,
Is it possible to create an FNC_DB indi for UT Bot ?
Re: The FNC Greedy System
2178It has already long/short signals inside of it. But if you ask which main indis it is use, attached pine script code can be shown what you are looking for.funchi wrote: Wed Oct 29, 2025 10:31 am Could you please explain how to determine the up/down signals from this indicator?
Re: 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
2180There is a configuration file used to convert points to pips.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.
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)
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.