Screen for weekly Momentum in daily timeframe

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28565 quote
    Mario_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
    NicolasNicolas
    Keymaster
    Legend

    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_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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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_Mario_
9 years, 6 months ago.

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