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/
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok