wroberts835 3 posts msg #150058 - Ignore wroberts835 |
12/31/2019 11:43:03 PM
How do I write code asking for a list of stocks whose low price of the day was no lower than the open price? In other words, I want to locate stocks that only went up after the open.
|
xarlor 581 posts msg #150059 - Ignore xarlor modified |
1/1/2020 12:08:23 AM
|
ron22 255 posts msg #150061 - Ignore ron22 |
1/1/2020 9:31:12 AM
xarlor, Open equals low is simple, but it works. Thank you. How can I modify your filter to count the number of times that open equals low in the last 200 days and to draw the count? Thank you and HNY.
|
nibor100 1,031 posts msg #150062 - Ignore nibor100 |
1/1/2020 10:21:13 AM
try this
Ed S.
|
ron22 255 posts msg #150063 - Ignore ron22 |
1/1/2020 10:44:55 AM
Ed S., Thank you for your super fast reply. Good trading in 2020.
|
xarlor 581 posts msg #150064 - Ignore xarlor modified |
1/1/2020 12:14:00 PM
Removing the noise, sorting by most times low is open, and adding tick marks for each hit.
|
ron22 255 posts msg #150065 - Ignore ron22 |
1/1/2020 2:35:24 PM
Xarlor, Great filter. Thanks a lot. HNY
|
wroberts835 3 posts msg #150079 - Ignore wroberts835 |
1/2/2020 5:19:30 PM
Thank you.
|