screener periodo dal giorno 6 al 25

Forums ProRealTime forum Italiano Supporto ProScreener screener periodo dal giorno 6 al 25

Viewing 2 posts - 1 through 2 (of 2 total)
  • #209155

    Buonasera Roberto,

    ho un problema che quando lancio lo screener mi dice definosci la variabile,ma non capisco dove sta il problema,si traata di trovare

    i titoli che verso il giorno 6 del mese hanno una chiusura inferiore al giorno 25 dello stesso mese.

    Sotto il programma:

    Timeframe(Daily)
    periodo=((Day = 6) OR ((Day > 6) AND (Day[1] < 6)))

    if periodo then
    cond=close
    endif

    pieriodo1= (Day = 25) OR ((Day > 25) AND (Day[1] < 25))

    if periodo1 then
    cond1=close
    endif

    ris=cond1>cond
    screener [ris]

    Grazie 1000

    Buona serata

    Pierangelo

    #209188

    Quale variabile viene indicata?

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login