SCREENER CON INCROCIO MACD

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

    Buon giorno Roberto, posso avere uno screener con l incrocio daily (end of the day) delle linee del MACD (tarato classico 12,26,9). Uno per l incrocio rialzista e uno screener per l incrocio ribassista. grazie.

    #153478 quote
    robertogozzi
    Moderator
    Master

    Incrocio rialzista:

    // MACD 12,26,9  (definition - formula)
    //
    FastAvg      = 12
    SlowAvg      = 26
    SigAvg       = 9
    MyMACD       = ExponentialAverage[FastAvg](close) - ExponentialAverage[SlowAvg](close)
    MySignalLINE = ExponentialAverage[SigAvg](MyMACD)
    //MyHisto    = MyMACD - MySignalLine
    SCREENER[MyMACD CROSSES OVER MySignalLINE]

    Incrocio ribassista:

    // MACD 12,26,9  (definition - formula)
    //
    FastAvg      = 12
    SlowAvg      = 26
    SigAvg       = 9
    MyMACD       = ExponentialAverage[FastAvg](close) - ExponentialAverage[SlowAvg](close)
    MySignalLINE = ExponentialAverage[SigAvg](MyMACD)
    //MyHisto    = MyMACD - MySignalLine
    SCREENER[MyMACD CROSSES UNDER MySignalLINE]
    #153487 quote
    massimogp
    Participant
    Senior

    Grazie mille Roberto gentilissimo come sempre.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

SCREENER CON INCROCIO MACD


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by massimogp
5 years, 2 months ago.

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