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

Request for Modification Inverted Hammer Formula Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Friday, August 17, 2018 2:41:42 PM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to modify the following PCF Formula Inverted Hammer with Volumes with the following parameter:
 
The signal on the titles with the same formula preceded by a green candle
 
H - L> 3 * (O - C) AND 5 * (H - C)> 3 * (H - L) AND 5 * (H - O)> 3 * (H - L) AND V => 100000
 
Thank you and goodbye.
Raider45
Bruce_L
Posted : Friday, August 17, 2018 3:04:44 PM


Worden Trainer

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

If by a green candle you mean the close is above the open then you would add AND C1 > O1 t the end.

H - L > 3 * (O - C) AND 5 * (H - C) > 3 * (H - L) AND 5 * (H - O) > 3 * (H - L) AND V >= 100000 AND C1 > O1

If by a green candle you men the close is above the previous close then you would add AND C1 > C2 to the end.

H - L > 3 * (O - C) AND 5 * (H - C) > 3 * (H - L) AND 5 * (H - O) > 3 * (H - L) AND V >= 100000 AND C1 > C2



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Friday, August 17, 2018 3:23:51 PM
Registered User
Joined: 9/30/2011
Posts: 788
Big congratulations, thank you !
 
Best regards  !
raider45
Posted : Monday, August 20, 2018 4:00:57 PM
Registered User
Joined: 9/30/2011
Posts: 788
I would appreciate the verification for confirmation and possible modification of the following Inverted Hammer formulas, to have the signal on the securities with the condition of today at 30 minutes before the closing of the Markets, not on the conditions of yesterday.
 
1)   H - L> 3 * (O - C) AND 5 * (H - C)> 3 * (H - L) AND 5 * (H - O)> 3 * (H - L) AND C1>
      C2
 
2)   H - L> 3 * (O - C) AND 5 * (H - C)> 3 * (H - L) AND 5 * (H - O)> 3 * (H - L) AND C1>
      O1
 
3)   H - L> 3 * (O - C) AND 5 * (H - C)> 3 * (H - L) AND 5 * (H - O)> 3 * (H - L)
 
Thank you and goodbye
 
Raider45
Bruce_L
Posted : Monday, August 20, 2018 4:13:32 PM


Worden Trainer

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

All three formulas are calculating use using the current bar for the calculation of the inverted hammer itself and not the previous bar.

The only parts of the formulas using the previous bar are the C1 > C2 in formula 1) and the C1 > O1 in formula 2) which are used to check for the inverted hammer being "preceeded by a green candle."



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, August 21, 2018 8:47:26 AM
Registered User
Joined: 9/30/2011
Posts: 788
Congratulations, thank you !
 
Best regards  !
Bruce_L
Posted : Tuesday, August 21, 2018 10:28:35 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.