three outside down

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

    Buongiorno, cerco screener che rilevi la presenza del pattern ” three outside down ”

    grazie

    #223529 quote
    robertogozzi
    Moderator
    Master

    Eccolo:

    Periods   = 30
    Bullish   = close > open
    Bearish   = close < open
    //UpperWick = high - max(open,close)
    //LowerWick = min(open,close) - low
    Body      = abs(close - open)
    L0        = range > 0
    L1        = Bullish[2] AND (Body[2] < average[Periods,0](Body))
    L2        = Bearish[1] AND (Body[1] > average[Periods,0](Body))
    L3        = ((open[1] > close[2]) AND (close[1] < open[2]))
    L4        = Bearish AND (close < close[1])
    L5        = close < average[100,0](close)
    Cond      = L0 AND L1 AND L2 AND L3 AND L4 AND L5
    SCREENER[Cond]
    #223532 quote
    sfigatto
    Participant
    Junior

    grazie Roberto

    #223533 quote
    sfigatto
    Participant
    Junior

    Se lo uso su grafico settimanale, dovo modificare qualcosa allo screener?

    #223544 quote
    robertogozzi
    Moderator
    Master

    No, è indipendente dal timeframe, che sia settimanale o 1 minuto.

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

three outside down


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
sfigatto @sfigatto Participant
Summary

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

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 11/11/2023
Status: Active
Attachments: No files
Logo Logo
Loading...