| traderedcheong 1 posts
 msg #160974
 - Ignore traderedcheong
 | 3/24/2024 4:16:19 AM 
 Hi, i like this "Gap Up on Volume" scan that was provided.
 However i want to modify it to find the stocks search result if it was done 2days ago.
 I tried changing the "days" and it doesnt seems to work.
 Can anyone point out what is wrong? Thank you
 
 Original
 Gap Up On Volume
 
 show stocks where open is more than 5% above close 1 day ago
 and volume is more than 100% above average volume(30) 1 day ago
 and draw MA(50)
 and draw MA(200)
 set{market_cap, shares outstanding * close}
 show stocks where market_cap is above 30000
 and add column market_cap
 
 
 I tried changing to
 Gap Up On Volume_2DaysAgo
 
 show stocks where open is more than 5% above close 3 day ago
 and volume is more than 100% above average volume(30) 3 day ago
 and draw MA(50) 2 day ago
 and draw MA(200) 2 day ago
 set{market_cap, shares outstanding * close}
 show stocks where market_cap is above 30000
 and add column market_cap
 
 
 
 |