qsforex icon indicating copy to clipboard operation
qsforex copied to clipboard

Logging engine for backtesting and live trading

Open mhallsmoore opened this issue 11 years ago • 4 comments

Add a logging system with timestamps to account for new positions being added/removed, changes to account balance etc.

mhallsmoore avatar Mar 19 '15 09:03 mhallsmoore

Hi, I forked the code from your blog, before you released it here and have already implemented this. Feel free to use any pieces you like: https://github.com/hkopp/quantfxengine

hkopp avatar Mar 22 '15 10:03 hkopp

Hi hkopp,

Thanks a lot for that! I'll try and add in some of the amendments.

Cheers,

Mike.

mhallsmoore avatar Mar 25 '15 11:03 mhallsmoore

Zipline is using Logbook https://pythonhosted.org/Logbook/ instead of standard library’s logging https://docs.python.org/2/library/logging.html . I don't know exactly why... maybe because Logbook provide a lot of handlers https://pythonhosted.org/Logbook/quickstart.html#handlers

femtotrader avatar Jun 14 '15 16:06 femtotrader

Thanks for pointing out LogBook! I'll take a look at that...

mhallsmoore avatar Jun 18 '15 15:06 mhallsmoore