Rev 760 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 760 | Rev 762 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.robo; |
1 | package br.com.robo; |
| 2 | - | ||
| 3 | import br.com.robo.backtest.Backtester; |
- | |
| 4 | import br.com.robo.model.Candle; |
- | |
| 5 | import br.com.robo.sim.CandleGenerator; |
- | |
| 6 | import br.com.robo.strategy.MovingAverageCrossoverStrategy; |
- | |
| 7 | import br.com.robo.strategy.Strategy; |
- | |
| 8 | import br.com.robo.view.CandleChart; |
- | |
| 9 | - | ||
| 10 | import java.util.List; |
- | |
| 11 | 2 | ||
| 12 | public class MainBacktest { |
3 | public class MainBacktest { |
| 13 | 4 | ||
| 14 | public static void main(String[] args) { |
5 | public static void main(String[] args) { |
| 15 | System.out.println("TESTE 2"); |
6 | System.out.println("TESTE 2"); |