Need an EA using the RSI Indicator (MT4 & MT5 versions)

MQL5 전문가

작업 종료됨

실행 시간 11 일
피고용인의 피드백
Excellent person to job with but little slow in communication.

명시

I want to create an EA using the RSI Indicator Only for both MT4 and MT5 platforms.  The parameters are

A.  General Settings

(i)  Comment

(ii)  Trade Magic

(iii)  ECN Mode (True/False)

(iv)  Max Trades 

(v)  Stealth Mode (True/False)

(vi)  TP

(vii)  SL

(viii)  Start Time

(ix)   Stop Time


B.  Money Management Settings

(i)  Money Management (True/False)

(ii) Lot (I should be able to specify lt sizes from 0.01 to maximum allowed by any broker)

(iii)  Max Lots

(iv)  Percent Risk

(v)  Slippage


C.  RSI Settings

(i)  RSI Period

(ii)  Buy at RSI Level (1-100)

(iii)  Sell at RSI Level (1-100)

(iv) Close Buy at (1-100).  Once this is used, TP is disabled. If '0' is used, it is disabled

(v)  Close Sell at (1-100).  Once this is used, TP is disabled.  If '0' is used, it is disabled


D.  Trailing Setting

(i)  Use Trailing (True/False)

(ii) TrailStart

(iii) TrailStep





응답함

1
개발자 1
등급
(171)
프로젝트
221
57%
중재
8
25% / 25%
기한 초과
7
3%
작업중
2
개발자 2
등급
(288)
프로젝트
358
21%
중재
41
59% / 24%
기한 초과
38
11%
로드됨
3
개발자 3
등급
(1)
프로젝트
2
50%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(137)
프로젝트
191
21%
중재
12
58% / 25%
기한 초과
1
1%
로드됨
5
개발자 5
등급
(17)
프로젝트
21
5%
중재
6
17% / 17%
기한 초과
3
14%
로드됨
6
개발자 6
등급
(9)
프로젝트
8
0%
중재
5
0% / 80%
기한 초과
1
13%
작업중
7
개발자 7
등급
(230)
프로젝트
405
33%
중재
52
37% / 40%
기한 초과
146
36%
로드됨
8
개발자 8
등급
(12)
프로젝트
16
6%
중재
5
40% / 20%
기한 초과
2
13%
바쁜
9
개발자 9
등급
(2387)
프로젝트
2997
65%
중재
76
47% / 14%
기한 초과
340
11%
무료
10
개발자 10
등급
(67)
프로젝트
102
54%
중재
3
0% / 67%
기한 초과
9
9%
작업중
11
개발자 11
등급
(134)
프로젝트
194
80%
중재
17
29% / 47%
기한 초과
10
5%
작업중
12
개발자 12
등급
(34)
프로젝트
42
33%
중재
4
0% / 25%
기한 초과
8
19%
작업중
13
개발자 13
등급
(12)
프로젝트
16
44%
중재
1
100% / 0%
기한 초과
0
무료
14
개발자 14
등급
(6)
프로젝트
10
10%
중재
1
0% / 100%
기한 초과
0
작업중
15
개발자 15
등급
(3)
프로젝트
1
0%
중재
2
0% / 100%
기한 초과
0
작업중
16
개발자 16
등급
(1)
프로젝트
1
0%
중재
1
0% / 0%
기한 초과
0
작업중
비슷한 주문
The task is as follows: Create and EA, preferably in python, that can connect to MT5 (via API), with the following criteria: -Scans a multitude of triangular currency pairs (EUR/USD, USD/JPY, EUR/JPY as an example), and finds differences between the implied rate via the use of two currencies, ie in the example case EUR/USD*USD/JPY, and the actual rate. -Takes positions in a market neutral nature (short/long postions)
Goodday, I developed a very simple strategy. But but I would need some help now. The strategy is as follows: With each new candle, there is a Buy Stop and a Sell Stop which are placed 1-2 pips from the opening price of the candle and a SL of 1-2 pips as well as a TS which increments. Once the Buy Stop or Sell Stop is triggered the other cancels. Now the problem I have is that sometimes on certain trades the SL does
I have a particular strategy that I have been using - I generally use the strategy from Trading View on 2 timeframes and 1-2 indicators on only 3 pairs. Are you able to build a trading bot using the strategy that can use MT4? Also point me in the direction of how to actual host the bot and connect trading accounts to it I would look to see if there was a back test functionality that can be utilised
Hi, I need a programmer that could build an EA for me, based on Fib and indicators, The entry and exit will be determine by the Fibs and confirm by the indicators
I need a MT4 Trading Bot. It will be a quantitative trading bot. Please read it carefully and tell me your time and budget. I need to start very fast. Description: https://docs.google.com/document/d/1xCkxS4Ax_pfLBlSgYPNC1EFffNw_FiM-xeQjYh2J3_s/edit
Hello, MQL Developers, I required an EA must be working nice. Addition / Modification! 1. EA must follow the Buy - Sell Arrow indicator (copy of Arrow indicator attached) in combination of Heiken Ashi candles to place Buy / Sell orders 2. Placing X number of pending orders with an initial distance and proportional increase in distance and lot size. 3. Trailing Stop Loss (Commission & SWAP of symbol MUST be
I'm looking for an experienced MQL5 developer to create a script or Expert Advisor (EA) that can identify the requested price/order price, executed price, and slippage for any closed order in MT5. The script or EA should be able to: - Identify the requested price/order price for each order - Identify the executed price for each order - Calculate the slippage for each order (the difference between the requested price
Hi, I need to make an EA for use on MT5, on a simple strategy based on the High and Low of candles. Below is the strategy where I should be able to change the variables (number of candles, candle frequency, hours, multiplier, etc): Entry Long -------------------- Open Position = 0 AND CMP > Highest High of last 5 candles -------------------- Exit Long -------------------- Time > Entry Time + 5 hours AND CMP < Lowest
Hello, I have an EA working nice but I required some modification / additions in it. Addition / Modification! 1. EA must follow the Buy - Sell Arrow Alert indicator (copy of Arrow indicator attached) in combination of Heiken Ashi candles and Stochastic Oscillator Indicator to Buy / Sell orders 2. Placing X number of pending orders with an initial distance and proportional increase in distance and lot size. 3. Close
Hello am looking for someone that can you help me with fixing a custom indicator for me. I need the indicator buffer value fixing to work perfectly with EA. I think you understand the matter of the issue. Normally the indicator is good to give the signal. But based on the signal I can't get into the EA. Because of the buffer value working issue. Also some time it's doing issue to show the singnal when re-start the

프로젝트 정보

예산
35+ USD
개발자에게
31.5 USD
기한
 1 일