TIMEFRAME(1 hour, UpdateOnClose) ProScreener or TIMEFRAME in ProBuilder?
Forums › ProRealTime English forum › ProScreener support › TIMEFRAME(1 hour, UpdateOnClose) ProScreener or TIMEFRAME in ProBuilder?
- This topic has 8 replies, 1 voice, and was last updated 3 years ago by blade106.
-
-
05/07/2020 at 7:05 PM #13050305/07/2020 at 8:08 PM #130512
when TIMEFRAME is coming to ProBuilder please?
It was due very soon but I think the Covid-19 crisis and working from home has delayed a lot of the PRT projects.
05/07/2020 at 10:49 PM #130528UpdateOnClose for ProScreener will never be, since it scans markets live, so it would be odd waiting for a bar to close.
05/07/2020 at 11:06 PM #130533since it scans markets live, so it would be odd waiting for a bar to close.
I think that option could actually make for some very interesting indicator possibilities and might be something that PRT should consider including.
05/08/2020 at 12:09 AM #13053505/08/2020 at 7:32 AM #130548Screener, not indicator.
Even in a screener someone might want to scan for stocks where an indicator for the last candle on a different time frame closed above or below a certain value. It would still seem like a worthwhile addition to ProScreener to me.
05/08/2020 at 8:43 AM #130551You just need to refer to the previous close to know what was that value at closing time.
Screeners are made to scan markets live so to have values at closure you can either:
- reference previous bars
- wait till the current bar closes
They alert you of live signals, so that you can plan actions ahead to be taken when the signal is confirmed at closing time.
05/08/2020 at 11:34 AM #130599So my screener works fine live but I’m not interested until the candle is closed.
I have dynamic support/resistance levels coming from the daily timeframe and I’m looking for the hourly chart closing on one of these levels.
Live, it’s too noisy to watch, as I’m scanning 35 markets. Previously I have got around it by doing this:
1234567IF TimeAlertShort[1] = 2 THENScreenerAlert = 2ELSIF TimeAlertLong[1] = 1 THENScreenerAlert = 1ELSEScreenerAlert = 9ENDIFBut that’s for a single timeframe screener and it works fine. Just testing it for multi timeframe now but might take a few hourly closes.
02/23/2021 at 7:34 PM #162477One option would be to check the bar using the current timeframe. Say you are in 1 minute timeframe, checking «CurrentMinute» (real clock) and «Minute» (minute of the last bar) could help. I’ve tried to work with one delay, but I’m not sure it’s working so far (so instead of Close or Close[0], I use Close[1]).
UpdateOnClose would be great for ProScreener 🙂
Or perhaps something like:
12345IF Minute = CurrentMinute THENC = Close[1]ELSEC = Close[0]ENDIF -
AuthorPosts
Find exclusive trading pro-tools on