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

Tc2000 version 17 a stock holding the price for $1 between 6 to 9 months Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
855MRZILLA
Posted : Monday, February 20, 2017 4:13:56 PM

Registered User
Joined: 11/16/2015
Posts: 105
Hello 
  I would like to make an easy scan, I want my criteria's to be stocks moving between 6 months and 9 months  and  I want this. Price from a dollar over that period of time 6 months or eight months how do I build a skin for that I want to ever I want to see how long it starts been trending at a dollar price range can fluctuate I guess between Maybe $0.95 I'm not sure put it as a skin or a formula so if you could help me out with that into me the link I would appreciate it so much ass that could be something you could do I'm trying different formulas and I'm not getting what I want because I can make a formula as a skin but I guess not cuz I tried doing 24 days what equals 6 months  and also 180 days equals 9 months  so that's what I'm trying to do figure out this formula or if I can make it to ask and thank you for  thank you for your help and God bless
Bruce_L
Posted : Tuesday, February 21, 2017 12:05:21 PM


Worden Trainer

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

Total price range less than or equal to a $1 over the most recent 6 months on a daily chart.

MAXH126 <= MINL126 + 1

Total price range less than or equal to $1 over the most recent 9 months on a daily chart.

MAXH189 <= MINL189 + 1



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
855MRZILLA
Posted : Tuesday, February 21, 2017 1:07:28 PM

Registered User
Joined: 11/16/2015
Posts: 105
Thank you very much,
BRUCE.L 
 
I want to apologize about my dyslexia,  so obviously I probably need to add more indicators, cuz I did tell you exactly what I wanted the ,price of one stock holding a dollar value $1.00 six to nine months 
 I was just trying to make a easy scan so I can make find any stocks a little easier but when I put that indicate around I got way too many than I wanted so my better off putting the price for $0.75 to $1.25  or am I better $0.95 to $1.25,  what do you think just trying to figure out the best to do this and another thing is where do I go to start off from the basic of learning formulas my  what's a good place to me this. On the website so I could talk to build some of my own and understand them correctly,
 
 thank you for your patience I appreciate that very much  and next time I want to ask you a question on make sure I take my time to make sure it's correct and I added it as short as I can God bless
Bruce_L
Posted : Tuesday, February 21, 2017 1:16:48 PM


Worden Trainer

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

We can't actually make suggestions if something might be better or not.

That said, there are at least a couple of ways to write what I think you want. For example, you get the $0.75 to $1.25 range as follows.

.75 <= MAXH126 - MINL126 AND MAXH126 - MINL126 <= 1.25

And the $0.95 to $1.25 range as follows.

.95 <= MAXH126 - MINL126 AND MAXH126 - MINL126 <= 1.25

The nice thing about the above format is you can just specify the lowest value on the left and the highest value on the right.

Another way to think about and write this however is to specify the center of the acceptable values and how far the values can range from acceptable. Using this technique, the $0.75 to $1.25 formulas would set the center of the acceptable values at $1.00 and allow values to deviate by up to $0.25 from this.

ABS(MAXH126 - MINL126 - 1) <= .25

And the $0.95 to $1.25 would specify $1.10 as the center of the range and allow the values to stray up to $0.15 from the value.

ABS(MAXH126 - MINL126 - 1.1) <= .15



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