Re: The FNC Greedy System
Posted: Thu Jun 22, 2023 9:00 pm
Funchi I noticed something as I was setting up the X-Gen template.funchi wrote: Thu Jun 22, 2023 6:14 pm Entry is done by EA and exit is done manually.
If you exit while the entry condition is met,
It will enter again.
If I have already traded, I should not enter,
That definition is difficult.
1. only one entry today?
2. one entry in one hour?
3. one entry on the current entry signal?
4. etc.
Did you use the first "FNC Greedy System_X-Gen.tpl"?
This gives entry signals intermittently and frequently.
The solution of only one entry with the current entry signal will break down.
Then, entry is not only done by the EA,
Do we need to manually control whether entry is allowed or not?
For example, would it be useful to have a column where you can manually change the signal?
What is the problem in this case?
The FNC_dashboard_Ind_ms_ma_order has option to set the signal judge method as 'MA1 is above/below MA2' or 'Crossed'
When I select 'Crossed', the signals are few but when I select 'MA1 is above/below MA2' the signals are many.
Could this be the reason why the EA keeps opening trades once MA1 is above/below MA2 even when you exit?
Can we try the 'Crossed' option to see if this solves the problem.
See images attached