MACD screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29779 quote
    arcane
    Participant
    Senior

    Hello

    Is a multiframe screener possible?

    In the next program, only the 5 minutes works.

    I want to return actions when the macd goes from negative to positive within 2 timeframe.

    Thank you for your help.

    timeframe (5 minutes)
    
    
    mymacd = MACD[12,26,9](close)
    
    c1 = mymacd crosses over 0
    
    
    timeframe (15 minutes)
    
    c2 = mymacd crosses over 0
    
    
    
    
    SCREENER [c1 and c2]
    
    
    
    #29784 quote
    GraHal
    Participant
    Master

    Does this work …

    timeframe (5 minutes)
    
    
    mymacd5 = MACD[12,26,9](close)
    
    c1 = mymacd5 crosses over 0
    
    
    timeframe (15 minutes)
    
    mymacd15 = MACD[12,26,9](close)
    
    c2 = mymacd15 crosses over 0
    
    
    
    
    SCREENER [c1 and c2]
    
    manel thanked this post
    #29795 quote
    arcane
    Participant
    Senior

    Of course, you had to define a different variable.

    Good job, thank you Grahal.

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

MACD screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
arcane @arcane Participant
Summary

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

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