Screen for weekly Momentum in daily timeframe

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28565 quote
    Mario_
    Participant
    New

    Hi all,

    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:

    MomDaily = Momentum[13](close)
    MomWeekly = Momentum[9](close)
    // Scan for Momentum in the weekly timeframe  on a daily Chart?
    
    c1 = MomDaily > 0.1
    c2 = MomWeekly >0.1
    
    SCREENER[c1 AND c2 ]

    Best regards

    Mario

    #28594 quote
    Nicolas
    Keymaster
    Master

    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/

    #28674 quote
    Mario_
    Participant
    New

    got it

    thank you very much

     

    Mario

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Screen for weekly Momentum in daily timeframe


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Mario_ @mario_ Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Mario_
8 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/14/2017
Status: Active
Attachments: No files
Logo Logo
Loading...