Indicatore su grafico

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

    Buon giorno vorrei sapere se è possibile mettere i dati di un mio indicatore che mi calcola Stop, Entry e Target, inoltre ovvio solo se è possibile fare apparire solo l’ultimo dato per evotare confusione, allego il codice anche se non ho bisogno dai assistenza su di esso.

    // Coefficente su A.T.R.
    Mioatr = averagetruerange[14](close)
    Mediaatr = Average[50](Mioatr)
    Coefficente = (Mediaatr*atr)
    // MIN-MAX PIVOT POINT
    Minimo = lowest[Regressione](low)
    Massimo = highest[Regressione](high)
    // Short position Stop
    Stopshortposition = (Massimo + coefficente)
    // livello di ingresso short
    Ingressoshort = Minimo
    // Short position target
    C1 = (Stopshortposition – Ingressoshort)
    C2 = C1*Miotarget
    Targetshort = (Ingressoshort – C2)
    //Longposition Stop
    Stoplongposition = (Minimo – coefficente)
    // Livello di ingresso short
    Ingressolong = Massimo
    // Target long
    C1bis = (Ingressolong – Stoplongposition)
    C2bis = (C1bis * Miotarget)
    Targetlong = (Ingressolong + C2bis)
    return Stopshortposition as “stop short entry”,Ingressoshort as “ingresso short”, Targetshort as “Target short”, Stoplongposition as “Stop long entry”, Ingressolong as ” Ingresso long”, Targetlong as “Targetlong”

    #219545 quote
    andrea trevisan
    Participant
    Average

    Le variabili atr, Regressione, Miotarget, sono variabili modificabili.

    #219575 quote
    robertogozzi
    Moderator
    Master

    Indica i valori standard da mettere nelle 3 variabili, oppure allega il file ITF.

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

Indicatore su grafico


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
Summary

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

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