Omogeneità delle Candele su diversi TF

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #113069 quote
    Stenozar
    Participant
    Master

    Buonasera,

    ho visto questo post (https://www.prorealcode.com/topic/verifica-candela-long-su-diversi-mtf/)  e chiedo: è possibile creare uno screener che ricerchi l’omogeneità delle 4 candele sui 4 time frame? intendo dire, uno screener che mi permetta di vedere quando si forma una candela oraria di un colore e le altre (30 minuti, 15 minuti, 5 minuti) che sono alla chiusura dello stesso colore di quella oraria?

    Grazie,

    Stefano

    #113073 quote
    robertogozzi
    Moderator
    Master

    Ho creato un nuovo topic in quanto la tua richiesta non ha niente a che fare con l’altro topic cui ti riferivi, se non che usano entrambi vari TF, inoltre è uno screener e non una strategia. Per favore non inserire post tra quelli di altri, se non riguardano esattamente la stessa domanda. Grazie 🙂

    Eccolo (i tempi puoi cambiarli tu a piacere)

    TIMEFRAME(1 hour)
    cond1L = close > open
    cond1S = close < open
    TIMEFRAME(30 minute)
    cond2L = close > open
    cond2S = close < open
    TIMEFRAME(15 minute)
    cond3L = close > open
    cond3S = close < open
    TIMEFRAME(5 minute)
    cond4L = close > open
    cond4S = close < open
    TIMEFRAME(default)
    LongCond  = Cond1L AND Cond2L AND Cond3L AND Cond4L
    ShortCond = Cond1S AND Cond2S AND Cond3S AND Cond4S
    x         = 0
    IF LongCond THEN
       x = 1
    ELSIF ShortCond THEN
       x = 2
    ENDIF
    SCREENER[x](x AS "1=↑,2=↓")

     

    :

    #113093 quote
    Stenozar
    Participant
    Master

    Grazie Roberto e scusa per l’inconveniente.

    a presto!

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

Omogeneità delle Candele su diversi TF


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
Stenozar @stenozar Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Stenozar
6 years, 3 months ago.

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