Need help, trying to translate coding (newbie)

Forums ProRealTime English forum ProScreener support Need help, trying to translate coding (newbie)

Viewing 7 posts - 1 through 7 (of 7 total)
  • #183462

    Hello,

     

    I need your help to understand what the second row is telling me in this screening code:

    Nylow = lowest[200]
    Filter = close > lowest[15] (low[1])
    Screener [Filter] (NyLow AS “NL”)

    Part of it is in swedish but what is helping me with is to filter x-days low (or atleast i think, and it feels like it.).

    Can you guys help me understand how i can use it in the best possible way. I want to screen x-days low and high.

     

    Many thanks, the noob

     

    #183464
    JS

    Welcome, good to see a new member from Sweden.

    There is a lot of good information on this forum.

    There is also a Marketplace where you can sell your algos.

    Good luck!

    #183465

    @JS: Was that sarcastic? 😀

    #183467
    JS

    No, I would never do anything like that, just happens to be a new member from Sweden with today his first new post… 🙂

    #183468

    I understand what you mean.

    1 user thanked author for this post.
    avatar JS
    #183470

    Guys you are quite off topic!

    @Bevandrad

    the second row assigns variable filter, the logical value TRUE if the current price (CLOSE) is greater than the last 15 LOWs starting from the previous LOW.

     

    #183475
Viewing 7 posts - 1 through 7 (of 7 total)

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