screener prix croisant la tenkan

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151778 quote
    bibifricotin
    Participant
    Junior

    Bonjour j’ai trouvé un code pour réaliser ce screener malheureusement prorealtime m’indique une erreur sur la ligne 1.N’étant pas programmeur de screener je suis incapable de savoir ce qui ne colle pas.Voici le code

    input tenkan_period = 9;
    def Tenkan = (Highest(high, tenkan_period) + Lowest(low, tenkan_period)) / 2;
    def crossAbove = close[1] < Tenkan[1] and close > Tenkan;
    def crossBelow = close[1] > Tenkan[1] and close < Tenkan;
    # use this to scan for cross above
    plot scan = crossAbove;
    # use this to scan for cross below
    #plot scan = crossBelow;

    Merci de votre aide

    #151783 quote
    GraHal
    Participant
    Master

    Essayez ci-dessous

    input tenkan_period = 9
    #151795 quote
    bibifricotin
    Participant
    Junior

    Merci mais ça ne marche pas. ici avec message d'erreur

    input.jpg input.jpg
    #151797 quote
    robertogozzi
    Moderator
    Master

    Ce n’est pas un langage PRT, bien qu’il ait à peu près le même aspect.

    Parlez uniquement en français! 🙂

    #151862 quote
    Nicolas
    Keymaster
    Master

    il ne s’agit pas d’un code prorealtime.

    Pour un screener du prix croisant la tenkan par le bas :

    Tenkansen = (highest[9](high)+lowest[9](low))/2
    test = close crosses over Tenkansen 
    
    screener[test]
    bibifricotin thanked this post
    #151879 quote
    bibifricotin
    Participant
    Junior

    Merci Nicolas il va falloir que je prenne un peu de temps pour me pencher sur la programmation PRT

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

screener prix croisant la tenkan


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 5 replies,
has 4 voices, and was last updated by bibifricotin
5 years, 3 months ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 11/26/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...