Hi,

In my algorithm I use History(...) function to retrieve some hostorical data. Today in live mode the algorithm broke down with exception:

Runtime Error: System.TimeoutException: The history request took too long to process. History requests have a 0 minute timeout.

How can I solve this problem? (function History does not have TimeOut as a parameter).

Author