Hi Js,
On live it seems to work. I will check it coming days.
What do i need to add to the code if i want only to see stocks that have a higher close then open (green candle) at the first 2 minute bar at opening?
gr Marco
JSParticipant
Senior
Hi,
Add c5 to the screener…
TimeFrame(2 minutes)
If OpenTime=153000 then
myVolume=Volume
Avg20Vol=Average[20](myVolume)
c5=Close>Open
EndIf
c4=Volume>4*Avg20Vol
Screener[c1 and c2 and c3 and c4 and c5](Volume as “Volume”)