QUOTE:
If you use 302 bars, then you will never see an exit Alert because the Strategy won't have any entries to work with - only 2 bars are processed!
That's the problem right there. The working assumption that I got from FI was to set it at 302 bars. That way SM would look back to today's data and tell me what to do tomorrow. The assumption was also that, for existing positions, it would automatically test
open account positions for the exit! Apparently the SM looks at the complete data set of stocks for exits, not not just the open positions in the account.
It's an interesting problem because it makes sense
intuitively that the "auto-trading" system would look directly at the open positions for an exit decision. But that's not thinking like a programmer. The code does not explicitly say "monitor open positions and exit as required".
When I trade I look at the universe of potential entries that meet my criteria to open, Once I have that sub-set of open positions, I only test at that set for exits, not the the entire data set.
In backtesting, does WL create one data base of entries and another data base of exits and then merge them to create dated performance metrics?. (That's what I thought the SM in auto-stage would do.)
QUOTE:
You should use at least 600 bars, whatever is enough to include the entries that you're trying to exit.
I want to pursue this in another topic since I will only be doing manual trading of strategies, using entries and exits in "backtesting" mode and I need to make sure I understand how the date range affects the outcome. But before I start that topic, are there any areas of the User Manual I should check first?
Also, s there a PDF version of the user manual that can be printed?
I've run into the EOD problem with other software. Thanks for the heads up. One of them claims to have "corrected" data by 7:00 pm Funny how easy it is to get side tracked by "reality" in the markets.
Again, thanks. You guys are great at what you do.
PS
QUOTE:
(probably not a good time to do that)
Not!