Hello,

    I am trying to deploy a live algorithm, but it keeps failing as one of my History() calls takes longer than 20 seconds to return.  Is there an easy way to split this call to History() across multiple calls and then combine the data so that none of them time out?

Author