TDI screener

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24516 quote
    mario
    Participant
    New

    Salve a tutti,qualcuno mi puo’ aiutare a programmare con proscreener  il TDI a queste condizioni?

    il TDI deve tagliare al rialzo la TD2 e la mid a barra chiusa

    il TDI deve tagliare al ribasso la TD2 e la mid a barra chiusa

    grazie

    #24520 quote
    Nicolas
    Keymaster
    Master

    Si prega di condividere le immagini di ciò che le condizioni del TDI vuoi essere il codice. Non so qual è la curva che hai chiamato il “TDI2” nell’indicatore TDI. Grazie.

    #24532 quote
    mario
    Participant
    New

    Buonasera Nicolas,non riesco ad incollare il file , forse e’ troppo grande, ce’ possibilita’ di spedirlo con mail? grazie

    mario

    JPY-Mini-.png JPY-Mini-.png
    #24535 quote
    mario
    Participant
    New

    OPS, ci sono riuscito.

    #24537 quote
    mario
    Participant
    New

    Quindi intendevo dire vorrei fare uno screener quando la linea verde (1) incrocia a rialzo la linea rossa (2) e la linea gialla (3) a ciusura di candela ed il rispettivo reverse. grazie

    #24641 quote
    Nicolas
    Keymaster
    Master

    Capito, troverete sotto il codice dei “trader dynamic index” screener:

    //parameters
    lengthRSI = 13
    lengthband = 34
    lengthrsipl = 2
    lengthtradesl = 7
    
    r = rsi[lengthrsi](close)
    ma = average[lengthband](r)
    offs = (1.6185 * std[lengthband](r))
    up = ma+offs
    dn = ma-offs
    mid = (up+dn)/2
    mab = average[lengthrsipl](r)
    mbb = average[lengthtradesl](r)
    
    upcross = mab crosses over mbb or mab crosses over mid
    dncross = mab crosses under mbb or mab crosses under mid
    
    screener [upcross or dncross]
    TDI-screener-trade-dynamic-index.png TDI-screener-trade-dynamic-index.png
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

TDI screener


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
mario @mario Participant
Summary

This topic contains 5 replies,
has 2 voices, and was last updated by Nicolas
9 years, 1 month ago.

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