| Package | Description |
|---|---|
| com.strategyquant.lib.snippets |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.swing.JComponent |
TradeAnalysisPane.draw(SQResultsGroup strategyResult,
SQData data)
Draw.
|
javax.swing.JComponent |
TradeAnalysisChartPane.draw(SQResultsGroup strategyResult,
SQData data) |
abstract org.jfree.chart.JFreeChart |
TradeAnalysisChartPane.drawChart(SQResultsGroup strategyResult,
SQData data)
Draw chart.
|
static SQOrderList |
TradeAnalysisPane.filterOrders(SQResultsGroup strategyResult,
SQData data)
Filter orders.
|
static SQOrderList |
TradeAnalysisPane.filterOrders(SQResultsGroup strategyResult,
SQData data,
boolean filterByYear)
Filter orders.
|