AZI0NI CON PERDITA E SOPRA SMA 20

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209511 quote
    massimogp
    Participant
    Senior

    Roberto ti chiedevo uno screener con i seguenti parametri modificabili per grafici daily:

    l azione ha perso nelle ultime 100 barre una percentuale dal 20 al 50%

    il close ha passato la sma 20 a rialzo.

    Grazie.

    #209598 quote
    Nicolas
    Keymaster
    Master

    Il codice seguente cerca le azioni che hanno appena superato la loro media mobile di 20 periodi ma che in precedenza sono scese dal 20 al 50%.

    c0 = close crosses over average[20]
    change=(close/close[100]-1)*100
    c1 = change[1]<=-20 and change[1]>=-50
    
    screener[c0 and c1](change as "percentage drop")
    
    #209637 quote
    massimogp
    Participant
    Senior

    Perfetto, grazie mille Nicolas.

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

AZI0NI CON PERDITA E SOPRA SMA 20


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

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

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