Page 94 of 213
Re: The FNC Greedy System
Posted: Sun Oct 08, 2023 4:20 pm
by funchi
2nd dot
The handling of 2nd dot was a bit shaky and difficult to decide.
The basic specifications have been decided with the objective of using it in a trend-following strategy.
We will release it after some more testing and if there is no unnatural behavior.
"FNC_2ndDot" indicator.
After the 2nd dot is displayed, the method of confirming it is set.
For example,
If the bottom dot appears and the price is above the 36 EMA, it will show an upward signal.
In other words,
When a bottom dot appears, the direction of the top dot that was displayed before it takes precedence unless the price is above the 36 EMA.
"FNC_2ndDot" is used to display a signal regardless of the Large dot,
Therefore, it must be used in combination with the "FNC_Semafor" indicator to determine the bias.
"FNC_Semafor" indicator.
After a large dot is displayed, you can set how to confirm it.
For example,
If a bottom dot is displayed and the price is above the 89 EMA, a upward signal is displayed.
If the top dot appears and the price is below the 89 EMA, a downward signal will be displayed.
In other words,
If the direction of the large dot and the 89 EMA do not match, no signal will be displayed.
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 8:52 am
by r3dsoul
funchi wrote: Sun Oct 08, 2023 4:20 pm
"FNC_Semafor" indicator.
After a large dot is displayed, you can set how to confirm it.
For example,
If a bottom dot is displayed and the price is above the 89 EMA, a upward signal is displayed.
If the top dot appears and the price is below the 89 EMA, a downward signal will be displayed.
In other words,
If the direction of the large dot and the 89 EMA do not match, no signal will be displayed.
Would it be possible to have two prioritized indicators before anything else?
Like for example,
for trend direction, 89 EMA and LARGE DOT should always match before anything else follows.
Like having two base. But that messes up with the GE% and entry condition%.
Does each column have priority? first column is the base, 2nd is 2nd priority. Something like that
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 9:47 am
by funchi
r3dsoul wrote: Tue Oct 10, 2023 8:52 am
Would it be possible to have two prioritized indicators before anything else?
Like for example,
for trend direction, 89 EMA and LARGE DOT should always match before anything else follows.
Like having two base. But that messes up with the GE% and entry condition%.
It was easy to do in the 23.xxx version,
23x.xxx version is difficult because it requires major modifications.
Also, it is possible that I am not understanding the question correctly,
It would be helpful if you could post an actual chart example.
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 10:34 am
by r3dsoul
funchi wrote: Tue Oct 10, 2023 9:47 am
It was easy to do in the 23.xxx version,
23x.xxx version is difficult because it requires major modifications.
Also, it is possible that I am not understanding the question correctly,
It would be helpful if you could post an actual chart example.
if FNC dashboard was configured to 100% GE, it would wait for all the indicators to follow the sell rule after the base Semafor indicator triggers a Sell. But, if we have two base indicators, that would mess up the GE but prioritizing WAE as second base indicator.
You would miss a bigger sell opportunity if GE is in 100%. But if it was 60% it would trigger a buy because EMA89 and EMA36 didnt signal a sell yet.
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 11:27 am
by funchi
r3dsoul wrote: Tue Oct 10, 2023 10:34 am
if FNC dashboard was configured to 100% GE, it would wait for all the indicators to follow the sell rule after the base Semafor indicator triggers a Sell. But, if we have two base indicators, that would mess up the GE but prioritizing WAE as second base indicator.
You would miss a bigger sell opportunity if GE is in 100%. But if it was 60% it would trigger a buy because EMA89 and EMA36 didnt signal a sell yet.
Confirmation.
Use Semafor or WAE as the base signal.
Enter if one of the base signals matches the other.
Example of Strategy
Enter when all of the following are matched
Semafor
Candle color
ADR
Or
Enter when all of the following are matched
WAE
Candle color
ADR
Is this correct?
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 2:15 pm
by r3dsoul
Yes, if one of the base matches the other. Or when both matches first, then the others follow.
if Semafor and/or WAE up
Candle color up
ADR up
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 3:49 pm
by funchi
r3dsoul wrote: Tue Oct 10, 2023 2:15 pm
Yes, if one of the base matches the other. Or when both matches first, then the others follow.
if Semafor and/or WAE up
Candle color up
ADR up
> Or when both matches first, then the others follow.
Is "first" important?
This is difficult to deal with because it requires a major renovation.
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 6:01 pm
by r3dsoul
funchi wrote: Tue Oct 10, 2023 3:49 pm
> Or when both matches first, then the others follow.
Is "first" important?
This is difficult to deal with because it requires a major renovation.
Don't worry about it. I am just sharing opinion.
First is like the base indicator, it could be two base indicators but it would really require major renovation.
Re: The FNC Greedy System
Posted: Tue Oct 10, 2023 7:24 pm
by funchi
funchi wrote: Sun Oct 08, 2023 4:20 pm
2nd dot
The handling of 2nd dot was a bit shaky and difficult to decide.
The basic specifications have been decided with the objective of using it in a trend-following strategy.
We will release it after some more testing and if there is no unnatural behavior.
"FNC_2ndDot" indicator.
After the 2nd dot is displayed, the method of confirming it is set.
For example,
If the bottom dot appears and the price is above the 36 EMA, it will show an upward signal.
In other words,
When a bottom dot appears, the direction of the top dot that was displayed before it takes precedence unless the price is above the 36 EMA.
"FNC_2ndDot" is used to display a signal regardless of the Large dot,
Therefore, it must be used in combination with the "FNC_Semafor" indicator to determine the bias.
"FNC_Semafor" indicator.
After a large dot is displayed, you can set how to confirm it.
For example,
If a bottom dot is displayed and the price is above the 89 EMA, a upward signal is displayed.
If the top dot appears and the price is below the 89 EMA, a downward signal will be displayed.
In other words,
If the direction of the large dot and the 89 EMA do not match, no signal will be displayed.
The "Large dot" and "2nd dot" indicators are working well.
See the picture rather than the description.
By the way,
Manual entry/exit trades were made.
Exit trades were basket closed.
Re: The FNC Greedy System
Posted: Wed Oct 11, 2023 12:29 am
by Chickenspicy
Do you have anything for mt5?
Was wondering if could get a simple wae and super signal combo for price action
Maybe paired with a daily currency strength meter because most pairs are trending on that timeframe
However Brazil, India, China, Russia, Saudi Arabia, Korea, Indonesia, Mexico, Netherlands are not mentioned in strength meters most times