Get the. Lowest price of a stock

Forums ProRealTime English forum ProScreener support Get the. Lowest price of a stock

Viewing 3 posts - 1 through 3 (of 3 total)
  • #217627

    Hi,

    how can you get the lowest price ever for a stock ?

    i’ve tried with « lowest[xxx](close) », but if I set xxx too high, then my screener just stops working. There’s got to be a way 🙂

    thanks

    #217628
    JS

    Hi,

    Screeners have a data history of 256 bars (Premium 1024 bars)

    If you take a time frame of a month, you can look back 256 months (21 years)…

    TimeFrame(Mounthly)

    LowestLowEver=Lowest[256](Low)

    Screener[1](LowestLowEver as “LowestLowEver”)

    2 users thanked author for this post.
    #217643

    didn’t know about this 256 bar limit, thanks !

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

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