Stocastico : separazione K e D

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #63676 quote
    gackeen
    Participant
    New

    Salve. E’ possibile richiamare separatamente i 2 segnali dello Stocastico, K e D?

    Volevo fare un indicatore che segnalasse il loro incrocio

    #63679 quote
    maximus78
    Participant
    Senior

    Ciao, questo è il codice dello stocastico.

    Puoi gestirlo come vuoi.

    Max

    piualto = highest[p](high)
    piubasso = lowest[p](low)
    
    oscillatore = (close - piubasso) / (piualto - piubasso) * 100
    
    lineak = average[q](oscillatore)
    linead = average[r](lineak)
    
    return lineak as "%k", linead as "%d"
    
    
    Nicolas thanked this post
    #63875 quote
    gackeen
    Participant
    New

    Molte grazie. Mi è stato di grande aiuto

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

Stocastico : separazione K e D


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
author-avatar
gackeen @gackeen Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by gackeen
8 years ago.

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 02/23/2018
Status: Active
Attachments: No files
Logo Logo
Loading...