Problème pas de résultat avec ce screener

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147470 quote
    Ahmbou
    Participant
    New

    Bonjour les amis,

    Je suis entrain de modifier un screener que j’ai trouvé sur le site mais finalement je n’arrive pas à en sortir le résultat sous forme de screener qui m’affiche les actions qui répondent aux conditions écrites dans le code. Si quelqu’un pourrait m’aider à modifier ce code. En vous remerciant par avance.

    Voici le code:

    c1 = volume > 2.5* average[20](volume) and volume > 10000
    c2 = close > open
    c3 = close > average[40](close) and average[40](close) > average[40](close[1])
    amplitude = close-open
    c4 = amplitude > 5*average[20](amplitude)
    c5 = close > bollingerup[20](close)
    c6 = average[15](bollingerbandwidth[20](close[1])) < 0.8*average[50](bollingerbandwidth[20](close[1]))
     
    IF c1 and c2 and c3 and c4 and c5 and c6 THEN 
     ACHAT = 1
    ELSE
     ACHAT = 0
    ENDIF
     
    screener[ACHAT]

     

     

    Merci d’avance. voilà.

    #166256 quote
    JC_Bywan
    Moderator
    Master

    Le modifier… pour faire autre chose, et si oui quels critères différents? Ou partir d’une erreur (action qui aurait dû apparaitre, si oui donner un exemple reproductible avec infos courtier / action /timeframe etc…) pour essayer de trouver d’où vient le problème, avec une solution qui résulterait (ou pas) en une modification du code?

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

Problème pas de résultat avec ce screener


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
Ahmbou @ahmedbouaziz89 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JC_Bywan
4 years, 11 months ago.

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