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 correction Pattern Side-by-side White Lines Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Saturday, March 17, 2018 6:14:14 AM
Registered User
Joined: 9/30/2011
Posts: 788
The following Pattern Side-by-side White Lines does not generate signals due to Error in formula:
 
Unable to parse number .95 At position 54, I would like the right correction.
 
C2 <O2 AND H1 <L2 AND C1> O1 AND ABS (C1 - O1)> .95 * ABS (C - O) AND ABS (C1 - O1) <1.95 * ABS (C - O) AND C> O AND C = C1
 
Thank you and goodbye.

 

Raider45
bcochrane
Posted : Saturday, March 17, 2018 9:36:32 AM
Registered User
Joined: 9/17/2010
Posts: 484

You have a space between the ABS and its following bracket (in all cases)

C2 <O2 AND H1 <L2 AND C1> O1 AND ABS(C1 - O1)> .95 * ABS(C - O) AND ABS(C1 - O1) <1.95 * ABS(C - O) AND C> O AND C = C1

Will pass the error check

raider45
Posted : Saturday, March 17, 2018 11:04:49 AM
Registered User
Joined: 9/30/2011
Posts: 788

The problem persists, the formula does not generate signals !

raider45
Posted : Saturday, March 17, 2018 12:06:47 PM
Registered User
Joined: 9/30/2011
Posts: 788
Despite the correction, the formula does not generate signals !
 
C2 <O2 AND H1 <L2 AND C1> O1 AND ABS (C1 - O1)> 0.95 * ABS (C - O) AND ABS (C1 - O1) <1.95 * ABS (C - O) AND C> O AND C = C1
Bruce_L
Posted : Monday, March 19, 2018 10:21:32 AM


Worden Trainer

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

Your re-pasted formula still hase the space bcachrane indicated you needed to remove. Have you tried to get rid of the decimal markers yet? It can be written without the ABS() functions.

O < C AND C = C1 AND C1 < O1 AND H1 < L2 AND C2 < O2 AND 95 * (C - O) < 100 * (O1 - C1) AND 100 * (O1 - C1) < 195 * (C - O)

In any case, while I don't see anything obvious making the results impossible, I suspect this returning true is going to be quite rare.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, March 19, 2018 10:42:17 AM
Registered User
Joined: 9/30/2011
Posts: 788
The formula is perfect but the signal is very rare, I ask the following change:
 
Leave the Side by Side formula eliminating the final part of the long white candle.
Bruce_L
Posted : Monday, March 19, 2018 11:00:38 AM


Worden Trainer

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

Getting rid of the requirement that the first bar be between 95% and 195% of the size of the second bar results in the following.

O < C AND C = C1 AND C1 < O1 AND H1 < L2 AND C2 < O2



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, March 19, 2018 11:29:50 AM
Registered User
Joined: 9/30/2011
Posts: 788

Thank you and goodbye.

Bruce_L
Posted : Monday, March 19, 2018 11:58:30 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.