Re: The FNC Greedy System

711
TradeXtra wrote: Thu Jul 27, 2023 6:51 am Funchi, Like I said before that I'll request the coders to help us out with the EA reentering trades problem, below is the link to the suggestions and codes one of the coders wrote to help us resolve it. Would you pls check the link and see if it is something you can resolve?
Thanks a lot funchi!
viewtopic.php?p=1295519144#p1295519144
Thank you very much.
However,
The problem does not seem to be well communicated.
We have already incorporated the mechanism you posted.


Re: The FNC Greedy System

712
commodus wrote: Thu Jul 27, 2023 7:00 am Has anything been achieved with reference to closing a trade & no new trades being opened even if it all still lines up eg Will only open a trade at the initial first signal generated?.

Hello my friends
i am working on this valuable framework these days and yess its a really pain and force the user to defne worse but mor solid suituations for exit signals.. :stressed:
as i experienced this situation happens when a Entry signal is continuing and Exit signal shows up and then again come back to same directoion of input signals.
I dont know Mr funchi see it Implementable or not, but i suggest two method for solving this unpleasent situation:

1- defining a custom time for exit signal which remains even though the situation of appearing it is changing. (base on the fact that every system depend on its characteristics,have e approximate time range for its positions)

2- if the Entry is showing up yet and in that period exit signal appears,the exit signal remains until the Entry signal dissapears.
---------------------------------
point 1:- each of these ways has its own cons and pros. first one is good when you prefer trade a symbol one time a day, or say every 2 hour checking the situation of that pair, and the secound way is a more solid way for avvoiding multiple trades on a single situations

point 2: for both ways it is nessasry that define a rule for framework which is when Entry and Exit signals are appearing simultaneously just exit and dont start a new positon
-------------------------------------
again must say that, i dont know it is practical in coding for this framework or not,these just the easy options which comes to a newbie mind person :In Love:
It is correct to re-enter the market if you manually exit while the entry signal is displayed.

If the conditions for the entry signal are made stricter, I think the problem can be solved by tightening the conditions of the entry signal.


For example,
Instead of showing an up-arrow only when the price is above the line,
Instead, the up-arrow should be displayed only when the line is crossed.
Why not just add a trigger condition?
These users thanked the author funchi for the post:
commodus

Re: The FNC Greedy System

713
commodus wrote: Thu Jul 27, 2023 7:00 am Has anything been achieved with reference to closing a trade & no new trades being opened even if it all still lines up eg Will only open a trade at the initial first signal generated?.

1- defining a custom time for exit signal which remains even though the situation of appearing it is changing. (base on the fact that every system depend on its characteristics,have e approximate time range for its positions)

2- if the Entry is showing up yet and in that period exit signal appears,the exit signal remains until the Entry signal dissapears.
The first time may not be a good signal.
The second time may be a good signal.
It may be the third time.


It cannot be.
If you don't enter, the exit signal will not appear.
Or,
The conditions for the exit signal are not set correctly.

Re: The FNC Greedy System

714
Woodyz wrote: Wed Jul 26, 2023 6:14 pm Could you please elaborate more?
Can you post a template?
Can you post a screenshot of your screen?
I had another play around with it and set like this & seems to be trading ok.

Has anything been achieved with reference to closing a trade & no new trades being opened even if it all still lines up eg Will only open a trade at the initial first signal generated?.
Image
The time is set by the PC computer time.
The time of the MT4 server is irrelevant.

Time-related changes are mandatory if you wish to use a time other than Japan time.


Re: The FNC Greedy System

716
Regarding re-starting a trade after the trade is closed.

About setting up a signal,
For example,
The first row shows signals based on the position of the candlestick and MA.
The second row shows a signal when the candlestick and MA cross.

Is there any indicator like this that can be used as a final trigger for entry?

Sorry.
The English of the parameters will be difficult to understand.
However, most indicators do not have crosses.

Re: The FNC Greedy System

718
mrtools wrote: Thu Jul 27, 2023 1:04 pm Thanks for your work and dedication to this great project!
Thank you mrtools for stopping by this thread. Would you pls help us resolve this issue we're having with the EA, or at least help us understand it better. I think there may be a language/communication barrier here..
The EA keeps opening trades once the conditions are met instead of opening once per signal. Funchi has been graciously trying to help resolve it. Would you pls add your expertise?
Thanks for the wonderful work you're doing for the community.

Re: The FNC Greedy System

719
orlondo35 wrote: Thu Jul 27, 2023 6:22 pm funchi good evening sir I was noticing that when I add the tdi hook to the dashboard I don't receive any signals. would you be so kind if you have the time to check on this?
Bug/not displaying correctly.
If this is the case, we cannot investigate unless you post the relevant screenshots and templates.
At the very least, please post a screenshot of your dashboard and its template.

Bug/not displaying correctly.
If this is the case, we cannot investigate unless you post the relevant screenshots and templates.
At the very least, please post a screenshot of your dashboard and its template.


Bug/not displaying correctly.
If this is the case, we cannot investigate unless you post the relevant screenshots and templates.
At the very least, please post a screenshot of your dashboard and its template.



And it has been answered.

viewtopic.php?p=1295517315#p1295517315

Re: The FNC Greedy System

720
funchi wrote: Thu Jul 27, 2023 11:34 am Bug/not displaying correctly.
If this is the case, we cannot investigate unless you post the relevant screenshots and templates.
At the very least, please post a screenshot of your dashboard and its template.

Displays an entry signal if the signal of each indicator matches the condition.
If the signal of each indicator matches the condition, the exit signal is displayed.

If two or more bars have passed after the entry signal is displayed, the EA will not enter.

When the entry signal is displayed again after the exit signal is displayed, the number of elapsed bars is reset.
Ok Funchi I did a little video so you can understand better.