Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Request for modification PCF Formula Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Tuesday, June 12, 2018 2:29:51 PM
Registered User
Joined: 9/30/2011
Posts: 788
The present formula returns the signal on the symbols with the quotation = <of today's candle.
 
C <= (O1 + C1) / 2
 
If possible, I would like the change with the following signal: before the descent, with the signal in the phase of ascent greater than half.
 
C> (O1 + C1) / 2
 
Thank you and goodbye
 
Raider45
Bruce_L
Posted : Tuesday, June 12, 2018 2:32:29 PM


Worden Trainer

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

Please try the following condition formula.

O1 + C1 < 2 * C AND C <= GREATEST(O1, C1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, June 12, 2018 2:47:20 PM
Registered User
Joined: 9/30/2011
Posts: 788
The formula works perfectly, great compliments, thank you!
 
If possible I would like one more with the downside before 40% and then with the signal => 40%
Bruce_L
Posted : Tuesday, June 12, 2018 3:05:39 PM


Worden Trainer

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

Please try the following condition formula.

5 * C >= 3 * LEAST(O1, C1) + 2 * GREATEST(O1, C1) AND C <= GREATEST(O1, C1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, June 12, 2018 3:15:24 PM
Registered User
Joined: 9/30/2011
Posts: 788
Great congratulations !
 
Thank you !
 
Best regards !
raider45
Posted : Wednesday, June 13, 2018 8:14:07 AM
Registered User
Joined: 9/30/2011
Posts: 788

If possible I would like one more with the downside before 60% and then with the signal => 60%

raider45
Posted : Wednesday, June 13, 2018 8:22:54 AM
Registered User
Joined: 9/30/2011
Posts: 788

If possible I would like one more with the downside before 60% and then with the signal => 60% 

 
AND If possible I would like one more with the downside before 70% and then with the signal => 70%
Bruce_L
Posted : Wednesday, June 13, 2018 9:16:27 AM


Worden Trainer

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

60%:

5 * C >= 2 * LEAST(O1, C1) + 3 * GREATEST(O1, C1) AND C <= GREATEST(O1, C1)

70%:

10 * C >= 3 * LEAST(O1, C1) + 7 * GREATEST(O1, C1) AND C <= GREATEST(O1, C1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Wednesday, June 13, 2018 11:54:18 AM
Registered User
Joined: 9/30/2011
Posts: 788
 
Big congratulations, thank you!
 
Best regards !
raider45
Posted : Thursday, June 14, 2018 5:13:25 AM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to have confirmation if this formula returns the signal on the tracing of today's quotation = <50% of yesterday's candle between, calculated Open and Close.
 
C <= (O1 + C1) / 2
 
Thank you and goodbye.
Raider45
Bruce_L
Posted : Thursday, June 14, 2018 9:52:02 AM


Worden Trainer

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

I do not think I understand the question. The formula only returns true if price is currently at or below (or closes at or below) the midpoint of the previous bar.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Thursday, June 14, 2018 10:03:28 AM
Registered User
Joined: 9/30/2011
Posts: 788
Confirmation is positive, thank you !
 
Best regards !
raider45
Posted : Thursday, June 14, 2018 11:21:32 AM
Registered User
Joined: 9/30/2011
Posts: 788
The formula only returns true if the price is currently at or below (or closes at or below) the midpoint of the previous bar.
 
C <= (O1 + C1) / 2
 
Confirmation is positive!
 
I would also like to confirm the following formula with the signal => on the same line as the quotation of the previous candle signal: =< 50%)
 
O1 + C1 <2 * C AND C <= GREATEST (O1, C1)
Bruce_L
Posted : Thursday, June 14, 2018 11:40:53 AM


Worden Trainer

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

That formula checks if the current price (or close of the current bar) is above the center of the previous bar but at or below the top of the previous bar.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Thursday, June 14, 2018 11:51:50 AM
Registered User
Joined: 9/30/2011
Posts: 788
Confirmation is positive, thank you !
 
Best regards !
Bruce_L
Posted : Thursday, June 14, 2018 11:53:16 AM


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.