{"id":24616350,"url":"https://github.com/aarjaneiro/qtlean","last_synced_at":"2026-01-31T02:32:45.177Z","repository":{"id":37389400,"uuid":"345531588","full_name":"aarjaneiro/QtLean","owner":"aarjaneiro","description":"A Qt GUI interface and build system for QuantConnect's Lean","archived":false,"fork":false,"pushed_at":"2021-04-05T16:57:01.000Z","size":5056,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T04:45:12.029Z","etag":null,"topics":["algorithms","algotrading","c-sharp","cpp","finance","lean","options","python","quantconnect","quantitative-finance","stock","trading-bot"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aarjaneiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-08T04:36:15.000Z","updated_at":"2025-05-19T11:02:14.000Z","dependencies_parsed_at":"2022-09-15T00:11:15.022Z","dependency_job_id":null,"html_url":"https://github.com/aarjaneiro/QtLean","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aarjaneiro/QtLean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjaneiro%2FQtLean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjaneiro%2FQtLean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjaneiro%2FQtLean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjaneiro%2FQtLean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarjaneiro","download_url":"https://codeload.github.com/aarjaneiro/QtLean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjaneiro%2FQtLean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28927198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","algotrading","c-sharp","cpp","finance","lean","options","python","quantconnect","quantitative-finance","stock","trading-bot"],"created_at":"2025-01-24T22:17:02.227Z","updated_at":"2026-01-31T02:32:45.153Z","avatar_url":"https://github.com/aarjaneiro.png","language":"C++","readme":"![logo](src/assets/logo.png)\n![usage](images/usage.gif)\n\n##### Table of Contents\n\n- [QtLean](#qtlean)\n- [Current Features](#current-features)\n- [Building and Installing](#building-and-installing)\n- [Common Install Problems](#common-install-problems)\n  - [Python Config Errors](#python-config-errors)\n- [Usage](#usage)\n\n# QtLean\n\nA Qt interface and build system for QuantConnect's Lean.\n\n## Pictures\n\n- Main UI\n\n  ![ui](images/mainui.png)\n\n\n- Configuration editor\n\n  ![config](images/config.png)\n\n## Current Features\n\n1. JSON TreeView editor.\n2. Automatic Mono + Python setup.\n\n## TODO\n\n1. Add charting.\n\n## Dependencies\n\n- Python 3.6\n- Mono\n- Nuget\n- QT 6\n\n## Building and Installing\n\nThe project can be built by running:\n\n```shell\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n\n```\n\nand installed to /usr/ by running:\n\n```shell\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake install\n```\n\n## Common Install Problems:\n\n- Configuration files are not able to be saved!\n  - If you installed using `sudo make install`, run:\n\n```shell\nsudo chown $USER:$USER -R ~/.QtLean\n```\n\n- Python libraries cannot be found!\n  - See the section \"Python Config Errors\". Otherwise...\n  - Try installing using a Python 3.6 Conda environment.\n  - Try installing Python 3.6 independently of Conda (that is, using your package manager or\n    from https://www.python.org/downloads/release/python-368/).\n\n### Python Config Errors\n\n**If your Python is unable to be configured via CMake, run the following in your Lean root directory** and then modify\nthe generated PythonConfig.h file in your build directory with the result:\n[py_configure.sh](https://raw.githubusercontent.com/aarjaneiro/Lean/0c7fc24c316fbc6e05ff0d2ec07863c1d7a491e1/py_configure.sh)\n\n## Usage\n\n__Note, it is best to run QtLean from the console. Such must be done in order to see console output!__\n\nFrom your build directory, clone Lean (`git clone http://github.com/QuantConnect/Lean`), cd into the Lean subdirectory\nand execute\n\n```shell\n../QtLean\n```\n\nIf QtLean is installed, it can be called from any Lean directory by executing:\n\n```shell\nQtLean\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarjaneiro%2Fqtlean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarjaneiro%2Fqtlean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarjaneiro%2Fqtlean/lists"}