Zweite Screening Spalte

Forums ProRealTime Deutsch forum ProScreener Support Zweite Screening Spalte

Viewing 3 posts - 1 through 3 (of 3 total)
  • #241080

    Hallo,

    ich habe ein Screener programmiert der auch funktioniert.

    C0=CLOSE[0]
    B0=OPEN[0]
    VOL0 = VOLUME[0]
    X0=(C0-B0[0])*VOL0

    SCREENER [X0](X0 AS “X0 du signal”)

    ich hätte jetzt gerne noch nach Volumen sortiert z.B   Vol>50000 das dann in einer zweiten Spalte angezeigt wird.

    Weiß jemand wie das geht?

     

    #241081

    Hallo,

    zum beispiel :

    C0=close
    B0=open
    VOL0 = Volume
    X0=(C0-B0)*VOL0
    C1=Volume>50000
    SCREENER[C1 and x0](x0 as “x0 du signal”,vol0 as “volume”)

    1 user thanked author for this post.
    #241084

    Herzlichen Dank Jacques.

    Es funktioniert 🙂

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

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