From bc892f79b0fceb9c2c9d9aceed20c27e658125df Mon Sep 17 00:00:00 2001 From: Bell Date: Sun, 10 May 2026 19:53:23 +0700 Subject: [PATCH] New EA RSI momentum --- .gitignore | 4 +++- Experts/RsiMomentumEA.mq5 | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Experts/RsiMomentumEA.mq5 diff --git a/.gitignore b/.gitignore index 6fde901..ee638b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ Profiles/ Experts/*.ex5 *.dat -Include/ \ No newline at end of file +Include/ +Indicators/*.ex5 +Logs/*.log \ No newline at end of file diff --git a/Experts/RsiMomentumEA.mq5 b/Experts/RsiMomentumEA.mq5 new file mode 100644 index 0000000..e69de29