Stochastique Momentum Index Code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110013 quote
    Player
    Participant
    Average

    Bonjour,

    Je suis à la recherche du code du Stochastique Momentum Index (SMI) pour Prorealtime.

    L’indicateur par défaut retourne une seul valeur et j’aurais besoin de le reprogrammer pour qu’il me retourne la valeur de la ligne %K et %D.

    Merci par avance.

    Marc

    #110018 quote
    Player
    Participant
    Average

    J’ai trouvé, voici le petit bout de code pour ProrealTime

    K=SMI[14,3,5](close)
    D=Average[3](K)
    
    Return K as "Stoch momentum", D Coloured(255,140,0)as "Signal", -40 as "Ligne Horizontal -40", 40 as "Ligne Horizontal 40"
    Nicolas thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Stochastique Momentum Index Code


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Player @player Participant
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by Player
6 years, 4 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 10/12/2019
Status: Active
Attachments: No files
Logo Logo
Loading...