Subversion Repositories Integrator Subversion

Rev

Rev 776 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 776 Rev 794
Line 126... Line 126...
126
             continue;
126
             continue;
127
         }
127
         }
128
128
129
         if (resultado.padrao != null) {
129
         if (resultado.padrao != null) {
130
             PadraoGatilho p = resultado.padrao;
130
             PadraoGatilho p = resultado.padrao;
-
 
131
             p.setIdAtivo(p.getReferencia().getNomeAtivo());
131
             Candle gr = p.getReferencia();
132
             Candle gr = p.getReferencia();
132
             Candle g1 = p.getGatilho1();
133
             Candle g1 = p.getGatilho1();
133
             Candle g2 = p.getGatilho2();
134
             Candle g2 = p.getGatilho2();
134
             Candle g3 = p.getGatilho3();
135
             Candle g3 = p.getGatilho3();
135
136
Line 665... Line 666...
665
        }
666
        }
666
667
667
        return relatorio;
668
        return relatorio;
668
    }
669
    }
669
670
670
}
-
 
-
 
671
}