Demande d’information sur l’indicateur extratrend

Forums ProRealTime forum Français Support ProBuilder Demande d’information sur l’indicateur extratrend

  • This topic has 1 reply, 2 voices, and was last updated 2 days ago by avatardruby.
Viewing 2 posts - 1 through 2 (of 2 total)
  • #245172

    Bonjour a tous la communauté,

    Je suis entrain de tester l’indicateur extratrend et j’ai un souci

    un message d’erreur apparait

    pouvez m’aidez svp

    merci à vous

     

    ci dessous le code source

    myTrend, myNeutral, myExpansion = CALL “ExtraTrend”[0, 0, 0, 0, 0](close)

    uptrend = myTrend <> myExpansion //ExtraTrend bande bleue
    dntrend = myTrend = myExpansion

    newDnTrend = dntrend and not dntrend[1] //nouvelle tendance baissière (bande bleue)
    newUpTrend = uptrend and not uptrend[1] //nouvelle tendance haussière (bande bleue)

    return newDnTrend coloured(255,0,0), newUpTrend coloured(0,255,0)

     

    #245175

     

    3 users thanked author for this post.
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