Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Request PCF Percentage Formula Pivot Point Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Saturday, June 9, 2018 3:14:54 PM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to have a PCF Formula with the following parameter:
 
Based on yesterday's closing value, the calculation of the P% value of the first higher Pivot Point.
 
Thank you and goodbye.
 
Raider45
Bruce_L
Posted : Monday, June 11, 2018 10:49:05 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

So the Pivot Points are based on yesterday's closing values (this would be normal) and you want the percent that the current price would need to increase to get to the next pivot point?

100 * (IIF(3 * C >= 5 * H1 - 4 * L1 + 2 * C1, 1 / 0, IIF(3 * C >= 4 * H1 - 2 * L1 + C1, 5 * H1 - 4 * L1 + 2 * C1, IIF(3 * C >= 2 * H1 - L1 + 2 * C1, 4 * H1 - 2 * L1 + C1, IIF(3 * C >= H1 + L1 + C1, 2 * H1 - L1 + 2 * C1, IIF(3 * C >= 2 * L1 - H1 + 2 * C1, H1 + L1 + C1, IIF(3 * C >= 4 * L1 - 2 * H1 + C1, 2 * L1 - H1 + 2 * C1, IIF(3 * C >= 5 * L1 - 4 * H1 + 2 * C1, 4 * L1 - 2 * H1 + C1, 5 * L1 - 4 * H1 + 2 * C1))))))) / 3 / C - 1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, June 11, 2018 11:12:18 AM
Registered User
Joined: 9/30/2011
Posts: 788
Right interpretation, the formula works correctly, congratulations !
 
Thank you !
 
Best regards !
raider45
Posted : Monday, June 11, 2018 11:20:41 AM
Registered User
Joined: 9/30/2011
Posts: 788
Yes, I would like the transformation of the percentage in the value of the first higher pivot.
 
Thank you and goodbye
 
Raider45
Bruce_L
Posted : Monday, June 11, 2018 11:58:04 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

I do not undrestand how your clarification differs from the original request.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, June 11, 2018 12:28:37 PM
Registered User
Joined: 9/30/2011
Posts: 788

The formula returns the distance calculated as a percentage with respect to the first higher Pivot, the second request concerns the return of the value of the future quotation of the above mentioned first higher Pivot, to set this value as Target Price !

Bruce_L
Posted : Monday, June 11, 2018 12:32:11 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following.

IIF(3 * C >= 5 * H1 - 4 * L1 + 2 * C1, 1 / 0, IIF(3 * C >= 4 * H1 - 2 * L1 + C1, 5 * H1 - 4 * L1 + 2 * C1, IIF(3 * C >= 2 * H1 - L1 + 2 * C1, 4 * H1 - 2 * L1 + C1, IIF(3 * C >= H1 + L1 + C1, 2 * H1 - L1 + 2 * C1, IIF(3 * C >= 2 * L1 - H1 + 2 * C1, H1 + L1 + C1, IIF(3 * C >= 4 * L1 - 2 * H1 + C1, 2 * L1 - H1 + 2 * C1, IIF(3 * C >= 5 * L1 - 4 * H1 + 2 * C1, 4 * L1 - 2 * H1 + C1, 5 * L1 - 4 * H1 + 2 * C1))))))) / 3



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, June 11, 2018 1:05:23 PM
Registered User
Joined: 9/30/2011
Posts: 788
Big congratulations, thank you!
 
Best regards !
Bruce_L
Posted : Monday, June 11, 2018 1:08:35 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.