First 2 minute candle voliume boost

Forums ProRealTime English forum ProScreener support First 2 minute candle voliume boost

Viewing 3 posts - 16 through 18 (of 18 total)
  • #252548

    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

    #252551
    JS
    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”)
    #252552

    thanks

    1 user thanked author for this post.
    avatar JS
Viewing 3 posts - 16 through 18 (of 18 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login