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 |

MOMO scanner Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
tenere
Posted : Tuesday, February 20, 2018 12:53:06 PM
Gold Customer Gold Customer

Joined: 6/17/2015
Posts: 1

can you please help I have this code but i dont know were the misstake is Im trying to create a MOMO scanner

C > 10 AND AVGV5 > 2000 AND C > XAVGC50 AND C > O AND (L < XAVGC50 OR L1 <
XAVGC50.1) AND C > XAVGC50 AND C >= .8 * MAXH252 AND V > ABS(C1 < C2) * V1 AND V
> ABS(C2 < C3) * V2 AND V > ABS(C3 < C4) * V3 AND V > ABS(C4 < C5) * V4 AND V >
ABS(C5 < C6) * V5 AND V > ABS(C6 < C7) * V6 AND V > ABS(C7 < C8) * V7 AND V > ABS(C8
< C9) * V8 AND V > ABS(C9 < C10) * V9 AND V > ABS(C10 < C11) * V10
 
thanks
 
Im on v. 17 
Bruce_L
Posted : Tuesday, February 20, 2018 1:19:19 PM


Worden Trainer

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

My guess would be that your computer is set to use the , as the decimal marker instead of using the . as the decimal marker as would be more common in the United States (if so, the .8 in the formula is what is messing things up). Please try the following instead.

C > 10 AND AVGV5 > 2000 AND C > XAVGC50 AND C > O AND (L < XAVGC50 OR L1 < XAVGC50.1) AND 10 * C >= 8 * MAXH252 AND V > MAX(ABS(C1 < C2) * V1, 10)



-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.