Screener 4 timeframe

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

    Buon pomeriggio Roberto,

    sarebbe possibile creare due screener che individuino i sottostanti che presentano queste caratteristiche contemporaneamente:

    primo screener

    close H1 candela positiva

    close m30 candela positiva

    close m15 candela positiva

    close m5 candela positiva

    secondo screener

    close H1 candela negativa

    close m30 candela negativa

    close m15 candela negativa

    close m5 candela negativa

    Grazie in anticipo Roberto e alla prossima!

    Stefano

    #174087 quote
    robertogozzi
    Moderator
    Master

    N. 1

    Timeframe(1 hour)
    Bull1  = close > open
    //
    Timeframe(30 minute)
    Bull30 = close > open
    //
    Timeframe(15 minute)
    Bull15 = close > open
    //
    Timeframe(5 minute)
    Bull5  = close > open
    //
    Timeframe(default)
    Cond = Bull1 and Bull30 and Bull15 and Bull5
    Screener[Cond]

    N. 2

    Timeframe(1 hour)
    Bear1  = close  < open
    //
    Timeframe(30 minute)
    Bear30 = close < open
    //
    Timeframe(15 minute)
    Bear15 = close < open
    //
    Timeframe(5 minute)
    Bear5  = close < open
    //
    Timeframe(default)
    Cond = Bear1 and Bear30 and Bear15 and Bear5
    Screener[Cond] 
    #174144 quote
    Stenozar
    Participant
    Master

    Molte grazie Roberto!

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

Screener 4 timeframe


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
4 years, 7 months ago.

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