Re: The FNC Greedy System

751
Woodyz wrote: Mon Jul 31, 2023 6:58 pm This is how I see it working for a Daily Basket.
When the number of Pips set is reached, the system will force close all trades & reset, based upon all open & closed trades for the period.
Ea will reset itself Daily, based upon the NY close time..........
Daily Reset: Yes / No
This will mean the same magic number can always be used and both the open and closed trades can be accounted for in the Daily Basket.

Then If for instance you wanted to carry on trading another basket, all you would need to do is manually reset the EA by opening up the settings, change the TP Basket Pips number accordingly to take into account the previous basket (e.g., 100 to 200),close the settings, click to operate and you are trading again.
I understood most of it, though,
Could you post another way of saying the same thing?
Bullet points would help the translator.


Re: The FNC Greedy System

752
Woodyz wrote: Mon Jul 31, 2023 8:02 pm Currently my local time is 10pm.
Why is the EA like this .....Operating / Not Trading Time exit only. (Refer Picture)
Did you close the trade with a basket?
If so, there will be no entry for 4 hours.

"EA010" parameter
> If hit, Hours to suspend EA operation
Is the English description incorrect?

Re: The FNC Greedy System

753
funchi wrote: Mon Jul 31, 2023 8:17 pm Did you close the trade with a basket?
If so, there will be no entry for 4 hours.

"EA010" parameter
> If hit, Hours to suspend EA operation
Is the English description incorrect?
English good :thumbup:

No, I manually closed all trades with a "Close All Trades" script I am also running.

Thanks for that as I never took that setting into consideration.
I only set this up "Trade pause time after trade closes = ###"
If possible, please make it so that we can have minutes also, like 0.5 for half hour / 0.25 for 15 min or 1.5 for 1 hr 30 min & 0 = Keeps trading

Re: The FNC Greedy System

754
Woodyz wrote: Mon Jul 31, 2023 8:02 pm Currently my local time is 10pm.
Why is the EA like this .....Operating / Not Trading Time exit only. (Refer Picture)
Image
The "FNC_dashboard_scheduler" manages the EA's operating schedule.
Have you used it before? (at #15)
If you have tried it out, it may still be configured.

Re: The FNC Greedy System

755
Woodyz wrote: Mon Jul 31, 2023 8:33 pm English good :thumbup:

No, I manually closed all trades with a "Close All Trades" script I am also running.

Thanks for that as I never took that setting into consideration.
I only set this up "Trade pause time after trade closes = ###"
If possible, please make it so that we can have minutes also, like 0.5 for half hour / 0.25 for 15 min or 1.5 for 1 hr 30 min & 0 = Keeps trading
The stop period is in 1-hour increments. (0 is no outage period).
Minute increments require major system modifications.
Therefore, minutes are not available at this time. There are no plans to change the system.


Re: The FNC Greedy System

756
funchi wrote: Mon Jul 31, 2023 9:53 pm The stop period is in 1-hour increments. (0 is no outage period).
Minute increments require major system modifications.
Therefore, minutes are not available at this time. There are no plans to change the system.
No I have not used & have no idea how to access the "FNC_dashboard_scheduler"

I reset the EA to 1 hour at least 2 hours ago and the EA is still not operating. (EA in the same state)

Re: The FNC Greedy System

757
Hi Funchi
I would just like air something out here.
In the RedEye templates there are currently no exits set in the EA or the RedEye Dashboard, but trades are being closed as soon as one of the entry signals changes cutting you out of some very profitable trades.
Theoretically this should not happen. Unless the dashboard or the EA is coded like this as a fail-safe.
Ideally, I would just like to have it keep trading & manually close any pairs as I see fit, and have the EA then reset the pair to trade again after the time period set in the EA or the take profit basket (Pips) is achieved.
Then again, the EA TP Basket has its own no trading / exits only time frame you have to setup with a min of 1 hour and another for when a signal trade is exited which can be set to the minute. This should be the universal time to set for all types.
These users thanked the author Woodyz for the post:
commodus

Re: The FNC Greedy System

758
Woodyz wrote: Tue Aug 01, 2023 12:59 am In the RedEye templates there are currently no exits set in the EA or the RedEye Dashboard, but trades are being closed as soon as one of the entry signals changes cutting you out of some very profitable trades.
Theoretically this should not happen. Unless the dashboard or the EA is coded like this as a fail-safe.
Not setting up an exit means that it cannot be used in the EA.
By the way, the current settings for exits show an exit signal if one of the entry conditions is broken.
The system is doing its job faithfully according to the settings.
If you use the EA for entry and do not need the exit signal, you can set it as shown in the attached image.
Exit signal not required means that the exit signal will not cause the exit.
These users thanked the author funchi for the post:
Woodyz

Re: The FNC Greedy System

759
Woodyz wrote: Mon Jul 31, 2023 10:43 pm No I have not used & have no idea how to access the "FNC_dashboard_scheduler"

I reset the EA to 1 hour at least 2 hours ago and the EA is still not operating. (EA in the same state)
I can't tell you why just from your post,
From the message I imagine a schedule has been set.
Trade pauses due to EA execution are managed on a schedule.
Set up a schedule and allow the EA to run.

"FNC_dashboard_scheduler" is an indicator.
The magic number must be set. Set other parameters as well.

------------------------------
Summary
------------------------------
Creates an EA operating schedule.
A basic schedule is created from this parameter.
The schedule can be changed on the screen based on it.
The schedule unit is 1 hour.
The schedule types are entry/exit, exit only, and all forced exits.

------------------------------
Table
------------------------------
Horizontal axis is time
Vertical axis is date
Set by computer date and time.

------------------------------
Legend
------------------------------
o ... Open/close orders are operated.
x ... only close orders are operated.
$ ... Force all open trades to close.

------------------------------
Operation
------------------------------
Click ... o <=> x
Clrt + Click ... $

Refer to the manual for details on parameter settings.
Sorry,
We do not have the ability to delete a schedule (under consideration).

Re: The FNC Greedy System

760
Woodyz wrote: Tue Aug 01, 2023 12:59 am Ideally, I would just like to have it keep trading & manually close any pairs as I see fit, and have the EA then reset the pair to trade again after the time period set in the EA or the take profit basket (Pips) is achieved.
Then again, the EA TP Basket has its own no trading / exits only time frame you have to setup with a min of 1 hour and another for when a signal trade is exited which can be set to the minute. This should be the universal time to set for all types.
This is a continuation of your post the other day.
I will consider it moving forward.
These users thanked the author funchi for the post:
Woodyz