Uses of Class
com.strategyquant.tradinglib.OrdersList
Packages that use OrdersList
Package
Description
Trading related classes, constants and methods.
Classes for computing correlation of two strategies.
-
Uses of OrdersList in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return OrdersListModifier and TypeMethodDescriptionOrdersList.clone()creates a clone of give OrdersList.OrdersList.cloneOrders2()Clone orders 2.Filter.Filter.OrdersList.filterExcludingControlOrders(String resultKey, byte direction, byte sampleType, boolean onlyFilled)Filter excluding control orders.OrdersList.filterWithClone(String resultKey, byte direction, byte sampleType)Filter with clone.Trader.getHistoryOrders()Gets the history orders.ResultsGroup.orders()Orders.Methods in com.strategyquant.tradinglib with parameters of type OrdersListModifier and TypeMethodDescriptionvoidOrdersList.addAll(OrdersList orders)Adds the all.voidResult.addTradingChartsData(com.strategyquant.tradinglib.engine.stockpicker.data.LoadedPickerData pickerdata, com.strategyquant.tradinglib.engine.stockpicker.Stockpicker stockPicker, OrdersList orders, boolean algoWizard)voidResult.addTradingChartsData(com.strategyquant.tradinglib.engine.TradingSetup ts, OrdersList orders, boolean algoWizard)Adds the trading charts data.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort)Compute.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result)Compute.doubleDatabankColumn.compute(SQStats stats, StatsTypeCombination combination, OrdersList ordersList, SettingsMap settings, SQStats statsLong, SQStats statsShort, Result result, SettingsMap rgSpecialValues)Compute for order.ReportGenerator.computeMonthlyPerformance(OrdersList orderList, byte plType)abstract voidCorrelationType.computePeriods(OrdersList orders, int period, TimePeriods periods)Compute periods.abstract AbstractChartTradeAnalysisChart.draw(OrdersList orders, byte plType, byte tradePeriod)Draw.abstract voidWhatIf.filter(OrdersList orders)Filter.static TimePeriodCorrelationLib.getPeriod(OrdersList orderList)Gets the period.static TimePeriodCorrelationLib.getPeriod(OrdersList orderList1, OrdersList orderList2)Gets the period.abstract voidMonteCarloManipulation.modifyTrades(IRandomGenerator rng, OrdersList originalOrders)Modify trades.voidOrdersList.replaceWithList(OrdersList orders)Replace with list. -
Uses of OrdersList in com.strategyquant.tradinglib.correlation
Methods in com.strategyquant.tradinglib.correlation with parameters of type OrdersListModifier and TypeMethodDescriptiondoubleCorrelationComputer.computeCorrelation(boolean addEmptyPeriods, String symbol1, String symbol2, OrdersList orderList1, OrdersList orderList2, CorrelationPeriods periods)Compute correlation between two list of orders.