Support Board
Date/Time: Wed, 27 Nov 2024 00:40:32 +0000
Post From: unhandled exception when doing a bar based backtest
[2014-06-23 18:33:49] |
Bob77 - Posts: 17 |
Hello, I am trying to backtest a simple trade system using the spreadsheet system for trading study. The system enters long re. short on the close of a daily outside bar, with an attached order for both the stop loss and the take profit. However, once I begin the bar based backtest, the same error message appears numerous times in the message log: An unhandled exception was caught in c_Chart::WindowProc. Message: 32769, wParam: 34003, lParam: 0 | 2014-06-23 20:24:47 An unhandled exception was caught in c_Chart::WindowProc. Message: 275, wParam: 100, lParam: 0 | 2014-06-23 20:24:47 An unhandled exception was caught in c_Chart::WindowProc. Message: 275, wParam: 100, lParam: 0 | 2014-06-23 20:24:47 An unhandled exception was caught in c_Chart::WindowProc. Message: 275, wParam: 100, lParam: 0 | 2014-06-23 20:24:47 An unhandled exception was caught in c_Chart::WindowProc. Message: 275, wParam: 100, lParam: 0 | 2014-06-23 20:24:47 ... Even though there are markers on the chart, where the system would have taken a trade, there are no trades recorded in the trade activity log. Could you have a look please? |