I need a Expert Advisor

MQL4 专家

指定

Hi

I have indicator which give signals, You have to make EA on that signals. The Conditions are as follows:

1.Lets say we see sell signal on 4hr then we have to check weekly and see if there is same sell signal, if we see sell signal on weekly then only we enter Trade and when there is opposite signal then we close the trade.

2.Vice versa for buy signals.


EA/ROBOT SPECIFIC INPUTS:

* The EA/Robot will also have the below Inputs. 

* I can change all the Inputs on your own as you wish.


	

	Lots				-	1.0




	StartTime			-	00:00
	
	EndTime				-	23:59
	
	Note:
	
	* Using StartTime and EndTime, you can make the Robo/EA to take Entries only on particular timing.
	
	* This will help you to avoid choppy markets especially after New York Close and before Tokyo Opening.
	
	* This Timing Option will apply only at the time of Entrying the Trade.
	
	* This Timing Option will not apply for Exiting a Trade.
	
	
	
	
	
	
	TP1  				- 	True/False
	
	TP1 Pips 			- 	10 Pips
	
	TP1 Lot				-	0.40
	
	
	
	
	TP2  				- 	True/False
	
	TP2 Pips 			- 	20 Pips
	
	TP2 Lot				-	0.20
	
	
	
	
	TP3  				- 	True/False
	
	TP3 Pips 			- 	40 Pips
	
	TP3 Lot				-	0.20
	
	
	
	
	TP4  				- 	True/False
	
	TP4 Pips			- 	80 Pips
	
	TP4 Lot				-	0.10
	
	
	Note:	
	
	* TP1, TP2, TP3, TP4 can be used in Partial Profit Booking.
	
	* In the above case,
	
		- 	1.0 is the Total Lotsize.
	
		-	0.40 will be Closed at 10 Pips Profit (TP1)
	
		-	0.20 will be Closed at 20 Pips Profit (TP2)
	
		-	0.20 will be Closed at 40 Pips Profit (TP3)
	
		-	0.10 will be Closed at 80 Pips Profit (TP4)

	* If any Lot is left even after TP4, then that would be closed when Opposite Signal comes in.
	
	
	
	
	
	Initial SL			-	True/False
	
	Initial SL Pips			- 	40 Pips
	
	
	
	
	
	Break Even TSL 			- 	True/False
	
	Note:	
	
	* If Break Even TSL Set as True, as soon as the TP1 is Hit, SL will be moved to Break Even (that is at Opening Price)
	
	* By this way, you will be totally safe if the TP1 has been hit.
	



	
	Use TSL				- 	True/False
	
	TSL Pips             		-	25 Pips
	
	Activate TSL After		-	25 Pips
	
	Note:
	
	* If UseTSL is set as True, then you can activate the Trailing Stop Loss after the Trade reaches a profit of 10 pips or 20 pips or whatever you 			like.



*********************************************************************************************************************

MULTI-TASKING & MULTI-TIMEFRAME:

* I can Run the EA/Robot On Different Time Frames of the Same Pair at the Same Time simultaneously.

* For Example, 

	- You can run this EA on EURUSD 5 Min, 15 Min, 30 Min, 1 Hour, 4 Hour, Daily Time frames all at same time.

	- The EA will manage Orders for each time frame separately.

	- The EA won't merge or confuse Orders of One Time Frame with Another Time Frame.

	- Entry and Exit will be according to that Time Frame Settings.


*********************************************************************************************************************


WORKING:

