Screener multicondizioni

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48591 quote
    Andrea
    Participant
    Average

    Buongiorno vorrei fare uno screener composto da più filtri con un output composto da più colonne, è possibile?
    Nello screener si possono visualizzare elementi grafici? Grazie, sono nuovo non conosco bene il software. Il mio obiettivo è realizzare uno screeenr dove ci siano vari elementi: heiken ashi, medie, Tdi , velocità.

    #48628 quote
    Nicolas
    Keymaster
    Master

    Puoi combinare molte condizioni nello stesso per ottenere un risultato finale in questo modo:

    condition1 = close>close[1]
    condition2 = 123
    condition3 = Close>High[26]
    
    screener [condition1 AND condition2 AND condition3]

    combinarli in una condizione 4 come questo:

    condition1 = close>close[1]
    condition2 = 123
    condition3 = Close>High[26]
    
    condition4 = condition1 AND condition2 AND condition3
    
    screener [condition4]

    Sull’allineamento della colonna, può essere solo uno, l’ordinamento è fatto da una variabile tra parentesi nell’istruzione SCREENER:

    condition1 = close>close[1]
    condition2 = 123
    condition3 = Close>High[26]
    
    condition4 = condition1 AND condition2 AND condition3
    
    screener [condition4] (range)
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Screener multicondizioni


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
Andrea @andy60rm Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
8 years, 5 months ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 10/08/2017
Status: Active
Attachments: No files
Logo Logo
Loading...