Screener Flags and Pennants

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #44383 quote
    bruno010
    Participant
    Junior

    Bonjour Nicolas,

    J’ai trouvé un code de recherche des flags et pennants. Est-il possible de le traduire pour la communauté, sous forme de screener ? :

    // Debut du code de recherche des Flags et Pennants
    // limit scope
    [group is sp500] and
    // rising market
    [sma(200, close) > 20 days ago sma(200,close)] and
    [sma(50, close) > 10 days ago sma(50, close)] and
    [sma(50, close) > sma(200, close)] and
    // falling prices recently
    [sma(13, close) < 5 days ago sma(13, close)] and
    // but not too much
    [min(5, close) > max(5, sma(50, close))] and
    // and price hasn’t taken off yet
    [close < sma(10, close)] and
    // big volume not too long ago
    [5 days ago max(10, sma(5, volume)) > 5 days ago max(10, sma(50, volume)) ] and
    // but small volume now
    [max(5, sma(5, volume)) < max(5, sma(50, volume)) ]

    // Fin du code

    Merci par avance.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Screener Flags and Pennants


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
bruno010 @bruno010 Participant
Summary

This topic contains 1 voice and has 0 replies.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 08/22/2017
Status: Active
Attachments: No files
Logo Logo
Loading...