{"id":20392335,"url":"https://github.com/wiseplat/learn-backtrader","last_synced_at":"2025-07-14T00:09:27.153Z","repository":{"id":122792488,"uuid":"477239385","full_name":"WISEPLAT/Learn-BackTrader","owner":"WISEPLAT","description":"Some examples for Backtrader. Showcases for indicators, run backtests, get historical data for shares, live trading and more...","archived":false,"fork":false,"pushed_at":"2023-04-09T03:48:50.000Z","size":149565,"stargazers_count":80,"open_issues_count":1,"forks_count":38,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T11:58:56.239Z","etag":null,"topics":["algo-trading","algo-trading-software","algo-trading-strategies","algotrading","backtesting","backtrader","indicators","live-trading","trading-algorithm","trading-bot","trading-robot","trading-robots"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WISEPLAT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-03T04:41:25.000Z","updated_at":"2025-04-01T02:11:10.000Z","dependencies_parsed_at":"2023-07-11T04:15:33.803Z","dependency_job_id":null,"html_url":"https://github.com/WISEPLAT/Learn-BackTrader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WISEPLAT/Learn-BackTrader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2FLearn-BackTrader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2FLearn-BackTrader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2FLearn-BackTrader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2FLearn-BackTrader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WISEPLAT","download_url":"https://codeload.github.com/WISEPLAT/Learn-BackTrader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2FLearn-BackTrader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265224165,"owners_count":23730348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algo-trading","algo-trading-software","algo-trading-strategies","algotrading","backtesting","backtrader","indicators","live-trading","trading-algorithm","trading-bot","trading-robot","trading-robots"],"created_at":"2024-11-15T03:43:24.278Z","updated_at":"2025-07-14T00:09:27.144Z","avatar_url":"https://github.com/WISEPLAT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n\n#### git clone https://github.com/WISEPLAT/QuikPy\n#### git clone https://github.com/WISEPLAT/BackTraderQuik\n\n1) для настройки интеграции с Quik (отсюда можно взять последнюю версию\n https://github.com/finsight/QUIKSharp/):\n2) в Quik -\u003e Сервисы -\u003e Lua скрипты -\u003e нажимаем кнопку добавить и выбираем\n файл QuikSharp.lua из папки \"lua\"\n3) после добавления файла убеждаемся что он выбран, и нажимаем !!!\n на стрелку около кнопки Запустить,\n4) выбираем пункт \"Запустить в Lua 5.3.5\", после запуска в строке файла\n в поле \"Память, КВ\" начнут бежать цифры,\n5) и теперь нажимаем кнопку \"Закрыть\" - интеграция сделана\n\n=======\n### Здесь выкладываю некие наработки по BackTrader, видосы по ним находятся здесь: \n\n### https://www.youtube.com/@wiseplat/streams\n\n\nПочему нужно брать библиотеку BackTrader с WISEPLAT?\n====================================================\n\nПотому, что вы можете размещать ваши коммиты в моем репозитории - я применю их ASAP!\n\nЧтобы установить backtrader из моего репозитория::\n\n    pip install git+https://github.com/WISEPLAT/backtrader.git\n\n\nПо этой ссылке https://github.com/WISEPLAT/backtrader вы можете предложить свои коммиты, я применю их ASAP.\n\n1-й коммит: Возможность изменить фон для отображаемых тегов значений для темной темы - чтобы получить темную тему)))\nКогда вы используете темную тему, вам нужно изменить фон для отображаемых тегов значений.\n\n2-й коммит: Исправление: В коллекциях последних версий Python.Iterable -\u003e collections.abc.Iterable - для работы с Python 3.11+\n\n## Star History\n\nПожалуйста поставьте Звезду 🌟 этому коду\n\n[![Star History Chart](https://api.star-history.com/svg?repos=WISEPLAT/Learn-BackTrader\u0026type=Timeline)](https://star-history.com/#WISEPLAT/Learn-BackTrader\u0026Timeline)\n\nPlease put a Star 🌟 for this code\n\nWhy use BackTrader repo from WISEPLAT?\n======================================\n\nBecause, you can post your commits in my repository - I will apply them!\n\nTo install backtrader from my repository::\n\n    pip install git+https://github.com/WISEPLAT/backtrader.git\n\n\nBy this link https://github.com/WISEPLAT/backtrader you can suggest your commits, I will apply them ASAP.\nThis suggestion is made here, because of no one here doesn't want to continue this cool project!\n\n1st commit: Option to change background for plotted value tags for dark theme - to get dark theme)))\nWhen you use dark theme you need to change background for plotted value tags.\n\n2nd commit: Fix: In last Python versions collections.Iterable -\u003e collections.abc.Iterable - to work with Python 3.11+\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e origin/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseplat%2Flearn-backtrader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiseplat%2Flearn-backtrader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseplat%2Flearn-backtrader/lists"}