- ago
I ran a 5-minute interval compiled strategy in Strategy Monitor.
I noticed:
1- 'Run Now' say processing but it didn't actually run the strategy. I verified it from the debugger and also used 'Set Global' to see if certain values change.
2- 'Run Now' misses up 'Last Run' and next run times. Instead of running on fives ( 10:05, 10:10) it runs on, for example, 10:03, 10:08.
3- if it says Next Run is at 10:08. It actually sticks to the time but still does not run with this log error:
Status = Incomplete
1 Symbol not processed.

- Must restart WL 7 to fix the problem.

'Run Now' Should run and shouldn't change 5-interval next run time to values other than multiples of 5s.
0
531
Solved
5 Replies

Closed

Bookmark

Sort
Cone8
 ( 26.99% )
- ago
#1
We'll take a look. Please provide:
1. List of symbols
2. Intraday data provider
3. options selected (if any) for the data provider

If you inspect the data for the first symbol in your DataSet, I'm guessing that the bars are marked :03, :08, etc. at some point.
0
- ago
#2
Steps to repro:

- start a dummy strategy with 5-minmute interval
- Add only one symbol to the dataset.
- Symbol: any, pick AAPL for example
- drop in SM
- Select Use Streaming Data
- Scale 5 Minute
- No Options
Streaming Provider: IQFeed

- Click on 'Run Now'
- you should see the 'Fast run' and 'Next run' times change to whatever minute you happen to started 'Run now' on.
0
Glitch8
 ( 9.56% )
- ago
#3
I've confirmed that Run Now does not correctly run an intraday (5-minute for example) Strategy in the Strategy Monitor. I'm surprised someone would want to use Run Now on an intraday Strategy. What's the use case? What is the expected outcome, would you expect the Strategy to remain Activated or to Deactivate after the Run Now is completed? If it remains Activated there's a good chance the scheduled run would just overwrite the Run Now results.

Maybe we should disable Run Now for intraday?
1
- ago
#4
QUOTE:
Maybe we should disable Run Now for intraday?

Agreed.
0
- ago
#5
I tested it in build 11. It works now. Thank you for fixing it.
It makes it possible to run and debug strategies in SM after hours.
1
Best Answer

Closed

Bookmark

Sort