Skip to main content

Package to interact with MySQL server, recording results of the backtesting.

Project description

Python Package for transferring backtesting data to a MySQL server.

A package allowing transferring of historical price data and strategy results to a MySQL server.

This project is intended to allow users to connect to a MySQL server, transferring backtesting data between the two. Historical data can be uploaded and stored for later use, meaning backtesting won't be limited by the trading API.

Key functions included in this package are:

  • Connecting to the MySQL server.
  • Uploading historical data.

Class diagram

How to utilise this package

  1. Use pip install backtesting-server and pip install ig-package in the command prompt. Note: ig-package is not essential but will be extremely useful.
  2. Import the BacktestingServer object into your script:
    from backtesting-server import BacktestingServer
    
  3. Initialise the BacktestingServer object including your standard server details and your MySQL server details.
 server = BacktestingServer(
  standard_details = {
    "server": "",
    "username": "",
    "password": ""
 }, sql_details = {
    "server": "",
    "username": "",
    "password": ""
 })

How to contribute to this package

This project is fairly specific to my own personal MySQL server and the way I wish to carry out backtesting. However if you do want to contribute to the package, make sure you have your own MySQL server running and have my other IG Package.

Fixing bugs

Please make sure to report any bugs found as issues on Github. If you then want to submit a pull request, make sure to reference the issue.

Future Development

  1. Adding methods to upload backtesting strategy results.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backtesting_server-0.3.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

backtesting_server-0.3.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file backtesting_server-0.3.0.tar.gz.

File metadata

  • Download URL: backtesting_server-0.3.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.3 Windows/10

File hashes

Hashes for backtesting_server-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d3e21a73fb694068fd67ac2b9c8e44831f409e8def3cf9b686beb3ea91cf2c2d
MD5 fd5abe3db8237662f807f8480e0877e0
BLAKE2b-256 1f859029bf35df9e37807196cd6c0953b47b701b5f82abff3bd4917c0f6adba1

See more details on using hashes here.

File details

Details for the file backtesting_server-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for backtesting_server-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5086a107d721fab50308e3907c235e40558c545311d0f223ac3a5cbfe8ac1abc
MD5 2a4c0b7846f7ba225e220e8e1674e66e
BLAKE2b-256 8b975fb0287e3ba7d8ddfa1cebb6eaa9a72b1002aec7aeff84f7908cb0c117f1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page