Page 92 of 213

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 12:26 pm
by funchi
dacanba wrote: Fri Sep 29, 2023 8:43 pm To use the pivot indicator similar to your ADR indicator to determine the range as an exit or take profit with some support or resistance.
We already have the entry indicator, this would be for exit.

Thank you
Is this an answer to your request?

Current Function.
Show signals above and below the pivot.
Show signals at pivot and level ranges.

Added functionality.
Show the signal when the level is exceeded.
Level can be specified.

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 2:33 pm
by funchi
Indicator "FNC_HnS" is added.

Signals using Head and Shoulders. viewtopic.php?p=1295524735#p1295524735

Program source code is not included.
Template is not included.

Uploaded the latest version.
viewtopic.php?p=1295507591#p1295507591

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 2:52 pm
by dacanba
funchi wrote: Mon Oct 02, 2023 12:26 pm Is this an answer to your request?

Current Function.
Show signals above and below the pivot.
Show signals at pivot and level ranges.

Added functionality.
Show the signal when the level is exceeded.
Level can be specified.
Gracias por todos sus esfuerzos
He probado varias formas y no consigo que la configuración considere R o S como Take Profit

What type of pivot is it? Woody?

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 3:01 pm
by dacanba
the latest version does not come with a template

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 3:53 pm
by funchi
dacanba wrote: Mon Oct 02, 2023 2:52 pm Gracias por todos sus esfuerzos
He probado varias formas y no consigo que la configuración considere R o S como Take Profit

What type of pivot is it? Woody?
About "Passed Res/Sup with Res/Sup level".
Displays a signal in the direction of the exceeded Res/Sup level.
When used for exit,
signal must be set in the opposite direction.


About the Pivot Indicator.
H:high, L:low, C:close of previous day.

PIVOT(P)=(H+L+C)/3.
D1=H-P.
D2=P-L.
D3=H-L.
S1=P-D2.
S2=P-D3.
S3=S1―D3.
R1=P+D2.
R2=P+D3.
R3=R1+D3.

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 3:57 pm
by funchi
dacanba wrote: Mon Oct 02, 2023 3:01 pm the latest version does not come with a template
Yes. Not included.
Please post when you have a good trading strategy.

Re: The FNC Greedy System

Posted: Mon Oct 02, 2023 10:55 pm
by dacanba
funchi wrote: Tue Aug 08, 2023 8:40 am This has been supported since version 23.082.

<Download>
Please download from post #1.
In preparation.
Please, Can you update this system to the new version?

Thank you

Re: The FNC Greedy System

Posted: Tue Oct 03, 2023 4:28 am
by mate
Closed deals

Re: The FNC Greedy System

Posted: Tue Oct 03, 2023 1:46 pm
by dacanba
funchi wrote: Mon Oct 02, 2023 3:53 pm About "Passed Res/Sup with Res/Sup level".
Displays a signal in the direction of the exceeded Res/Sup level.
When used for exit,
signal must be set in the opposite direction.


About the Pivot Indicator.
H:high, L:low, C:close of previous day.

PIVOT(P)=(H+L+C)/3.
D1=H-P.
D2=P-L.
D3=H-L.
S1=P-D2.
S2=P-D3.
S3=S1―D3.
R1=P+D2.
R2=P+D3.
R3=R1+D3.
Hello funchi
I have been testing the pivot indicator as tp, I have done various tests and the indicator does not show a reverse signal despite having passed the indicated resistance or support level.
Please could you review it.
Thank you

Re: The FNC Greedy System

Posted: Tue Oct 03, 2023 2:25 pm
by funchi
dacanba wrote: Tue Oct 03, 2023 1:46 pm Hello funchi
I have been testing the pivot indicator as tp, I have done various tests and the indicator does not show a reverse signal despite having passed the indicated resistance or support level.
Please could you review it.
Thank you
Please post that template.