Expert Adviser based on Envelope/Rsi needed

MQL4 전문가

작업 종료됨

실행 시간 9 일
피고용인의 피드백
Nice and patient Customer.

명시

Hi I need EA based on this strategy Envelope /Rsi strategy:

 

Trading Signal:

Execution of the signal :

 Market order- as soon as signal is given, buy/sell order is opened

Pending order – If buy signal is given, buy stop order will be placed on predefined distance, and expire after x minutes, if sell signal is

 

Buy Conditions:


 Ask Price of the open /current candle must be equal to lower band of Envelope price value
, the body of the candle must cross from above cross the line below.

Rsi /optional , with true or false bellow in settings

Rsi must be equal or bellow predefined level ( for example equal or bellow 30)

 

 

Sell Conditions:

Bid Price of the open /current candle must be equal to upperer band of Envelope , the body must cross the envelop line from bellow through the line above.

RSi /Optional with true or false  bellow in settings

Rsi must be equal or above predefined level ( for example equal or above 70)

 

Ea will observe only current candle, and it can be only one trade open with Ea, with exact magic number defined in the field Magic Number, no new positions will be opened  by this ea until previous are closed, or if other positions are opened by eas with magic numbers set in the field: No Trade Magic

Ea Settings:

Max Spread:15 ( max spread value in points)

Magic Number - 999  ( for example), every trade needs to be labeled with magic number

No Trade Magic - 2341,3456,3221,2344,34556... (for example)- purpose of this function is to stop ea from opening new orders if orders/trades with these magic number/numbers  are already opened.  For example trade positions Buy ( it can be one or more) is opened with magic number 2341 and Sell( one or more positions) with magic 3456, Ea will not open any new trade or manage  sl tp Breakeven, TS  on its existing position opened under predefined magic, 999 for example.

Trade execution: Market/Pending ( if market is chosen, ea will place buy / sell order, and then sl /tp)

Pending order distance in points:20 – if pending execution is set, then once signal is given, ea will place buy stop or sell stop, on a predefined distance. Example, price is going down, and signal for buy is generated, ea will place buy stop on 20 points distance, if price continue to go down even more, ea will move  pending order to a predefined distance. Ea will stop modifying pending order distance when price starts going up, vice versa for sell.

Pending order expiry in minutes: 5 ( number represent minutes)

 

Trade Management Settings    / In points

Lot Size  :  0.1  / fixed lot size

Take Profit : 200  / take profit is in points. If placed 0, ea will open position without placing TP

Stop Loss: 50 / Stop loss is  in points. If placed 0, ea will open position without placing SL

Break Even points: 100 /  Once the profit reach predefined points it will place SL as defined in Break even points to lock option

Break even points to lock :70 / once the Break even points has been reached, ea will move sl to defined value in this field.

Trailing from Break Even points: 50 / This serves as a Trailing Stop and it should move sl only after the break even has been made, and  value from Break Even points moved 50 points more(example)  

Trailing Step :20 /  After the price moves  predefined points  in profit( value from Trailing from Break Even points ), new sl will be established based on this field values

Example based on above values:

Price has moved  100 points, based on Break Even points 100, SL has been moved to 70 points based on Break even points to lock value.

Price Moved additional 50 points( based on Trailing from BreakEven points), and sl moved to +20 (based on Trailing Step value). So far 70 +20 =90.  If price moves more it will keep the ratio 50 / 20 as defined bye Trailing options.  So TS it will work only after Break even price has been stablished, and Sl moved.

 

Indicator Settings:

-Envelope is working engine of the strategy, default options from MT4 Envelope platform will be used

Envelope  Settings

Period : 3

MA Method: Linear Weighted/Simple/ Exponential/Smoothed

Apply To: Open/Close

Deviation:0.007%

 

RSI indicator: True/False

Period:18

Apply to: Open/Close

Buy Signal: 30

Sell Signal:70

 

Comment: xzs / comment will be placed here


응답함

1
개발자 1
등급
(115)
프로젝트
129
18%
중재
11
27% / 55%
기한 초과
4
3%
무료
2
개발자 2
등급
(167)
프로젝트
192
11%
중재
37
38% / 35%
기한 초과
5
3%
로드됨
3
개발자 3
등급
(55)
프로젝트
96
40%
중재
13
38% / 62%
기한 초과
25
26%
무료
4
개발자 4
등급
(65)
프로젝트
71
30%
중재
8
0% / 88%
기한 초과
5
7%
무료
5
개발자 5
등급
(19)
프로젝트
35
26%
중재
10
30% / 70%
기한 초과
5
14%
무료
6
개발자 6
등급
(253)
프로젝트
407
38%
중재
84
43% / 19%
기한 초과
70
17%
로드됨
7
개발자 7
등급
(236)
프로젝트
418
34%
중재
52
37% / 40%
기한 초과
153
37%
로드됨
8
개발자 8
등급
(4)
프로젝트
6
0%
중재
5
0% / 80%
기한 초과
2
33%
무료
9
개발자 9
등급
(14)
프로젝트
21
24%
중재
9
33% / 44%
기한 초과
8
38%
무료
비슷한 주문
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price

프로젝트 정보

예산
30+ USD
개발자에게
27 USD
기한
에서 5  10 일