Lowest closing price on an interval

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #230608 quote
    benkunz
    Participant
    New

    Hi,

    I’m looking for a way to select the lowest closing price but not on last x candles. Instead I’d like to choose an interval going from 20 days ago until 10 days ago. So something like “LOWEST[20-10](close)” but this syntax does not exist 🙂

    I hope I was clear ?

    how would you solve that ?

    thanks

    #230609 quote
    robertogozzi
    Moderator
    Master

    Choose the one you need:

    myLow = lowest[10](low[10])  //lowest from low[10] to low[19]
    myLow = lowest[11](low[10])  //lowest from low[10] to low[20]
    #230613 quote
    benkunz
    Participant
    New

    you lost me there. maybe some typos, no ? 🙂

    #230665 quote
    robertogozzi
    Moderator
    Master

    Did you get correct or incorrect data?

    The attached files show what data they will access.

    benkunz thanked this post
    Cartel1.jpg Cartel1.jpg Cartel1.xlsx
    #230668 quote
    benkunz
    Participant
    New

    i got correct data, thanks Roberto.
    it just took me a moment to figure it out 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Lowest closing price on an interval


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
benkunz @benkunz Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by benkunz
1 year, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/27/2024
Status: Active
Attachments: 2 files
Logo Logo
Loading...