Durschnitt Wert errechnen

Forums ProRealTime Deutsch forum Plattform-Support ProRealTime Durschnitt Wert errechnen

Viewing 4 posts - 1 through 4 (of 4 total)
  • #220163

    hallo zusammen!!!

    Wie kann ich das so programmieren

     

    Das er mir die letzten 100 Kerzen ein durschnitt Wert errechnet. das ist mein Indikator.

    defparam drawonlastbaronly=true

    Decalage=4

    Point1=BollingerDown[21](close)
    point2=BollingerDown[1597](close)

    Distance=Point1-Point2

    if islastbarupdate then
    //61.80% line
    DRAWTEXT(“61.80%”, barindex+5, Point2+Distance*0.618+Decalage*PointSize)
    DRAWRAY(barindex, Point2+Distance*0.618, barindex+1, Point2+Distance*0.618) STYLE(DOTTEDLINE,1)

    endif

    return Point2+Distance*0.618

    #220205

    Der Durchschnittswert der letzten 100 Kerzen, aber was, der Preis oder die Entfernung oder etwas anderes?

    #220220

    Also vom programmierten (siehe bild) Davon nochmals ein durschittwert. Ich hoffe das war verständlich

    #220231

    Ich weiß nicht, was du meinst.

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

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