Demande d’information sur l’indicateur extratrend

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245172 quote
    Samir pluquinSamir pluquin
    Participant
    Junior

    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)

    code-erreur-extratrend.png code-erreur-extratrend.png
    #245175 quote
    drubydruby
    Participant
    New
    myTrend, myNeutral, myExpansion, ignored, ignored = CALL "ExtraTrend"[0, 0, 0, 0, 0](close)
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Demande d’information sur l’indicateur extratrend


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by drubydruby
1 year, 5 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 03/23/2025
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...