Recent content by wooderson

  1. W

    asking for Hang Seng Index Futures data

    Hi Kevin, I get the exactly same question as OP asked. May I get the file you extracted for orangelam before? I would be able to stitch it into continuous one. thanks a lot.
  2. W

    Alternative to Pycharm

    Thanks Kimklas. I would add the auto-logging code instead of manually copy and paste the log from the "run" window, so to have less interfere to the system. And yes the IB auto-logoff is not a disturbing factor since the code has been taking care of it. I think I should move on to let the...
  3. W

    Alternative to Pycharm

    The version is Pycharm Community 2021.1 on Win10. The crash is unknown. Usually after Day1 trading finish, I take log from the "run" window and close it. Then I start Day2 trading (a timer starts and runs overnight). After I wake up, the "run" window or the "code" window occasionally freeze, and...
  4. W

    Alternative to Pycharm

    Thanks KH. This is helpful and I find the help doc from Python.org which gives a detail guidance on this issue as well. https://docs.python.org/3/faq/windows.html#how-do-i-run-a-python-program-under-windows
  5. W

    Alternative to Pycharm

    'python' is not recognized as an internal or external command, operable program or batch file. Tried to run a file "main.py", but seems need to install something first?
  6. W

    Alternative to Pycharm

    Hi All. I am currently using community version of Pycharm for Window to run Python script in making automated trade via IB TWS API. However, after 4 months of experiment, the Pycharm occasionally crashed or hang-up with unknown error. I can solve this problem by restarting window and Pycharm...
Back
Top