REDI desktop always close.

I try to run automate trade via Python for a few days, and i got the REDIPlus Application self shutdown around 5p.m. of exchange time. I want to know does the application self shutdown everyday and when will the program self-shutdown? and how can i get any shutdown message via python?

Tagged:

Best Answer

  • brian.mullane
    Answer ✓

    Hi @alongkot.b,

    The default behavior is to have REDI shutdown every day, but that can be changed to never shut down. Please reach out to your account representative or the support desk, who can configure your ID accordingly.

    We show a popup before logout (e.g. prompting you to save your workspace). Theoretically, using CacheControl, you could listen for that message as a sign of a shutdown (logout). Unfortunately, CacheControl is not available for Python.

    Hope this helps...

    Thanks,

    Brian

Answers