Impossible to add a new indicator

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237616 quote
    Kilombo
    Participant
    New

    Hello everyone

    Some years ago I used to developp simple indicators to fit with Dr Elder’s screens.

    You can find a screenshot of my daily screen with automatic coloration and auto-enveloppe.

    The problem is that I would like to add 1, 2 and 3 *ATR lines on price and I can’t find the way to do it… When I add the code to an existing indicator (like autoenveloppe) it doesn’t work… Help !!!

    Bonjour à tous

    Il y a quelques années, je développais des indicateurs simples pour s’adapter aux écrans du Dr Elder.

    Vous pouvez trouver une capture d’écran de mon écran quotidien avec coloration automatique et auto-enveloppe.

    Le problème est que je voudrais ajouter 1, 2 et 3 lignes *ATR sur le prix et je ne trouve pas le moyen de le faire… Lorsque j’ajoute le code à un indicateur existant (comme l’autoenveloppe) cela ne fonctionne pas… Au secours !!!

    Daily-screen.jpg Daily-screen.jpg Autoenveloppe-indicator.jpg Autoenveloppe-indicator.jpg
    #237640 quote
    Iván González
    Moderator
    Master

    Vous devrez ajouter quelque chose de similaire à ceci dans votre code :

    line1up=close+1*averagetruerange[14](close)
    line1dw=close-1*averagetruerange[14](close)
    line2up=close+2*averagetruerange[14](close)
    line2dw=close-2*averagetruerange[14](close)
    
    return line1up, line1dw, line2up, line2dw
    Kilombo thanked this post
    #237733 quote
    Kilombo
    Participant
    New

    Muchas gracias Ivan,

    Hace mucho tiempo sin utilizar ProRealCode. Yo olvide usar “close” en la addicion………. Que tonto soy!

    Merci beaucoup Ivan,

    Cela fait longtemps que je n’ai pas utilisé ProRealCode. J’ai oublié d’utiliser “close” dans l’ajout………. Quel imbécile je suis !

    #237763 quote
    robertogozzi
    Moderator
    Master

    @Kilombo

    Vous avez écrit le premier message en anglais, le dernier en espagnol, mais vous avez choisi le forum français !!!
    Ouah…

    Veuillez conserver la langue choisie pour le forum. Merci 🙂

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

Impossible to add a new indicator


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Kilombo @kilombo Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by robertogozzi
1 year, 5 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 09/16/2024
Status: Active
Attachments: 2 files
Logo Logo
Loading...