Scanner zeigt falsche Ergebnisse an

Forums ProRealTime Deutsch forum ProScreener Support Scanner zeigt falsche Ergebnisse an

Viewing 7 posts - 1 through 7 (of 7 total)
  • #253751

    Hallo,

    ich habe ein Scannprogramm geschrieben auf 1 Stunden basis.

    Er findet zwei Aktien Ondas und Kt Corp.

    Wenn ich jetzt die erste Bedingung zurück zähle close9>open9 stimmt es bei Ondas nicht.

    Können Sie mir helfen?Hier mein Programm.

    C9=CLOSE[9]
    C10=CLOSE[10]
    C11=CLOSE[11]
    C12=CLOSE[12]
    C13=CLOSE[13]
    o9=OPEN[9]
    o10=OPEN[10]
    o11=OPEN[11]
    o12=OPEN[12]
    o13=OPEN[13]
    VOL9 = VOLUME[9]
    VOL10 = VOLUME[10]
    VOL11 = VOLUME[11]
    VOL12 = VOLUME[12]
    VOL13 = VOLUME[13]
    VOL14 = VOLUME[14]
    h9=high[9]
    h10=high[10]

     

    X0=c9>o9 and c10<o10 and c11<o11 and c12<o12 and c13<o13
    y0=vol9>vol10 and vol10>vol11 and vol11<vol12 and vol12<vol13 and vol13>vol14
    a0=h9>h10
    SCREENER [X0 and y0 and a0](X0 AS “X0 du signal”)

    #253752

    im US Markt

    #253804

    Ich verstehe Ihre Anfrage nicht, close9>open9 existiert bereits, es ist folgendermaßen geschrieben:

    Warum ist das nicht in Ordnung?

     

    #253807

    weil wenn ich den Kurs im Chart anschaue close 9 nicht größer ist wie open 9

     

    #253809

    Das war aber gestern auf ein Stundenbasis.

    Das heist das die Kerzen im Chart nicht mit meinen Bedingungen im Programm übereinstimmten.

    #253824

    Bei mir funktioniert es.
    Platzieren Sie diesen Indikator unter Ihrem Chart und überprüfen Sie die angezeigten Daten.

     

    1 user thanked author for this post.
    #253858

    Ok.Mache ich.

    Vielen Dank

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

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