Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging engine for backtesting and live trading #1

Open
mhallsmoore opened this issue Mar 19, 2015 · 4 comments
Open

Logging engine for backtesting and live trading #1

mhallsmoore opened this issue Mar 19, 2015 · 4 comments
Assignees

Comments

@mhallsmoore
Copy link
Owner

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

@hkopp
Copy link

hkopp commented Mar 22, 2015

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

@mhallsmoore
Copy link
Owner Author

Hi hkopp,

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

Cheers,

Mike.

@femtotrader
Copy link

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

@mhallsmoore
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants