non dispo langage probuilder

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243157 quote
    BEBERDBEBERD
    Participant
    Junior

    bonjour

    juste une question, je voudrais faire un scan de marché avec proscreener et indicateur comme exemple STOCHRSI

    et une fenêtre me dit  que ce n est pas possible en langage probuilder

    donc pour certains indicateurs on ne peut pas faire de scan ? pas d’autre moyen que de changer d’indicateurs ?

     

    merci bien

    #243159 quote
    JSJS
    Participant
    Master

    Vous pouvez simplement utiliser ces indicateurs dans votre « screener »…

    Vous pouvez obtenir un message d’erreur lorsque vous utilisez la commande « screener » alors que vous travaillez encore dans ProBuilder, la commande « screener » ne peut être utilisée que dans le module « ProScreener »…???

    #243169 quote
    Iván GonzálezIván González
    Moderator
    Legend
    Bonjour! Oui tu as raison, ce n'est pas possible. Je ne connais pas la raison pour laquelle il n'est pas répertorié dans la liste des fonctionnalités du probuilder screener. J'ai créé un ticket d'assistance que vous pourrez consulter.
    2025-01-29_08-25.png 2025-01-29_08-25.png
    #243172 quote
    JSJS
    Participant
    Master

    You can call up this indicator with “Call” to use in a screener…

    myStochRSI=Call “StochRSI”

    Or you can use the RSI and calculate the StochRSI…

    myRSI=RSI[LengthRSI](Close)

    MinRSI=lowest[LengthStoch](myRSI)

    MaxRSI=highest[LengthStoch](myRSI)

    StochRSI=(myRSI – MinRSI) / (MaxRSI-MinRSI)*100

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

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

non dispo langage probuilder


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
BEBERD @beberd Participant
Summary

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

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 01/28/2025
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...