The EA will work as below.



	BUY TRADE CONDITIONS:
	---------------------

	- Million Trader Diamond Indicator should be in Buy Mode.

	- An Upward Buy Arrow should appear in the Price Chart.

	- If all the above conditions are true, then a Buy Trade will be punched in.

	- If there is any Open Sell Trade, then that will get closed automatically.




	SELL TRADE CONDITIONS:
	---------------------

	- Million Trader Diamond Indicator should be in Sell Mode.

	- An Downward Sell Arrow should appear in the Price Chart.

	- If all the above conditions are true, then a Sell Trade will be punched in.

	- If there is any Open Buy Trade, then that will get closed automatically.




	BUY EXIT CONDITIONS:
	-------------------
	* Buy Trade can be Exited by TP1, TP2, TP3, TP4.
	
	* Buy Trade can be Exited by Initial SL.
	
	* Buy Trade can be Exited by Break Even TSL.
	
	* Buy Trade can be Exited by TSL.
	
	* Buy Trade can be Exited by Opp. Sell Trade.
	
	
	
	
	SELL EXIT CONDITIONS:
	---------------------
	
	* Sell Trade can be Exited by TP1, TP2, TP3, TP4.
	
	* Sell Trade can be Exited by Initial SL.
	
	* Sell Trade can be Exited by Break Even TSL.
	
	* Sell Trade can be Exited by TSL.
	
	* Sell Trade can be Exited by Opp. Buy Trade.
	


	TRADE SEQUENCE:
	---------------
	
	* After a Buy Trade, Next Trade can only be a Sell Trade.
	
	* Likewise, after a Sell Trade Next Trade can only be a Buy Trade.
	



	COMMON FOR BOTH BUY AND SELL:
	-----------------------------
	
	* Start Timing and End Timing will be managed as given in the Inputs.
	
	* Lot Size will be managed as given in the Inputs.

	* Initial SL will be managed as given in Inputs.
	
	* Break Even TSL will be managed as given in Inputs.
	
	* TSL will be managed as given in Inputs.
	
	* TP1, TP2, TP3, TP4 will be managed as given in the Inputs.
	


*********************************************************************************************************************


Other things are as below

* I  need Source code (.Mq4 file) .

* The EA/Robo will work on All Currency Pairs, Metals, Bullions, Energy, Shares, Bonds, Index and other things.

* The EA/Robo will work both in 4 Digit as well as 5 Digit MT4.

* The EA/Robot will work in all types of MT4 Platforms like STP, ECN, DMA, Money Makers, NDD, Fast Server, Bridge etc.,

* The EA will work in any Time Frames.

* The EA will work simultaneously on different Pairs at the same time.

* The EA will work simultaneously on different Time Frames of the Same Pair at the Same Time.

* The EA/Robot will not have any Locking or any such thing.

* The EA will work in any number of MT4 Accounts. It will work for any number of years.



附加的文件:

反馈

1
开发者 1
等级
(52)
项目
133
44%
仲裁
14
50% / 29%
逾期
55
41%
空闲
2
开发者 2
等级
(1235)
项目
2820
80%
仲裁
156
22% / 43%
逾期
488
17%
空闲
3
开发者 3
等级
(2077)
项目
2636
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
4
开发者 4
等级
(39)
项目
81
38%
仲裁
1
0% / 0%
逾期
31
38%
空闲
5
开发者 5
等级
(49)
项目
74
18%
仲裁
30
17% / 53%
逾期
31
42%
空闲
6
开发者 6
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
7
开发者 7
等级
(182)
项目
342
42%
仲裁
118
12% / 73%
逾期
104
30%
空闲
8
开发者 8
等级
(69)
项目
76
59%
仲裁
0
逾期
12
16%
空闲
9
开发者 9
等级
(258)
项目
395
28%
仲裁
69
19% / 49%
逾期
120
30%
空闲
10
开发者 10
等级
(128)
项目
206
49%
仲裁
29
28% / 48%
逾期
33
16%
空闲
11
开发者 11
等级
(61)
项目
120
34%
仲裁
17
18% / 41%
逾期
51
43%
空闲
12
开发者 12
等级
(46)
项目
73
16%
仲裁
13
8% / 92%
逾期
37
51%
空闲
13
开发者 13
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
14
开发者 14
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
15
开发者 15
等级
(1)
项目
4
25%
仲裁
1
0% / 100%
逾期
1
25%
空闲
16
开发者 16
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
17
开发者 17
等级
(25)
项目
54
37%
仲裁
4
0% / 50%
逾期
22
41%
空闲
18
开发者 18
等级
(586)
项目
1047
49%
仲裁
39
28% / 41%
逾期
49
5%
空闲
19
开发者 19
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
I need a graphic designer that is good at voice overs and object animation. I have a dialogue project that I intend it to deliver a certain message for marketing purposes. The project is to be done by cartoons and they should be much humanized in terms of graphics. The project has to be in the form of video that lasts up to 3 minutes longest and not less than 2 minutes. Creativity is the most important requirement
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have

项目信息

预算
10 - 60 USD
VAT (23%): 2.3 - 13.8 USD
总计: 12.3 - 73.8 USD
开发人员
9 - 54 USD
截止日期
 1  10 天