52 week high volume in any of days in last 30 days

Forums ProRealTime English forum ProScreener support 52 week high volume in any of days in last 30 days

Viewing 8 posts - 1 through 8 (of 8 total)
  • #49893

    Please help me how can write code in proreal time in this condition

    condition- 52 week high volume in any of  days in last 30 days

    Quantshare code for above condition

    a= (volume ==hhv(volume,240))

    b= hhv(a,30)

    filter=b

    Thanks

    #49916

    Condition to find if a new highest high Volume of the last 240 days has occurred in the last 30 days:

    Not tested, please give feedback!

    #49926

    Nicolas,

    thanks for your prompt reply ….I am not getting result…i added some more conditions …please test from your side..Looks some error in the code

    sample screener code

     

     

    #49943

    ahaha! did not test the code myself, but:

    firstly:

    For clarity of messages on ProRealCode’s forums, please use the “insert code PRT” button to separate the text of the code part! Thank you! <<

    Then, (and I’m sure I’m pointing this error at least 3 times at week 🙂 ) , SCREENER instruction need conditions in square brackets, not parenthesis.

    #49951

    sorry,Will  use insert button in the  future

    #54202

    I am having trouble working out the difference between:

    new52WhighVol = Volume>highest[240](volume)[1]

    and

    new52WhighVol = Volume>highest[240](volume[1])

    Please help??

    #54206

    Not sure if this is it but screener works for me  

     

     

    #54207

    I am having trouble working out the difference between: new52WhighVol = Volume>highest[240](volume)[1] and new52WhighVol = Volume>highest[240](volume[1]) Please help??

    I tried with  HIGH and I couldn’t spot any difference:

    Roberto

Viewing 8 posts - 1 through 8 (of 8 total)

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