Re: The FNC Greedy System

1351
Stop loss setting

Set the stop loss for each currencies, commodities and indices.
If not set, no stop loss will be set.
Create and set up a file for each trading strategy (magic number).

------------------------------
This is a tentative version
------------------------------
Edit the text file directly by yourself.
This is a tentative version. Maybe forever.

------------------------------
Rule
------------------------------
Set in csv format. The delimiter is ';'.

There is no rule for the file name,
but it must be set to the parameter of FNC_DB_EA.

------------------------------
Format
------------------------------
Symbol ; Type ; Stop loss pips ; Remarks

------------------------------
Description
------------------------------
Symbol ... Set the symbol for a currencies, commodities and indices.
No prefix or suffix is required.

Type ... 1 Set pips away from the current candlestick.
... 2 Set pips away from the previous candlestick.

StopLossPips ... Set the stop loss in pips.
If set to zero, no stop loss is set.

Remarks ... Remarks. Not used in system.

------------------------------
Example
------------------------------
EURUSD;1;50;
Attachments
funchi's daughter


Re: The FNC Greedy System

1352
funchi wrote: Fri Apr 12, 2024 6:10 pm Take profit Setting

Set the Take profit for each currencies, commodities and indices.
If not set, no Take profit will be set.

------------------------------
This is a tentative version
------------------------------
Edit the text file directly by yourself.
This is a tentative version. Maybe forever.

------------------------------
Rule
------------------------------
Set in csv format. The delimiter is ';'.

There is no rule for the file name,
but it must be set to the parameter of FNC_DB_EA.

------------------------------
Format
------------------------------
Symbol ; Type ; Take profit pips ; Remarks

------------------------------
Description
------------------------------
Symbol ... Set the symbol for a currencies, commodities and indices.
No prefix or suffix is required.

Type ... 1 fixed. Reserved for future use.

TakeProfitPips ... Set the Take profit in pips.
If set to zero, no Take profit is set.

Remarks ... Remarks. Not used in system.

------------------------------
Example
------------------------------
EURUSD;1;50;
Everything is clear.
You and your system are amazing and I am honored to have had the chance to meet you.
I'll start massive all-day testing next week and will keep you updated.

Happy weekend Funchi. :D
These users thanked the author lukgoku for the post:
funchi

Re: The FNC Greedy System

1353
funchi wrote: Fri Mar 22, 2024 11:54 am Update Trading strategy number 4032.

Version/Trading Strategy Number
The FNC Greedy System 4032

Description of the Buy trading strategy (Sell is omitted)

- Daily open
 The closing price is above the daily opening price.

- Candle Colors M5-EMA9 and M5-EMA36
 The color of the ascending.

- RSI M5-7
 The RSI line is above 70.

- Stochastic M5-5-3-3
 The Stochastic main line is above 70.

- Entry Signal
 When all of the above conditions are met.

- Exit Signal
 If any of the conditions are mismatched.

- SL of EA
 None.

- Related URL
 post1295537280.html#p1295537280

- Download
 The FNC Greedy System 4032.zip
 The FNC Greedy System 4032_M15.tpl

- How to Install
 post1295537269.html#p1295537269
Thanks a lot for your work!
I'm testing it on demo account, I enabled the trailing stop function, one day later the broker sent me a mail said my account
has exceeded 10,000 server messages and has been blocked due to hyperactivity, Is there something I need to change in TrailingStop.txt file?
Could you please add an option about the trailing stop frequency? Such as once per minute..
These users thanked the author TimRin for the post:
funchi

Re: The FNC Greedy System

1354
TimRin wrote: Sun Apr 14, 2024 4:10 pm Thanks a lot for your work!
I'm testing it on demo account, I enabled the trailing stop function, one day later the broker sent me a mail said my account
has exceeded 10,000 server messages and has been blocked due to hyperactivity, Is there something I need to change in TrailingStop.txt file?
Could you please add an option about the trailing stop frequency? Such as once per minute..
The cause is unknown as it is still under investigation.
Therefore, the response method is still undecided.

Before that, could you please show me the parameters of "FNC_DB_EA" and "TrailingStop.txt"?
Expert logs if possible.
funchi's daughter

Re: The FNC Greedy System

1355
funchi wrote: Sun Apr 14, 2024 5:19 pm The cause is unknown as it is still under investigation.
Therefore, the response method is still undecided.

Before that, could you please show me the parameters of "FNC_DB_EA" and "TrailingStop.txt"?
Expert logs if possible.
Sure no problem, the parameters are all default except "Use TrailingStop by pair = True".
Sorry expert logs are messy, "cannot open file" errors are from strategy 4031, just ignore them..
22:35:04.359 FNC_DB_EA EURUSD,M15: #4032 (423978991) GBPCAD error=TrailingStopByPair
This is the last log before account blocked.
These users thanked the author TimRin for the post:
funchi


Re: The FNC Greedy System

1356
TimRin wrote: Sun Apr 14, 2024 5:41 pm Sure no problem, the parameters are all default except "Use TrailingStop by pair = True".
Sorry expert logs are messy, "cannot open file" errors are from strategy 4031, just ignore them..
22:35:04.359 FNC_DB_EA EURUSD,M15: #4032 (423978991) GBPCAD error=TrailingStopByPair
This is the last log before account blocked.
Thanks for your cooperation.

Fixed the bug.
Currently, the trailing stop was updating every second.
After the bug is fixed, the timing will be the same as the signal judgment time axis.

We will test and verify after the market opens tomorrow.
It is scheduled to be released early tomorrow morning (Japan time).

Regarding "cannot open file", do you also use 4031?
These users thanked the author funchi for the post:
TimRin
funchi's daughter

Re: The FNC Greedy System

1357
funchi wrote: Sun Apr 14, 2024 6:03 pm Thanks for your cooperation.

Fixed the bug.
Currently, the trailing stop was updating every second.
After the bug is fixed, the timing will be the same as the signal judgment time axis.

We will test and verify after the market opens tomorrow.
It is scheduled to be released early tomorrow morning (Japan time).

Regarding "cannot open file", do you also use 4031?
Thanks! Yes I'm also running 4031 on that account, I think the "cannot open file" problem is because the indicator name doesn't match with the template,
I have renamed 3_level indicator, I think maybe that can fix it:)

Re: The FNC Greedy System

1358
Download and install "FNC_DB_EA" again.

Cautions
Required if you are using trailing stop and 2ndDot stop loss.
Please make sure to use the correct Version/Trading Strategy Number.
New function is included in "FNC_DB_EA" but not yet working. The parameter name is "Scheduler".

4031
post1295537267.html#p1295537267
4032
post1295537384.html#p1295537384
4033
post1295537387.html#p1295537387
4043
post1295539098.html#p1295539098
These users thanked the author funchi for the post:
lukgoku
funchi's daughter

Re: The FNC Greedy System

1360
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.
Attachments
&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
These users thanked the author funchi for the post:
dacanba
funchi's daughter


Who is online

Users browsing this forum: BlockagePro, Forexlearner, mate, pritpal53, Shockr and 29 guests