From 310574848b87d223b9ced47defd3054022c3f194 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Sat, 23 May 2026 02:51:49 +0000 Subject: [PATCH 1/2] chore: sync missing dotfiles from EA31337/.github --- .gitignore | 13 +++++++++++++ .pre-commit-config.yaml | 8 ++++++++ profile/README.md | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 profile/README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a214ad9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Environments +.env +.envrc +.lock +/.github/agents/ +/.github/instructions/ +/.github/skills/ +.venv +env/ +venv/ +# Temporary files. +*.patch +*.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2e72fd..f01bc7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -96,3 +96,11 @@ repos: rev: v1.5.0 hooks: - id: detect-secrets + - repo: local + hooks: + - id: validate-submodules + name: Validate Submodule Consistency + entry: bash -c "git submodule status --recursive" + language: system + pass_filenames: false + always_run: true diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..15bb3a0 --- /dev/null +++ b/profile/README.md @@ -0,0 +1,34 @@ +# 👋 Welcome to 📈EA31337🤖 + +## About + +EA31337 is a collection of free and open source +Forex trading robots and libraries for MetaTrader platform. + +## Main projects + +- [EA31337 Lite, Advanced and Rider][ghp-ea31337] - + Multi-strategy Forex trading robots. +- [EA31337 Libre][ghp-ea-libre] - + Simple implementation of trading robot. +- [EA31337 VIP][ea-marketplace-vip] - + Professional Forex trading robot with machine learning capabilities. +- [EA31337 Framework][ghp-ea-classes] (aka classes) - + MQL library for writing trading robots, indicators and scripts. +- [EA31337 Indicators Common][ghp-ea-indi-common] - + Collection of common indicators used by strategies. +- [EA31337 Indicators Other][ghp-ea-indi-other] - + Collection of 3rd party indicators used by strategies. +- [EA31337 Strategies][ghp-ea-strats] - + Collection of trading strategies. +- [EA Tester][ghp-ea-tester] - + Headless Forex backtesting for MetaTrader platform using Docker. + +[ea-marketplace-vip]: https://marketplace.ea31337.com/collections/all/tier-1 +[ghp-ea-classes]: https://ea31337.github.io/EA31337-classes +[ghp-ea-indi-common]: https://github.com/EA31337/EA31337-indicators-common +[ghp-ea-indi-other]: https://github.com/EA31337/EA31337-indicators-other +[ghp-ea-libre]: https://ea31337.github.io/EA31337-Libre +[ghp-ea-strats]: https://ea31337.github.io/EA31337-strategies +[ghp-ea-tester]: https://ea31337.github.io/EA-Tester +[ghp-ea31337]: https://ea31337.github.io/EA31337 From 5ba207b8a8cdca783e18b9c4419a64704b1f677b Mon Sep 17 00:00:00 2001 From: "Rafal W." Date: Sat, 23 May 2026 03:52:48 +0100 Subject: [PATCH 2/2] Delete profile/README.md --- profile/README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 profile/README.md diff --git a/profile/README.md b/profile/README.md deleted file mode 100644 index 15bb3a0..0000000 --- a/profile/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# 👋 Welcome to 📈EA31337🤖 - -## About - -EA31337 is a collection of free and open source -Forex trading robots and libraries for MetaTrader platform. - -## Main projects - -- [EA31337 Lite, Advanced and Rider][ghp-ea31337] - - Multi-strategy Forex trading robots. -- [EA31337 Libre][ghp-ea-libre] - - Simple implementation of trading robot. -- [EA31337 VIP][ea-marketplace-vip] - - Professional Forex trading robot with machine learning capabilities. -- [EA31337 Framework][ghp-ea-classes] (aka classes) - - MQL library for writing trading robots, indicators and scripts. -- [EA31337 Indicators Common][ghp-ea-indi-common] - - Collection of common indicators used by strategies. -- [EA31337 Indicators Other][ghp-ea-indi-other] - - Collection of 3rd party indicators used by strategies. -- [EA31337 Strategies][ghp-ea-strats] - - Collection of trading strategies. -- [EA Tester][ghp-ea-tester] - - Headless Forex backtesting for MetaTrader platform using Docker. - -[ea-marketplace-vip]: https://marketplace.ea31337.com/collections/all/tier-1 -[ghp-ea-classes]: https://ea31337.github.io/EA31337-classes -[ghp-ea-indi-common]: https://github.com/EA31337/EA31337-indicators-common -[ghp-ea-indi-other]: https://github.com/EA31337/EA31337-indicators-other -[ghp-ea-libre]: https://ea31337.github.io/EA31337-Libre -[ghp-ea-strats]: https://ea31337.github.io/EA31337-strategies -[ghp-ea-tester]: https://ea31337.github.io/EA-Tester -[ghp-ea31337]: https://ea31337.github.io/EA31337