PROSCREENER CON ROC 21%

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121687 quote
    massimogp
    Participant
    Senior

    Buon giorno Roberto, chiedevo un codice proscreener per grafici daily, che mi evidenzi i titoli che utilizzando un ROC (metodo percentuale 21%)  abbiano subito una perdita del 20% (nelle ultime 21 sedute) . Poi magari cambierò io la percentuale di perdita a seconda del mercato o dello strumento finanziario. Allego esempio su azione Facebook. Sto provando le candele Renko e ringrazio per il codice anche se non tarate con l ATR è un po difficile ragionare sui pip ma comunque vedo di studiarci ancora. Grazie mille.

    facebook-ROC-21-MENO-20.png facebook-ROC-21-MENO-20.png
    #122211 quote
    robertogozzi
    Moderator
    Master

    Provalo:

    TIMEFRAME(Daily)
    MyROC = ROC[21](close)
    Diff  = MyROC - MyROC[21]
    PerCent  = Diff * 100 / MyRoc[21]
    //
    TIMEFRAME(default)
    Risultato = PerCent <= -21
    SCREENER[Risultato](PerCent AS "Var %")
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

PROSCREENER CON ROC 21%


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

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

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 03/10/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...