Re: The FNC Greedy System

1871
funchi wrote: Wed Jun 04, 2025 4:30 pm Both of you,

Please post your trading systems as a new topic.

Once you know the trading rules, it will be easier for me to create signals.

Then.

I have a hard time staying motivated because I'm told it's a glitch, it's a glitch, it's not working properly, even when I create it exactly as I'm told.
Sorry for making many requests in the past time, I am personally still looking for the holy grail in my trading journey.
VZU system is a profitable system but it will be difficult to create EA, I am having difficulty with PR and Kingfisher indicators. The signals of these 2 indicators are unstable so I am looking for many other indicators to replace them.
In the near future I will test and when I have stable profits I will announce here so you can create DB.
Thank you for what you are helping the community.
These users thanked the author rsistoch for the post (total 2):
funchi, Topguy7


Re: The FNC Greedy System

1874
Dear funchi,
Thank you for your valuable contributions. Below, I outline the indicators and criteria of my personal trading system:
1. XU MA (Filter + Averages): Buy/Sell on slope change of two moving averages (in the attached chart, there is an arrow indicating this);
2. XU V2-Trading: Buy/Sell on bar color change (which means when the two moving averages change slope);
(a trade signal is considered valid if at least one of the first two indicators (XU MA or XU V2-Trading) confirms it; however, is it possible to choose, from a combination of 3 to 5 indicators, how many indicators to align before taking a trade?)
3. Jurik Volty Bands: Buy/Sell when the histogram crosses the moving average or, if earlier, the zero line;
4. TDI/RSI: Buy/Sell when the line crosses its own moving average or the middle line;
5. Value Chart: Buy/Sell when the line crosses its own moving average or the middle line.

I am attaching a chart indicating a Buy and a Sell trade.
Is it possible to create a dashboard of signal or EA?
Let me know if you'd like any refinements!
Thanks in advance
Lucmat

Re: The FNC Greedy System

1875
lucmat wrote: Sun Jun 08, 2025 4:39 am Dear funchi,
Thank you for your valuable contributions. Below, I outline the indicators and criteria of my personal trading system:
1. XU MA (Filter + Averages): Buy/Sell on slope change of two moving averages (in the attached chart, there is an arrow indicating this);
2. XU V2-Trading: Buy/Sell on bar color change (which means when the two moving averages change slope);
(a trade signal is considered valid if at least one of the first two indicators (XU MA or XU V2-Trading) confirms it; however, is it possible to choose, from a combination of 3 to 5 indicators, how many indicators to align before taking a trade?)
3. Jurik Volty Bands: Buy/Sell when the histogram crosses the moving average or, if earlier, the zero line;
4. TDI/RSI: Buy/Sell when the line crosses its own moving average or the middle line;
5. Value Chart: Buy/Sell when the line crosses its own moving average or the middle line.

I am attaching a chart indicating a Buy and a Sell trade.
Is it possible to create a dashboard of signal or EA?
Let me know if you'd like any refinements!
Thanks in advance
Lucmat
Please post your trading systems as a new topic.
These users thanked the author funchi for the post:
lucmat


Re: The FNC Greedy System

1877
Latest version of MT4.
Version 5.1.
post1295507591.html#p1295507591

This will be the basis for future support.

Is there a dashboard you would like to see reworked?
post1295507591.html#p1295507591


Overview.

 Various changes have been made. The following is a description of the changes as far as I can remember.

 Changed initial values for FNC_DB.
 Separated the ‘FNC_’ indicator for FNC_DB and each indicator folder.
 Attached the source code for the two patterns of indicators and the sample EA.
 I do not know what my daughter has changed since I posted #1.
 Therefore, it is unknown if all FNC indicators work.

 Essentially, backwards compatibility is lost when changing versions.
 It appears that my daughter has removed the mechanism that makes it incompatible with the previous version.
 I don't know if the version I posted in #1 is compatible with the version I posted and the indicators I have posted so far.
 If you have created your own ‘FNC_’ indicator, it should work with a few changes and a build.


