Screener che cerca valori vicino ai massimi o ai minimi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170618 quote
    calessi
    Participant
    Average

    Buongiorno, è possibile avere questi 2 screener che abbiano i seguenti parametri:

    Screener 1: l’ultima chiusura deve trovarsi il 5% sotto il massimo a 60 giorni.

    Screener 2: l’ultima chiusura deve trovarsi il 5% sopra il minimo a 60 giorni.

    Grazie e buona giornata

    #170635 quote
    robertogozzi
    Moderator
    Master

    Eccoli:

    // - 1 -
    //
    Timeframe(Daily)
    Massimo = highest[60](high)
    Cond    = close < (Massimo * 0.95)
    Timeframe(default)
    Screener[Cond](Massimo AS "Massimo")
    // - 2 -
    //
    Timeframe(Daily)
    Minimo  = lowest[60](low)
    Cond    = close > (Minimo * 1.05)
    Timeframe(default)
    Screener[Cond](Minimo AS "Minimo")
    calessi thanked this post
    #170637 quote
    calessi
    Participant
    Average

    Grazie Roberto sempre gentile

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

Screener che cerca valori vicino ai massimi o ai minimi


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
calessi @calessi Participant
Summary

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

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