Develop Big Blue EA

MQL4 전문가

작업 종료됨

실행 시간 39 일
고객의 피드백
Garik did a great job and went the extra mile to sure everything worked as it should. Definitely recommended!
피고용인의 피드백
Excellent Customer! The specification is very clear and gives the response soon. I'm happy to work with him

명시

EA Overview


Big Blue works by placing entries on the high and low points of the previous candle after the opening of a new candle on the daily chart. A time based stop is primarily used to close trades. The time based stop can be set in seconds, minutes or hours. The EA performs according to the parameters enabled within its properties, each described below. All features of the EA must be optimizable within the mt4 strategy tester. Pip # entries will be entered as simple numbers such as 15 or 30, rather than full prices such as 0.00150 or 0.00300.

-------------------------------------------

Enable Active Monitoring:(True/False)

//If enabled, the EA will actively monitor and open/close trades with a market order once the entry, target profit or stop loss point has been hit.
If disabled, the EA will instead place hard buy stops, sell stops, buy limits and sell limit orders into mt4 to enter and exit trades.//

-------------------------------------------

Entry Offset: (+ or - Pips)

//Entry Offset will move entry's in either a positive or negative direction depending on its value. For instance, with an entry offset of 5 pips, a buy entry would be 5 pips above the previous days high, and a sell entry would be 5 pips below the previous days low. The inverse would occur if a negative value such as -5 is entered.//

-------------------------------------------

Use Account %:(1-100)

//The parameter "Use Account %" will determine how much of the account to use when opening a single trade, up to the maximum margin allowed. For example, 100% would open the maximum position possible for the account size and leverage available. 10% would use just 1/10 that amount and so on.//

-------------------------------------------

Target Profit %:(1-100)

//The target profit parameter closes the trade once the account has grown by the percentage input here.//

-------------------------------------------

