multy time frame screener

Forums ProRealTime forum Italiano Supporto ProScreener multy time frame screener

Viewing 2 posts - 1 through 2 (of 2 total)
  • #192430

    buongiorno , sto cercando di scrivere uno screener simile a quello del tutorial in archivio che riporto sotto, mi servirebbe però introdurre dei timeframe più bassi del weekly e daily utilizzati nell’esempio tipo 30 minuti e 5 minuti.

    non sono riuscito a trovare il modo di scriverlo , ha cortesmente qualche indicazione ?

    si può fare?
    REM Condition 1 and 2: MACD weekly < 0 and increasing
    TIMEFRAME(weekly)
    MyMACD = MACD[12,26,9](Close)
    c1 = MyMACD < 0 AND MyMACD > MyMACD[1]
    REM Condition 2: Daily Stochastic < 30
    TIMEFRAME(daily)
    MySTO = Stochastic[14,3](Close)
    ecc……

    grazie saluti

    #192432

    Ho trovato le indicazioni nei post….

    grazie ugualmente

    saluti

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login