HELP WITH 15m – 60m SCREENER PLEASE

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #196795 quote
    nealhart
    Participant
    Junior

    Hi, I would like to have a screener that will show momentum from the 15 min chart, but qualifying and show only if the 60 min agrees..

    Sequence for a buy would be: MACD would be green histogram with a green candle stick closing above an 8 EMA, but need a MACD to be ‘green’ also to qualify.

    Obviously just the opposite to screen for sell trades with red sell candles and MACDs etc

    ( please see attached pic)

    Thanks very much

    Neal

    NEW-15M-60-M-SCREENER.jpg NEW-15M-60-M-SCREENER.jpg
    #196876 quote
    Nicolas
    Keymaster
    Master

    Here is the code that respect that conditions, the screener detects the crossing of the Close with the SMA 8 periods:

    timeframe(1 hour)
    c1 = MACD[12,26,9](close)>0
    
    timeframe(default)
    c2 = MACD[12,26,9](close)>0
    c3 = close crosses over average[8]
    
    screener[c1 and c2 and c3]
    

    Invert conditions for the sell trades.

    #196889 quote
    nealhart
    Participant
    Junior

    Hi, I can’t seem to get it to work. It’s to work on the 15 min chart but only if the 60 min MACD agrees with the signal?

    What timeframe would I put in the ‘selection period’ of the screener, to get both 15m and 60 m to work in sync?

    Thanks again

    #196890 quote
    Nicolas
    Keymaster
    Master

    Launch the timeframe on the 15-minutes timeframe.

    #196903 quote
    nealhart
    Participant
    Junior

    OK, will try. Thanks very much

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

HELP WITH 15m – 60m SCREENER PLEASE


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
nealhart @nealhart Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by nealhart
3 years, 8 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 07/05/2022
Status: Active
Attachments: 1 files
Logo Logo
Loading...