Page 58 of 213

Re: The FNC Greedy System

Posted: Thu Jun 29, 2023 10:44 pm
by TradeXtra
Funchi,

As I observed before, the problem with the EA or my setting is that it keeps entering trades once the conditions are met, even when I close it manually.
Can you make the EA to make only one entry per signal?
That is, when a signal rule is met, it will enter only once and once that entry is closed, it will not make another entry until the rules are met again.
One entry per signal.

This will help a lot.

Thank you for your continued help and effort.

Re: The FNC Greedy System

Posted: Fri Jun 30, 2023 9:34 pm
by funchi
orlondo35 wrote: Thu Jun 29, 2023 11:27 am please continue the shark fin on TDI. The shark fin is defined when the green RSI line pierces out of the blue volatility bands and goes back inside the blue volatility bands. We call this effect shark fin. this is typically the first leg of the m and w pattern.
Image
"Shark fin" has been changed to "Hook".
FNC_dashboard_Ind_ms_TDI_Shark_fin is obsolete.
Use FNC_dashboard_Ind_ms_TDI_Hook.

"Volatility Band" and "Over bought threshold" / "Over sold threshold" are used.

Please check the signals.
Please let us know if you have any requests.

If you do not want to use "threshold",
Change "Over bought threshold" ... Change 68 to 0
"Over sold threshold" ... Change 32 to 0
to prevent the check from being performed.

Displays the status of the last hook.
If you are in the process of hooking, the signal will not be displayed.

"TDI_RT" is the same as here.
viewtopic.php?p=1295362638#p1295362638

This has been supported since version 23.069.

Re: The FNC Greedy System

Posted: Fri Jun 30, 2023 9:44 pm
by funchi
TradeXtra wrote: Thu Jun 29, 2023 10:44 pm Funchi,

As I observed before, the problem with the EA or my setting is that it keeps entering trades once the conditions are met, even when I close it manually.
Can you make the EA to make only one entry per signal?
That is, when a signal rule is met, it will enter only once and once that entry is closed, it will not make another entry until the rules are met again.
One entry per signal.

This will help a lot.

Thank you for your continued help and effort.
I thought it was resolved.

The EA entered because the conditions for entry were met.
The conditions for exit were not created and the exit was manually made.
I thought the entry conditions were not created accurately.
The conditions for the exit were not created correctly?

Can you post an example once again?

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 2:32 am
by TradeXtra
funchi wrote: Fri Jun 30, 2023 9:44 pm I thought it was resolved.
No, it was not.

The EA entered because the conditions for entry were met.
Yes, but it keeps repeating the entries as long as the entry conditions match. It should make entry once for each time the entry conditions are met.


The conditions for exit were not created and the exit was manually made.
Yes. I want to be able to close any particular trade manually even if the exit conditions are not met.


I thought the entry conditions were not created accurately.
They were

The conditions for the exit were not created correctly?
They were.

Can you post an example once again?
I will refer back to a post made by one of our members about this

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 2:41 am
by TradeXtra
Woodyz wrote: Tue Jun 20, 2023 9:17 pm Hi Funchi
One thing I have noticed is that if EA opens a trade & you close it manually it will keep opening up a new trade.
Is it possible to have it so that if a trade is closed manually the pair concerned will not open new trades until a fresh signal comes up.

Funchi I was referring to this post.
This is equally my observation.

I am requesting the same thing as this.
Make the EA enter once per signal

Is it possible?

Thanks for your incredible efforts

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 4:26 am
by TradeXtra
In the image below, I closed a trade manually on the white line, and it opened another one on the orange line because the conditions are still met.
But as you can see, it always leads to losses.
Please help us solve this problem

Thank you.

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 7:46 am
by dio889
TradeXtra wrote: Sat Jul 01, 2023 4:26 am In the image below, I closed a trade manually on the white line, and it opened another one on the orange line because the conditions are still met.
But as you can see, it always leads to losses.
Please help us solve this problem

Thank you.
Image
is the first entry good now because i have the impression that it does not fit according to the conditions

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 7:12 pm
by orlondo35
funchi wrote: Fri Jun 30, 2023 9:34 pm "Shark fin" has been changed to "Hook".
FNC_dashboard_Ind_ms_TDI_Shark_fin is obsolete.
Use FNC_dashboard_Ind_ms_TDI_Hook.

"Volatility Band" and "Over bought threshold" / "Over sold threshold" are used.

Please check the signals.
Please let us know if you have any requests.

If you do not want to use "threshold",
Change "Over bought threshold" ... Change 68 to 0
"Over sold threshold" ... Change 32 to 0
to prevent the check from being performed.

Displays the status of the last hook.
If you are in the process of hooking, the signal will not be displayed.

"TDI_RT" is the same as here.
viewtopic.php?p=1295362638#p1295362638
Image
ok thank you will check and give results

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 7:34 pm
by orlondo35
funchi wrote: Fri Jun 30, 2023 9:34 pm "Shark fin" has been changed to "Hook".
FNC_dashboard_Ind_ms_TDI_Shark_fin is obsolete.
Use FNC_dashboard_Ind_ms_TDI_Hook.

"Volatility Band" and "Over bought threshold" / "Over sold threshold" are used.

Please check the signals.
Please let us know if you have any requests.

If you do not want to use "threshold",
Change "Over bought threshold" ... Change 68 to 0
"Over sold threshold" ... Change 32 to 0
to prevent the check from being performed.

Displays the status of the last hook.
If you are in the process of hooking, the signal will not be displayed.

"TDI_RT" is the same as here.
viewtopic.php?p=1295362638#p1295362638
Image
I can't seem to get it to load on the chart.

Re: The FNC Greedy System

Posted: Sat Jul 01, 2023 7:53 pm
by TradeXtra
dio889 wrote: Sat Jul 01, 2023 7:46 am is the first entry good now because i have the impression that it does not fit according to the conditions
That's because the EA keeps entering the trade as long as the conditions are met.

By-the-way, I tweaked the rules a little.