Find Stocks who move less then x% in the last few days
Forums › ProRealTime English forum › ProScreener support › Find Stocks who move less then x% in the last few days
- This topic has 7 replies, 2 voices, and was last updated 4 years ago by
Vonasi.
Viewing 8 posts - 1 through 8 (of 8 total)
-
-
07/05/2020 at 10:12 AM #138438
Hi,
I try to screen for stocks who move less than x% each day.
I tried the following:
12345CL = CloseCL1 = Close [1]Perc1 = CL/CL1*100-100 //(I also tried CL1/CL)Con1 = Perc1 <= 3SCREENER[Con1]I still get stocks that moved 4% for example,
Thx for the help 🙂
07/05/2020 at 10:51 AM #138444Try this (not tested):
12345CL = CloseCL1 = Close[1]Perc1 = (((max(CL,CL1)/(min(CL,CL1))*100)-100Con1 = Perc1 <= 3SCREENER[Con1]Please re-read the forum rules before posting again and always use the ‘Insert PRT Code’ button when posting code. I will edit and tidy up your post.
07/05/2020 at 11:04 AM #13844507/05/2020 at 2:52 PM #13846707/05/2020 at 3:00 PM #13846807/05/2020 at 3:54 PM #13847207/05/2020 at 4:41 PM #13847907/05/2020 at 5:35 PM #138481 -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
Find exclusive trading pro-tools on
Similar topics: