Skip to content

Commit

Permalink
add ret_order from process_bw_data() call
Browse files Browse the repository at this point in the history
  • Loading branch information
gfeng committed May 11, 2012
1 parent e86bde9 commit 13f52ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tickcount_func.r
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ process_bw_data <- function(bwdat, bwnum) {
# calling model, share with backtest
process_bw_data_backtest(bwdat, bwnum)

ret_order <- entry_order_list[[bwnum]] # could be null
}

process_bw_data_backtest <- function(bwdat, bwnum) {
Expand Down

0 comments on commit 13f52ff

Please sign in to comment.