timeframe diversi

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133919 quote
    loris75
    Participant
    Junior

    buonasera   e possibile creare uno screener con piu indicatori ma impostati su timeframe diversi?

    #133920 quote
    robertogozzi
    Moderator
    Master

    Si, certo. Ecco un esempio:

    Timeframe(Weekly)
    x = close > average[20]
    Timeframe(Daily)
    y = close > average[20]
    Timeframe(default)
    Screener[x and y]
    #133934 quote
    Loris
    Participant
    Junior

    Perché non è possibile farlo con la creazione assistita della piattaforma?

    #133935 quote
    robertogozzi
    Moderator
    Master

    Questo non so dirtelo, non l’ho mai usata.

    Prova a vedere se c’è qualche video al riguardo sul canale YouTube di PROREALTIME Italia.

    #133942 quote
    loris75
    Participant
    Junior

    avrei bisogno di uno screener cosi impostato :

    prezzo superiore alla linea centrale del canale di donchian impostato a 10 periodi con timeframe settimanale

    prezzo incrocio rialzista sulla la media mobile a 152 periodi

    #133953 quote
    robertogozzi
    Moderator
    Master

    Eccolo (non provato):

    Timeframe(Weekly)
    ONCE Periodi = 10
    DonchianSUP  = highest[Periodi](high[1])
    DonchianINF  = lowest[Periodi](low[1])
    Meta         =  DonchianINF + ((DonchianSUP - DonchianINF) / 2)
    c1           = close > Meta
    Timeframe(default)
    c2           = close crosses over average[152,0](close)
    Screener[c1 and c2]
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

timeframe diversi


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
loris75 @loris75 Participant
Summary

This topic contains 5 replies,
has 3 voices, and was last updated by robertogozzi
5 years, 9 months ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 05/30/2020
Status: Active
Attachments: No files
Logo Logo
Loading...