Scan current price 10% below open price


Category:
1
0

I would like to create a scan to find stocks where price has dropped -10% below the open price.  Thanks Pete!

Marked as spam
Posted by (Questions: 5, Answers: 2)
Asked on March 3, 2019 1:15 pm
103 views
0
Private answer

To be run using only the daily time frame, this is a very simple solution.

plot scan = (open * 0.9) <= close;

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on April 5, 2019 7:41 am