Subversion Repositories Integrator Subversion

Rev

Rev 767 | Rev 779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 767 Rev 770
Line 26... Line 26...
26
    // opcional: stopAlternativo baseado em 25% acima/abaixo do fundo/topo relevante
26
    // opcional: stopAlternativo baseado em 25% acima/abaixo do fundo/topo relevante
27
    private BigDecimal stopAlternativo;
27
    private BigDecimal stopAlternativo;
28
28
29
    private PadraoGatilho padrao;
29
    private PadraoGatilho padrao;
30
    private Candle referencia;
30
    private Candle referencia;
-
 
31
    private Candle gatilho1;
31
    private Candle gatilho2;
32
    private Candle gatilho2;
32
    private Candle gatilho3;
33
    private Candle gatilho3;
33
34
34
    // Getters e setters
35
    // Getters e setters
35
36
Line 126... Line 127...
126
    }
127
    }
127
128
128
    public void setReferencia(Candle referencia) {
129
    public void setReferencia(Candle referencia) {
129
        this.referencia = referencia;
130
        this.referencia = referencia;
130
    }
131
    }
131
-
 
-
 
132
   
-
 
133
    public Candle getGatilho1() {
-
 
134
                return gatilho1;
-
 
135
    }
-
 
136
    public void setGatilho1(Candle gatilho1) {
-
 
137
                this.gatilho1 = gatilho1;
-
 
138
        }
-
 
139
   
132
    public Candle getGatilho2() {
140
    public Candle getGatilho2() {
133
        return gatilho2;
141
        return gatilho2;
134
    }
142
    }
135
143
136
    public void setGatilho2(Candle gatilho2) {
144
    public void setGatilho2(Candle gatilho2) {