An expert advisor based on the intersections of EMA and price

工作已完成

执行时间1 一天
客户反馈
fast, good, efficient communication.
员工反馈
It was a pleasure working with Sandrin

指定

Before bidding please read all the requirements carefully and be sure you can meet them during allocated time.

I have had negative experiences with beginner developers and I do not want to repeat them!


MT4 EA

conditions to be fulfilled for the BUY order: (all conditions must be met)


1) the price over EMA 200


2) EMA14 higher than EMA 50 


3) EMA 14 and EMA 40 over EMA 200 ( 2 condition )


4) Price over EMA 14


conditions to close BUY order: (any of the conditions)


1) Price under EMA 50, and EMA 14 under EMA 50 (2 condition)

or


2) Price under EMA 200


conditions to be fulfilled for the SEL order: (all conditions must be met)


1) The price under EMA 200


2) EMA 14 under EMA 50


3) EMA 14 and EMA 50 under EMA 200 (2 condition)


4) Price under EMA 14


conditions to close SELL order: (any of the conditions)


1)  Price higher then EMA 50, and EMA 14 higher then EMA 50 (2 condition)

or


2) Price higher then EMA 200


Position Management


at each position opening, 4 positions are opened:


1) first position with tp at 20 pips


2) second position with tp at 40 pips


3) third position with tp at 60 pips


4) fourth position will not have Take profit. It will close when it reaches SL or when the above closing conditions will come into force


* EMA is always exponential and applicable for candle closure


* the purchase / sale decision will be made only when a candle is closed


* once a set of positions (buying or selling) has been opened, another set of positions will not be opened until the open one was close (through tp or sl)


* after one set of positions has been closed, another will open only if Ema 14 intersects again with Ema 50 (down for sale and up for purchase)




Risk Management - each position has sl


1) When a position is open SL is 10 pips


2) once  5 pips are win, Sl is moved to break even 


3) once  10 pips are win, Sl is moved to 3 pips profit


4) once  15 pips are win, Sl is moved to 5 pips profit


5) once  40 pips are win, Sl is moved to 10 pips profit



Money Management


the size of the open position respects the proportion:


balance = 100$ -  position = 0.01 lots


balance = 200$ -  position = 0.02 lots


and so on...




an option that can be switched on or off:


at each closed candle in which the EMA 14 is greater than the EMA 14 of previous one (if we are talking about buying, or smaller if we are talking about selling) a new position is opened.

Closing all the additional positions at the first candle when EMA 14 si smaller than EMA 14 of previous candle (or increase if we speak of sale)


the following values must be customizable:

Ema`s values

tp`s values

sl`s values

the value of the lots


附加的文件:

反馈

1
开发者 1
等级
(1093)
项目
1449
45%
仲裁
49
73% / 12%
逾期
36
2%
工作中
2
开发者 2
等级
(36)
项目
50
28%
仲裁
2
0% / 100%
逾期
6
12%
空闲
3
开发者 3
等级
(137)
项目
167
35%
仲裁
11
91% / 0%
逾期
0
空闲
4
开发者 4
等级
(115)
项目
129
18%
仲裁
11
27% / 55%
逾期
4
3%
空闲
5
开发者 5
等级
(430)
项目
606
55%
仲裁
48
23% / 56%
逾期
178
29%
空闲
6
开发者 6
等级
(251)
项目
400
54%
仲裁
9
67% / 22%
逾期
36
9%
空闲
7
开发者 7
等级
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
8
开发者 8
等级
(39)
项目
55
13%
仲裁
5
20% / 20%
逾期
6
11%
空闲
9
开发者 9
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
10
开发者 10
等级
(586)
项目
1048
49%
仲裁
39
28% / 41%
逾期
49
5%
空闲
相似订单
I want to decompile an ea file and get the source code, i need it really quick as fast as possible. the file must be delivered alongside the source code
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks

项目信息

预算
30 - 50 USD
VAT (19%): 5.7 - 9.5 USD
总计: 35.7 - 59.5 USD
开发人员
27 - 45 USD
截止日期
 3  7 天