demande de CODE ENVELOPPE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #173815 quote
    thebaron
    Participant
    Average

    Bonjour

    Ne pouvant accéder au code des indicateurs pro, quelqu un aurait il le code des  enveloppes enfin de les utiliser en points au lieu de pourcentage ?

    Merci par avance

    #173816 quote
    Nicolas
    Keymaster
    Master

    Ci-dessous le code des enveloppes en points :

    period = 20
    type = 1
    //0 = SMA
    //1 = EMA
    //2 = WMA
    //3 = Wilder
    //4 = Triangular
    //5 = End point
    //6 = Time series
    bands = 20
     
    env = average[period,type]
    envUp = env+bands*pointsize
    envDn = env-bands*pointsize
    
    return envup,envdn
    #173824 quote
    thebaron
    Participant
    Average

    merci

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

demande de CODE ENVELOPPE


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
thebaron @thebaron Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by thebaron
4 years, 7 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 07/19/2021
Status: Active
Attachments: No files
Logo Logo
Loading...