Use Timed Stop Loss:(True/False)
Close in Profit Trades:(True/False)
Time Units:(Seconds/Minutes/Hours)
Amount of Time:(#)

//If enabled, position will be closed after a set amount of time has passed. If "Close in Profit Trades" is set to false, in profit trades will be ignored and closed only once they hit either their profit target or return to their break even point. "Time Units" will be a selectable drop-down menu that will allow the user to choose between seconds, minutes or hours. "Amount of Time" will set the amount of time before the trade is closed, based off the units selected in the previous dropdown menu.//

-------------------------------------------

Use Fixed Stop Loss:(True-False)
Stop Loss %:(1-100)

//The "Use Fixed Stop Loss" box will allow this parameter to be enabled and disabled. If enabled, the trade will be closed if it draws down the account by the amount entered in "Stop Loss %".//

-------------------------------------------

Reverse All Entries(True/False)
//If enabled, all entries are reversed. For instance, buy stops placed on the previous days high will instead be sell limit orders. Sell stops placed at the previous days low will instead be buy limits. Profit targets and stop losses will be reversed accordingly based on the new direction of the trade.//

-------------------------------------------

Skip Sunday: (True/False)
//If True, the EA will start trading at the close of the Sunday daily candle and avoid placing any trades beforehand.//

-------------------------------------------

Close by EOD Friday:(True/False)
//If True, all pending orders will be closed at 3pm on Friday. Any active trades will remain open until 4:30pm, or when closed by either their timed stop loss, fixed stop loss or profit target.//

-------------------------------------------

Enable Market Hours Filter:(True/False)
Starting Hour:(#) (am/pm)
Ending Hour:(#) (am/pm)

If enabled, the EA will only open trades between the selected range of hours. Time format will be Standard time format. (2:00am, 5:00pm etc.) A separate drop down menu will allow the selection of am or pm to define the starting and ending hour that trades may be opened. Any trades that are open at the end of the range will be ignored and function how they normally would if the market hours filter was not active.

-------------------------------------------

Enable Break Even Range:(True/False)
Break Even if Within: (Pips)
//If enabled, the EA will set the trade to break even if price moves within the set distance from the profit target. For instance, if we have a profit target of 1.15500 and a "Break Even if Within" of 10, the trade will be set to break even once it reaches 1.55400.//

-------------------------------------------

Enable Multiple Entries:(True/False)
//If enabled, multiple entries are placed above or below the initial entry point. Each trade will be sized with the "Use Account %" parameter set in the EA. If not enough margin is available, only the number of trades available to be opened will be entered. For example, if Number of Extra Entries is set to 5, and Use Account % is set to %25, only 4 of the Extra Entries will be opened.//

Number of Extra Entries:(#)
//This number decides how many extra entries will be placed and potentially entered.//

Profit Target per Entry:(%)
//This setting determines the distance each subsequent entry will be from the last. For example, if set at 5%, each subsequent trade entry will be placed at the last trades close plus the distance entered in "Entry Padding", and it's profit target will be set at a distance equal to the amount needed to increase the account by 5%.//

Entry Padding:(# pips)
//Naturally, without any buffer between our entries and exits, our orders may overlap at the same point and not get filled. This number will simply offset each entry from the last by a set amount of pips. For example, an entry of 5 will move subsequent entries 5 pips past the previous trades profit target.//

Scaling Profit Target:(#, must be decimal base. For example, 1.5, 2.5 etc.)
//This number will multiply the profit target for each subsequent entry by a certain amount. For example, let's assume "Profit Target per Entry" generates a 10 pip profit target. With a Scaling Profit Target of 2.0, the first trade will remain at 10 pips, but next trades profit target will be set at 20 pips, the next at 40, and the next at 80 etc. Basically, this is a multiplier to increase the distance between each profit target.//

-------------------------------------------

Enable MA Filter:(True/False)
Fully Above/Below:,(True/False)
Consecutive # of Bars:(#)
MA Period:(#)
MA Type:(Simple/Exponential/Weighted/Smooth)
MA Offset:(+-#)

If enabled, trades are filtered based on which side of the set moving average they are on. Fully Above/Below determines if the full candle including wicks must be completely above or below the moving average to enter a trade. Consecutive # of Bars determines the number of bars in a row that must meet this requirement for a trade to be considered. MA period, type and Offset are the feature sets found in common charting packages.

-------------------------------------------

Enable Bar Color Filter:(True/False)
Minimum Bar Size:(# pips)
Consecutive # of Bars:(#)

//If enabled, orders will only be opened in the direction of the last candles movement. Minimum Bar Size determines the minimum distance in pip movement at the close of the candle for it to be considered either an up or down candle. Consecutive # of Bars indicates the number of successive bars with the same direction of movement that must exist before a trade is considered. For instance, if set to 1, only the last candle will be analyzed. If set to 3, the 3 previous candles will be analyzed and must have each moved in the same direction by at least the set Minimum Bar Size for a trade to be considered.//

-------------------------------------------

Enable New High/Low Filter:(True/False)
Minimum Distance:(# pips)
Consecutive # of Bars:(#)

If enabled, the previous candle(s) must have closed at a new high or low greater than the minimum distance of pips set. For instance, if a Minimum Distance of 10 pips is set, the previous bar must have moved and closed 10 pips further than the previous high or low. Consecutive # of Bars determines how many bars in a row must meet these requirements before a trade is considered.

-------------------------------------------

Enable Close Filter:(True/False)
Bottom Range:(%)
Top Range:(%)
Consecutive # of Bars:(#)

//If enabled, only bars which have closed between the set percentage range of their high or low wicks will be considered for trading. Bottom and Top Range are both percentages meant to determine what range of a candles wick will allow a trade to be considered. For instance, if Bottom Range was set to 50% and Top Range was set to 75%, the candle would have to close a minimum of half it's wick length in either direction, but equal to or less than 75% the length of its wick, also in either direction. Consecutive# of Bars determines how many bars in a row must meet these requirements before a trade is considered//

-------------------------------------------

This EA will need to be coded as efficiently as possible, including the use of detailed comments and proper and clean formatting so that it may be developed or modified further if needed once time has passed. The source code will need to be provided at the end of the project, including an .ex4 file and an .mq4 file.

응답함

1
개발자 1
등급
(490)
프로젝트
1016
58%
중재
29
28% / 24%
기한 초과
132
13%
무료
2
개발자 2
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
3
개발자 3
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
4
개발자 4
등급
(61)
프로젝트
120
34%
중재
17
18% / 41%
기한 초과
51
43%
무료
5
개발자 5
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
6
개발자 6
등급
(34)
프로젝트
80
34%
중재
13
31% / 54%
기한 초과
19
24%
무료
7
개발자 7
등급
(46)
프로젝트
73
16%
중재
13
8% / 92%
기한 초과
37
51%
무료
8
개발자 8
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
9
개발자 9
등급
(1)
프로젝트
4
25%
중재
1
0% / 100%
기한 초과
1
25%
무료
10
개발자 10
등급
(105)
프로젝트
135
42%
중재
19
16% / 53%
기한 초과
20
15%
로드됨
비슷한 주문
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
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of
Create a robot like this live on YouTube, it is a simple hedge system that does not have martingale or other risky means of.making money.... please check out the link and if it is possible for you to repeat this then reach out with a sample and price. YouTube: https://www.youtube.com/live/cT_42RWzq_0?si=Z8M5mKkAMGZhxdTL
Hi There I am looking for someone to create me a simple anti martingale EA The EA will open a buy and sell the moment the EA is attached to a chart. Should the price increase - additional buys will open. This will continue until profit point Should the price retrace all trades should close just before breakeven point. New sequence starts immediatly thereafter The sell trade will close if the combined profit of buys

프로젝트 정보

예산
30 - 60 USD
개발자에게
27 - 54 USD
기한
에서 3  7 일