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
- This topic has 7 replies, 5 voices, and was last updated 6 years ago by robertogozzi.
-
-
10/19/2017 at 7:39 AM #4989310/19/2017 at 9:41 AM #49916
Condition to find if a new highest high Volume of the last 240 days has occurred in the last 30 days:
12new52WhighVol = Volume>highest[240](volume)[1]filter = summation[30](new52WhighVol)>0Not tested, please give feedback!
10/19/2017 at 11:08 AM #49926Nicolas,
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
123456789new52WhighVol = Volume>highest[240](volume)[1]c3 = summation[30](new52WhighVol)>0hh = highest[52](high)c = Close>=0.85*hhc1= CLOSE > 10 AND AVERAGE[21](VOLUME) > 200000EMA1 = average[20](close)EMA2 = average[50](close)c2 = Close>EMA1 AND Close>EMA2 AND EMA1>EMA2SCREENER(c3 and c and c2 and c1)10/19/2017 at 1:46 PM #49943ahaha! 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.
10/19/2017 at 2:24 PM #4995111/27/2017 at 10:00 PM #5420211/28/2017 at 1:07 AM #5420611/28/2017 at 1:57 AM #54207I 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:
12GRAPH highest[240](high)[1]GRAPH highest[240](high[1])Roberto
-
AuthorPosts
Find exclusive trading pro-tools on