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.