{"id":15067916,"url":"https://github.com/coasensi/movingaverage-strategy","last_synced_at":"2026-01-03T05:06:40.643Z","repository":{"id":251992952,"uuid":"839058473","full_name":"coasensi/movingaverage-strategy","owner":"coasensi","description":"C# Moving Average Trading Strategy Backtest using AlphaVantage API","archived":false,"fork":false,"pushed_at":"2024-08-18T16:18:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T18:24:59.639Z","etag":null,"topics":["algorithmic-trading","c-sharp","moving-average"],"latest_commit_sha":null,"homepage":"","language":"C#","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/coasensi.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":"2024-08-06T22:10:11.000Z","updated_at":"2024-08-18T16:18:17.000Z","dependencies_parsed_at":"2024-08-07T02:38:49.791Z","dependency_job_id":"713a95f4-2b67-4c12-b76b-230f83442b35","html_url":"https://github.com/coasensi/movingaverage-strategy","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"8489b0e9061fef5c559f2ddbe2345c434226a99e"},"previous_names":["coasensi/movingaverage-strategy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coasensi%2Fmovingaverage-strategy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coasensi%2Fmovingaverage-strategy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coasensi%2Fmovingaverage-strategy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coasensi%2Fmovingaverage-strategy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coasensi","download_url":"https://codeload.github.com/coasensi/movingaverage-strategy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830953,"owners_count":20354854,"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":["algorithmic-trading","c-sharp","moving-average"],"created_at":"2024-09-25T01:29:12.796Z","updated_at":"2026-01-03T05:06:40.616Z","avatar_url":"https://github.com/coasensi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"the moving average crossover strategy is a popular trading strategy used to identify potential buy and sell signals in financial markets.\n\n2 key components: a short-term moving average (SMA) and a long-term moving average (LMA). the SMA captures recent price trends, while the LMA reflects longer-term trends.\n\n##BUY signal:## when the SMA crosses above the LMA, the short-term price trend is gaining momentum and might continue to rise. this is interpreted as a bullish signal, suggesting it's a good time to buy the asset.\n\n##SELL signal:## when the SMA crosses below the LMA,the short-term price trend is losing momentum and might continue to fall. this is interpreted as a bearish signal, suggesting it's a good time to sell the asset.\n\nYou need to input your alpha vantage api key, as well as the backtest ticker and the periods for SMA and LMA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoasensi%2Fmovingaverage-strategy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoasensi%2Fmovingaverage-strategy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoasensi%2Fmovingaverage-strategy/lists"}