Expert Advisor based on RSI and BB strategy for MQL4

작업 종료됨

실행 시간 2 일

명시

I would like to create an EA based on the attached working indicator which places orders based on the Bollinger Bands and RSI.

1. The idea of the trading system is as follows: market entries are performed when it crosses inside RSI overbought and BB upper line for short trades and the opposite for long trades.

2. Trading Signals:

  • Buy signal: close price crosses inside BB lower line and RSI crosses oversold level.
  • Sell signal: close price crosses inside BB upper line and RSI crosses overbought level.

3. Positions are opened at the market price, when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.

4. Positions are only closed by stop loss which could be set as infinity (up to account equity)

5. Position management There can only be a limited number of positions open at a certain time

6. Inputs required:

  • RSI period (default 14)
  • RSI overbought level (default 70)
  • RSI oversold level (default 30)
  • BB period (default 20)
  • BB standard deviation (default 2)
  • Take profit in percentage (default 10%)
  • Stop loss in percentage (default 50%)
  • Number of orders open simultaneously (default 5)
  • Equity per order ($100 or 10% of account equity)
  • Order margin (x200)
  • true/false to activate or deactivate long and short orders separately

파일:

응답함

1
개발자 1
등급
(626)
프로젝트
984
47%
중재
33
36% / 36%
기한 초과
97
10%
작업중
게재됨: 6 코드
2
개발자 2
등급
(213)
프로젝트
246
45%
중재
42
10% / 57%
기한 초과
5
2%
무료
3
개발자 3
등급
(1278)
프로젝트
1702
49%
중재
52
71% / 12%
기한 초과
38
2%
작업중
4
개발자 4
등급
(64)
프로젝트
83
28%
중재
9
33% / 56%
기한 초과
9
11%
무료
게재됨: 1 코드
5
개발자 5
등급
(132)
프로젝트
178
39%
중재
4
25% / 50%
기한 초과
14
8%
무료
6
개발자 6
등급
(39)
프로젝트
55
13%
중재
5
20% / 20%
기한 초과
6
11%
무료
7
개발자 7
등급
(1156)
프로젝트
1462
63%
중재
21
57% / 10%
기한 초과
43
3%
무료
8
개발자 8
등급
(151)
프로젝트
211
69%
중재
8
38% / 38%
기한 초과
22
10%
무료
9
개발자 9
등급
(54)
프로젝트
53
17%
중재
7
0% / 100%
기한 초과
5
9%
무료
10
개발자 10
등급
(206)
프로젝트
333
35%
중재
66
12% / 58%
기한 초과
87
26%
무료
11
개발자 11
등급
(23)
프로젝트
45
20%
중재
25
28% / 48%
기한 초과
12
27%
무료
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
개발자 13
등급
(442)
프로젝트
698
34%
중재
33
70% / 9%
기한 초과
22
3%
작업중
14
개발자 14
등급
(96)
프로젝트
143
76%
중재
0
기한 초과
2
1%
무료
15
개발자 15
등급
(309)
프로젝트
555
35%
중재
79
32% / 42%
기한 초과
201
36%
작업중
16
개발자 16
등급
(2311)
프로젝트
2908
63%
중재
122
44% / 25%
기한 초과
429
15%
작업중
17
개발자 17
등급
(19)
프로젝트
27
19%
중재
6
33% / 33%
기한 초과
2
7%
무료
18
개발자 18
등급
(126)
프로젝트
151
48%
중재
6
83% / 17%
기한 초과
2
1%
무료
19
개발자 19
등급
(295)
프로젝트
474
39%
중재
103
41% / 23%
기한 초과
79
17%
바쁜
게재됨: 2 코드
비슷한 주문
//+------------------------------------------------------------------+ //| XAU_Pro_Scalper.mq5 | //| Advanced Gold Trading Bot (Educational) | //+------------------------------------------------------------------+ #property version "1.00" #property strict #include <Trade/Trade.mqh> CTrade trade; input double RiskPercent = 1.0; input int StopLossPoints = 250; input int TakeProfitPoints = 700; input int FastEMA = 20;
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Key Requirements: Source Account: Connect to a Master account using Investor (Read-only) Password. Destination Account: Execute trades on a Live Slave account with full trading access. Currency Focus: The system must handle Currency Pairs accurately, including symbol mapping (e.g., EURUSD to EURUSD.m) between different brokers. Stealth Features: Remove/Disable all trade comments. Assign custom Magic Numbers to the
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
Project Overview: I am looking for a highly experienced MetaTrader 4 (MQL4) developer to build a sophisticated automated trading system. This is not a standard grid bot; it requires complex trade management, dynamic exposure rebalancing, and a custom "Salami" liquidation module for partial loss mitigation . Key Features to Implement: Virtual Grid & Dynamic Trend: Price-action-based grid triggers without pending
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable
I run an ea it makes good profits bit that one bad grid blows up the account. I want an EA which runs parallel to it which can intelligently close bad trades or grids. It shouldn't close recoverable trades but close very bad entries and grids. It can even close with hedging. The goal recover max and also not blow up the account
I am looking for an expert MQL5 developer to build a high-precision Hedging System between two different MT5 brokers running on the same local PC. Core Objective: Execute opposite (inverse) trades between a Master and Slave account (e.g., Master BUY = Slave SELL, Master SELL = Slave BUY). The Challenge: Standard "Trade Copiers" are insufficient as they cannot prevent single-legged exposure when using manual trading
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money
Hello, I have two requests: First: Feature Modification Request Currently, the EA places only one pending order at a time. I want to modify this to place two opposite pending orders (Buy Stop and Sell Stop) simultaneously, with the distance between them aligned with the existing Breakeven and Trailing Stop settings in the bot. How it should work: The EA places a Buy Stop above current price and a Sell Stop

프로젝트 정보

예산
30 - 100 USD
기한
 5 일