Gold Customer
Joined: 3/8/2018 Posts: 30
|
Hello
Q1) is there a way to scan for buyout candidates so i can mark them off and avoid trading it.
Q2) if the above is not possible, what is the formula to scan for stocks that have moved striaght in row for may be 15 days. most of the buyouts i am seeing show up as straight horizonal line.
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
No, there isn't a way to create a scan for buyout candidates other than to create a Personal WatchList based on something you find on the internet. We do not have a built in system WatchList for this.
A condition formula for not having any range for say 15 bars would be:
MAXH15 = MINL15
You can adjust the 15 as desired.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 3/8/2018 Posts: 30
|
Thanks Bruce.
How about if there is a slight change in price.. may be 10 cents form high to low...
How could i code that.
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following condition formula.
MAXH15 <= MINL15 + .1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|