Attachments forums

List of attachments posted on this forum.


All files on forums: 161303

Re: The FNC Greedy System

funchi, Mon Apr 15, 2024 11:08 am

EA's operation scheduler will be released.
It will be included in future releases. I will not include it unless requested.


The parameters are almost the same as those of "FNC_DB_EA", but the difference is that different settings can be made for different dates.
For example,
Even if you plan a schedule to trade only during the day every day,
This Friday only before an event that will have a significant impact on the market,
All positions will be closed and trading will resume the following week,
This is a day-and-time-specific change.


Function

Set in hourly increments.
Set whether or not to operate.
Set if you want to close all positions.
Create for each schedule group. It is not a magic number.
Schedule groups are valid per computer, not per MT4.
Set the master settings for the schedule with parameters and change them on the screen.
Set by computer time. It is not the broker's time.


Master setting

Set by parameter.
Set whether or not to run each day of the week.
Set whether or not to operate at each time of the day.
Set the start time for Monday.
Set the end time for Friday.
Set the timing for closing all positions.


Changing the schedule

This is done on the screen.
The horizontal axis displays the time from 0:00 to 23:00.
The vertical axis displays the date for 40 days from the previous day.
"Click" .... The operation and non-operation are toggled and set.
"Ctrl "+"Click". Set the closing of all positions.
"RELOAD" ........ Discard previous changes. Redisplays the current settings.
"APPLY" ... Applies the changes, which are immediately reflected in the operation of the EA.
"RESET" ........ Reschedule from master settings.


Usage

Set whether the scheduler is used or not by the parameter "FNC_DB_EA".
If you use the scheduler, set the schedule group name.
When the scheduler is used, the schedule parameter setting of "FNC_DB_EA" is invalid.


Cautions/Known Bugs

If you use the scheduler,
Basket settlement for "FNC_DB_EA" does not work correctly.
Specifically, "Suspend EA until next session" will not function properly.
&quot;O&quot; .... ...EA works.<br />&quot;X&quot; .... X&quot; ... EA does not work<br />&quot;$&quot; .... Close all positions "O" .... ...EA works.
"X" .... X" ... EA does not work
"$" .... Close all positions


All files in topic