{"id":25638510,"url":"https://github.com/marfusios/simple-backtester","last_synced_at":"2026-02-26T20:49:34.252Z","repository":{"id":40879752,"uuid":"259065986","full_name":"Marfusios/simple-backtester","owner":"Marfusios","description":"📈 A simple backtester for OHLC data","archived":false,"fork":false,"pushed_at":"2024-01-26T16:43:43.000Z","size":4216,"stargazers_count":27,"open_issues_count":1,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-23T02:33:21.832Z","etag":null,"topics":["backtest","backtesting","cryptocurrency","ohlc","reports","trading","trading-strategies","tradingview","tradingview-charting-library","visualization"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marfusios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-04-26T15:32:14.000Z","updated_at":"2024-01-26T16:43:48.000Z","dependencies_parsed_at":"2025-02-23T02:41:51.814Z","dependency_job_id":null,"html_url":"https://github.com/Marfusios/simple-backtester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Marfusios/simple-backtester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfusios%2Fsimple-backtester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfusios%2Fsimple-backtester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfusios%2Fsimple-backtester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfusios%2Fsimple-backtester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marfusios","download_url":"https://codeload.github.com/Marfusios/simple-backtester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfusios%2Fsimple-backtester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backtest","backtesting","cryptocurrency","ohlc","reports","trading","trading-strategies","tradingview","tradingview-charting-library","visualization"],"created_at":"2025-02-23T02:31:42.086Z","updated_at":"2026-02-26T20:49:34.241Z","avatar_url":"https://github.com/Marfusios.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n██████   █████   ██████ ██   ██ ████████ ███████ ███████ ████████ ███████ ██████ \n██   ██ ██   ██ ██      ██  ██     ██    ██      ██         ██    ██      ██   ██\n██████  ███████ ██      █████      ██    █████   ███████    ██    █████   ██████ \n██   ██ ██   ██ ██      ██  ██     ██    ██           ██    ██    ██      ██   ██\n██████  ██   ██  ██████ ██   ██    ██    ███████ ███████    ██    ███████ ██   ██\n```\n\n# Simple Backtester [![Build Status](https://travis-ci.com/Marfusios/simple-backtester.svg?branch=master)](https://travis-ci.com/github/Marfusios/simple-backtester) \n\nA very simple backtesting application for OHLC data (range bars)\n\n### License: \n    MIT\n\n### Features\n\n* cross platform\n* chart and text report\n* integrated TradingView charting library\n\n![TradingView report](docs/report_tv.png) \n![Chart report](docs/report_chart.png) \n![Text report](docs/report_text.png)\n![Artefacts](docs/artefacts.png)\n\n### Usage\n\n#### Data as CSV files\n* minimal required columns: \n    * date and time, one of: \n        * `timestamp_unix` - unix seconds or milliseconds\n        * `date` or `timestamp` - human readable string parsed via `DateTime.Parse()`\n    * `mid` or `close` - last price\n* additional columns (nice-to-have):\n    * `bid` - last bid/buy price\n    * `ask` - last ask/sell price\n\n#### Strategy\nWrite strategy that implements interface `IStrategy`, see example [ones](SimpleBacktester/Strategies)\n\n#### Configuration\nConfigure app via json file, see example [appsettings.json](SimpleBacktester/appsettings.json)\n\n\n---\n\n**Pull Requests are welcome!**\n\n\n### Available for help\nI do consulting, please don't hesitate to contact me if you have a custom solution you would like me to implement ([web](http://mkotas.cz/), \n\u003cm@mkotas.cz\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfusios%2Fsimple-backtester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarfusios%2Fsimple-backtester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfusios%2Fsimple-backtester/lists"}