I would like to know if it would be possible to screen on a daily chart, where my Momentum Indicator is 13 and greater than 0, for a weekly Momentum(9) >= 0?
I hope I can explain it with a piece of code:
1
2
3
4
5
6
7
8
MomDaily=Momentum[13](close)
MomWeekly=Momentum[9](close)
// Scan for Momentum in the weekly timeframe on a daily Chart?
To test a condition into a specific timeframe in ProScreener, you can use the keyword “timeframe“. You’ll find an example in the documentation page of this keyword: https://www.prorealcode.com/documentation/timeframe/
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue