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 |

Need Help- Formula Change Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
melnick88
Posted : Wednesday, January 4, 2017 7:53:29 AM
Registered User
Joined: 5/29/2010
Posts: 9

Hi I have been using this

 

O1 < C1 AND

(C1 - O1) >= (H1 - L1) * 0.5 AND

ABS(O - C) <= (H - L) * 0.15 AND

O >= ((H1-L1) * 0.5) + L1

 

It usually shows me a green candle followed by a doji candle.  How would I set a scan that shows me a red candle followed by a doji candle?

 

Thanks

Bruce_L
Posted : Wednesday, January 4, 2017 9:00:34 AM


Worden Trainer

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

Please try the following Condition Formula instead.

O1 > C1 AND O1 - C1 >= (H1 - L1) * .5 AND ABS(O - C) <= (H - L) * .15 AND O <= H1 - (H1 - L1) * .5



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
melnick88
Posted : Thursday, January 5, 2017 8:27:36 AM
Registered User
Joined: 5/29/2010
Posts: 9

Thank you Bruce-- its been awhile since I pasted code in.

 

Can you show me how to paste this into a scan for TC2000(newbie question..i know)

 

Thanks again!!

Bruce_L
Posted : Thursday, January 5, 2017 9:42:37 AM


Worden Trainer

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

Generally you would highlight the formula in the forums (the entire formula, but just the formula with nothing extra) and then right-click on the formula. This should bring up a context sensitive menu where you can select Copy.

If you don't get an option to copy, try selecting ctrl-c to copy instead.

There are some places in the TC2000 where you can right-click and select Paste in order to get the formula into TC2000, but if you don't get that option, you should be able to use ctrl-v to paste instead.

Note that if you get some sort of error, it could be that the copy and paste introduced some formatting into the formula that TC2000 doesn't understand. Try pasting into a text editor (such as Notepad, not a word processor like Word) and then copying and pasting from the text editor into TC2000 instead of pasting directly into TC2000.



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