code du Bollinger%b sous prorealtime

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #137396 quote
    Ichimoku Reading
    Participant
    Master

    Bonjour,

    En effet suite à une recherche, j’ai voulu créer un indicateur utilisant l’indicateur Bollinger%b sous son nom via PRT
    En revanche, l’indicateur n’est pas encore reconnu sous ProOrder, je me retourne donc vers vous afin de trouver le code de cet indicateur.

    Je serais en suite en mesure de créer un indicateur qui pourrait être plus pertinent que mon indicateur Trend Histogramme CCI.

    Celui-ci pourrait être pertinent pour du scalping à première vue, toutefois, j’ai besoin de votre aide

    Merci par avance pour vos recherches

    Bien à vous,

    #137410 quote
    fifi743
    Participant
    Master

    bonjour,

    c’est Bandwidth = (Bande de Bollinger supérieure – Bande de Bollinger inférieure)/Bande de Bollinger du milieu

    #137417 quote
    Ichimoku Reading
    Participant
    Master

    Il s’agit bien de Bollinger%b, je vais joindre une image pour que vous puissiez voir de quoi je parle.

    fifi743 thanked this post
    Capture-9.png Capture-9.png
    #137421 quote
    Ichimoku Reading
    Participant
    Master

    Toutefois, j’ai fini par trouver.

    Peut-être servira-t-il !

    Periode = 20
    
    Up = BollingerUp[Periode](close)
    Down = BollingerDown[Periode](close)
    BP = (close-down)/(up-down)*100
    
    return BP as "BP", 75 coloured(73,73,73) as "75", 25 coloured(73,73,73) as "25"
    fifi743 and Nicolas thanked this post
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

code du Bollinger%b sous prorealtime


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by Ichimoku Reading
5 years, 8 months ago.

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