|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
Error msg "Strategy thread queue overloaded with tasks. Ticks in queue - .., bars - ..., other tasks - ..." ? |
bobuc
|
Post subject: Error msg "Strategy thread queue overloaded with tasks. Ticks in queue - .., bars - ..., other tasks - ..." ? |
Post rating: 0
|
Posted: Tue 24 Jul, 2012, 12:47
|
|
User rating: 0
Joined: Wed 27 Jun, 2012, 15:37 Posts: 11
|
what means this error message:
"Strategy thread queue overloaded with tasks. Ticks in queue - 25, bars - 0, other tasks - 477" ?
Thanks
|
|
|
|
 |
API Support
|
Post subject: Re: Error msg "Strategy thread queue overloaded with tasks. Ticks in queue - .., bars - ..., other tasks - ..." ? |
Post rating: 0
|
Posted: Tue 24 Jul, 2012, 12:56
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
That you have some time-consuming logic running (most likely in onTick) which blocks the strategy execution, i.e. while this logic executes other event processing (like new ticks, messages, bars) queues up.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|