Problema parametri stocastico

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #212281 quote
    andrea trevisan
    Participant
    Average

    Volevo creare un proscreener su ipercomprato/venduto (80-20) sullo stocastico con miei parametri

    %K Num periodi 5

    %D smoothing 3

    %K smoothing 3

    Però il codice mi permette di inserire solo due parametri

    Mystoc = stochastic[5,3](close)
    come devo procedere per impostarlo considerando anche che vorrei che raggiunto l’ipervenduto/comprato il segnale ci sia quando c’è l’incrocio fra %k e %D

    Ho allegato uno screenshot per far capire quali sono i parametri che vorrei impostare.

    Screenshot-236.png Screenshot-236.png
    #212349 quote
    robertogozzi
    Moderator
    Master

    Il terzo parametro (che fornisce %D) è la media di quello che hai già calcolato:

    Mystoc = stochastic[5,3](close)
    Dline  = average[3,0](Mystoc)
    andrea trevisan thanked this post
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Problema parametri stocastico


ProScreener: Scansione Mercati & Screener

New Reply
Author
Summary

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

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