traduire code tradingview “retracement 90” pour prt 10.3

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #143993 quote
    Jipe
    Participant
    Veteran

    Bonjour j’aimerai traduire se code pour prt 10.3 si c’est possible. Merci Beaucoup

    study(title=”TSP Retracement 90″, shorttitle=”TSP Retracement 90″, overlay=true)
    basePeriods = input(90, minval=1, title=”Retracement 90″)
    donchian(len) => avg(lowest(len), highest(len))
    baseLine = donchian(basePeriods)
    plot(baseLine, color=#991515, title=”Base Line”)

    indicateur-tradingview.txt
    #144087 quote
    Nicolas
    Keymaster
    Master

    Il s’agit simplement de la moyenne des plus haut / plus bas des 90 dernières périodes, soit le centre d’un canal de Donchian ou même une Kijun Sen d’Ichimoku.

    #144093 quote
    Jipe
    Participant
    Veteran

    Merci Nicolas c’est possible de le codé ?

    Bon Dimanche

    #144144 quote
    Nicolas
    Keymaster
    Master

    Ces 2 indicateurs existent déjà dans la plateforme, c’est pour cette raison que je les ai évoqué 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

traduire code tradingview “retracement 90” pour prt 10.3


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Jipe @jipe Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by Nicolas
5 years, 6 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 09/12/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...