Fiilled Gap Screener
Forums › ProRealTime English forum › ProScreener support › Fiilled Gap Screener
- This topic has 7 replies, 3 voices, and was last updated 5 years ago by robertogozzi.
-
-
12/17/2018 at 2:00 AM #8724512/17/2018 at 7:13 AM #8724712/18/2018 at 11:58 AM #87353
Two questions:
- are you using it on a Daily or Weekly TF?
- the big volume must be detected on the candle forming the gap?
12/19/2018 at 8:10 AM #87414Hi, daily timeframe, and yes bigger than average volume on the candle forming the gap.
Forgot to say that i operate short, but maybe is useful also the long version, if someone is interested.
I attach down here the code for find out down candles on big volume, but is it possible to extend the search to all the down candles on big volume formed during the last month or week? (daily timeframe)
DOWN ON BIG VOLUME
12345avgv = average[30](volume)condition = variation(close)<-10 AND volume>avgv*2SCREENER [condition](variation(close))Thank you!
12/19/2018 at 8:48 AM #8741612/19/2018 at 11:50 AM #87431A screener can only return conditions based on current data, while a candle is forming.
The condition, to be applied to the current candle, can be any previous combination (with a 254-bar lookback limit) of conditions, but can return just one numeric criterion, so if you want to know whether there have been big volume candles within the last 254 bars it can be done, but if you want to know WHICH previous candle was a big one…. well just one can be returned!
To recap, please specify what you exactly want.
12/20/2018 at 3:03 AM #87501hi! sorry, i don’t need to know which one, i can easily see it, i need only the screener returns me, if, within the selected period, there have been candles with volume.
Not sure if i’m clear but i need 2 separate screener, the one that i explained up here, and another identical for find gap with volume.
With the additional condiztion: at least 50% filled, if possible.
thanks
12/20/2018 at 10:10 AM #87509This is the screener to detect whether within the last 3 months (65 daily bars approx., but you can easily change this number) there have been BIG VOLUME CANDLES. I also made it as an indicator so that you can put on your charts, beyond scanning markets live:
Big Volume Candle screener1234TIMEFRAME(Daily)avgvD = average[30](volume)conditionD = variation(close) <= 10 AND volume > avgvD * 2SCREENER[summation[65](conditionD)]Big Volume Candle indicator123avgvD = average[30](volume)conditionD = variation(close) <= 10 AND volume > avgvD * 2RETURN conditionDAs to the second screener do you want to see when a GAP is almost filled AND there is a BIG VOLUME CANDLE, what do you exactly mean by “and another identical to (edit: not for) find gap with volume“?
-
AuthorPosts
Find exclusive trading pro-tools on