First 2 minute candle voliume boost

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #252548 quote
    marco7630
    Participant
    New

    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 quote
    JS
    Participant
    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”)
    #252552 quote
    marco7630
    Participant
    New

    thanks

    JS thanked this post
Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.

First 2 minute candle voliume boost


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

This topic contains 17 replies,
has 2 voices, and was last updated by marco7630
4 months, 2 weeks ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 10/11/2025
Status: Active
Attachments: 5 files
Logo Logo
Loading...