EA

 The calculation of position size has been changed.
  This is a temporary fix to solve a calculation flaw in the position size for non-currency pairs.
  Added ‘PIP factor for risk calc’ to the file ‘MarketInfo.txt’.
  This is used to calculate the position size from the SL and risk calc.
  The default value is the same as the ‘pips factor’.
  Change this if you think the position size is out of the ordinary.
  The stocks and ‘pips factor’ cover the file ‘XU-XARDFX10.mq5’.

 The method of obtaining SL prices using Semafor has been changed.
  Added parameter ‘Number of Semafor dots back to’.
  The parameter ‘1’ is the most recent Semafor value, while ‘2’ is the lower of the two most recent Semafor values (in the case of a buy).
  Set to ‘1’ or higher.


Indicator.

 Information can now be displayed in text in the signal column.
  Cannot be used for entry or exit decisions.
  A sample ‘FNC_dv_ADR’ has now been created (as shown in the attached image). (as shown in the attached image).
  I don't have a use for it at the moment, but if you have a better idea, please let me know.
These users thanked the author funchi for the post (total 5):
ChuChu Rocket, asgariHoo, eduarescobar, lucmat, iardavan

Re: The FNC Greedy System

1878
rsistoch wrote: Thu Jun 05, 2025 12:50 pm Sorry for making many requests in the past time, I am personally still looking for the holy grail in my trading journey.
VZU system is a profitable system but it will be difficult to create EA, I am having difficulty with PR and Kingfisher indicators. The signals of these 2 indicators are unstable so I am looking for many other indicators to replace them.
In the near future I will test and when I have stable profits I will announce here so you can create DB.
Thank you for what you are helping the community.
Hi rsistoch , Could you please upload system folder as zip file for easy installation like ameteur user as me :) ?
I can not see columns with your template :(

Re: The FNC Greedy System

1879
emrah wrote: Mon Jun 09, 2025 6:19 am Hi rsistoch , Could you please upload system folder as zip file for easy installation like ameteur user as me :) ?
I can not see columns with your template :(
I don't use that tpl anymore. The tpl was created for FNC DB 5.0.
Funchi updated the new DB a few days ago.
You can download the Developer's kit on page 1 and create your own DB and adjust the indicators parameters according to the VZU system.
All indicators are available in the zip file.
These users thanked the author rsistoch for the post:
emrah

Re: The FNC Greedy System

1880
Hello funchi,
I think I've made some mistakes.
I attached 4 indicators, but only two send directions.
May you help me?
Thanks in advance

Lucmat

funchi wrote: Sun Jun 08, 2025 1:47 pm Latest version of MT4.
Version 5.1.
post1295507591.html#p1295507591

This will be the basis for future support.

Is there a dashboard you would like to see reworked?
post1295507591.html#p1295507591


Overview.

 Various changes have been made. The following is a description of the changes as far as I can remember.

 Changed initial values for FNC_DB.
 Separated the ‘FNC_’ indicator for FNC_DB and each indicator folder.
 Attached the source code for the two patterns of indicators and the sample EA.
 I do not know what my daughter has changed since I posted #1.
 Therefore, it is unknown if all FNC indicators work.

 Essentially, backwards compatibility is lost when changing versions.
 It appears that my daughter has removed the mechanism that makes it incompatible with the previous version.
 I don't know if the version I posted in #1 is compatible with the version I posted and the indicators I have posted so far.
 If you have created your own ‘FNC_’ indicator, it should work with a few changes and a build.


EA

 The calculation of position size has been changed.
  This is a temporary fix to solve a calculation flaw in the position size for non-currency pairs.
  Added ‘PIP factor for risk calc’ to the file ‘MarketInfo.txt’.
  This is used to calculate the position size from the SL and risk calc.
  The default value is the same as the ‘pips factor’.
  Change this if you think the position size is out of the ordinary.
  The stocks and ‘pips factor’ cover the file ‘XU-XARDFX10.mq5’.

 The method of obtaining SL prices using Semafor has been changed.
  Added parameter ‘Number of Semafor dots back to’.
  The parameter ‘1’ is the most recent Semafor value, while ‘2’ is the lower of the two most recent Semafor values (in the case of a buy).
  Set to ‘1’ or higher.


Indicator.

 Information can now be displayed in text in the signal column.
  Cannot be used for entry or exit decisions.
  A sample ‘FNC_dv_ADR’ has now been created (as shown in the attached image). (as shown in the attached image).
  I don't have a use for it at the moment, but if you have a better idea, please let me know.