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

Request PCF Formula Signal Low daily Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Monday, June 26, 2017 2:33:06 PM
Registered User
Joined: 9/30/2011
Posts: 788
The Low function highlights today's lowest quotation. I wonder if this function can be transformed into PCF Formula with a signal when the minimum is reached.
(This function L. generates the same quotation without any signal).
 
Thank you and goodbye.
Raider45
Bruce_L
Posted : Monday, June 26, 2017 2:52:55 PM


Worden Trainer

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

The following daily condition formula only returns true when the current price is the low of the day.

C = L



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, June 26, 2017 3:08:27 PM
Registered User
Joined: 9/30/2011
Posts: 788

The PCF Formula does not generate any signal !

StockGuy
Posted : Monday, June 26, 2017 3:10:36 PM

Administration

Joined: 9/30/2004
Posts: 9,187

The latest price has to be exactly at the low of the day for the condition to pass.

raider45
Posted : Monday, June 26, 2017 3:14:27 PM
Registered User
Joined: 9/30/2011
Posts: 788

Is it possible to generate an Up signal at the bottom of the day ?

raider45
Posted : Monday, June 26, 2017 3:25:12 PM
Registered User
Joined: 9/30/2011
Posts: 788

The signal should be on the upside of the lowest quotation of today ! 

Bruce_L
Posted : Monday, June 26, 2017 3:49:53 PM


Worden Trainer

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

It is possible to create a condition formula for price being say within $0.01 of the low.

C <= L + .01

Or in the bottom 5% of the candle of the low.

STOC1 <= 5

Or exactly at the low (as already given above).

C = L

But there isn't a way to create a scan for price just coming off the low of the tradaing day.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, June 26, 2017 4:01:29 PM
Registered User
Joined: 9/30/2011
Posts: 788

C <= L + .01

Error Formula

Bruce_L
Posted : Monday, June 26, 2017 4:14:10 PM


Worden Trainer

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

If you want it without a decimal marker:

C <= L + 1 / 100



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, June 27, 2017 5:20:02 AM
Registered User
Joined: 9/30/2011
Posts: 788

From the minimum, the signal should occur: => 1% and = <2%

Bruce_L
Posted : Tuesday, June 27, 2017 9:18:44 AM


Worden Trainer

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

Then you would specify both comparisons in a Condition Formula. If you actually mean 1% to 2% from the price of the low.

101 * L <= 100 * C AND 100 * C <= 102 * L

If you mean 1% to 2% of today's range from the low.

1 <= STOC1 AND STOC1 <= 2



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, June 27, 2017 10:12:30 AM
Registered User
Joined: 9/30/2011
Posts: 788
It works all the way regularly, thanks!
I ask for a Formula PCF with the following requirements: Report the Titles with the Quote = <of the Pivot Point.
 
Thank you in advance
Bruce_L
Posted : Tuesday, June 27, 2017 10:26:48 AM


Worden Trainer

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

I have no idea what that means. Price being below the pivot point (PP) can be written as follows in a daily condition formula.

C < (H1 + L1 + C1) / 3

Piovt Points



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, June 27, 2017 10:33:59 AM
Registered User
Joined: 9/30/2011
Posts: 788
Works regularly, thank you !
Best regards.
Bruce_L
Posted : Tuesday, June 27, 2017 10:40:31 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.