Create Stop Loss - Exit trade based on Moving Average Crossover

MQL5 专家 脚本 策略模块 股票

工作已完成

执行时间3 天
客户反馈
The developer was very responsive, answering all questions quickly. Project finished within 1 day. I tested and it worked without needing any changes. Very happy and recomend this developer.
员工反馈
Excellent Customer

指定

HI all.


I want a trade assistant script /  robot to assist in trade exits. I will manually open a trade, and I want the robot to exit the trade based off when the 3 EMA average crossses back over the 8 Period EMA. So essentialy its a trailing stop based of the moving average, thus keeping the trade on in the trend untill the trend reverses. As of now It wouldnt be a full robot, therefore no need for position management etc, its a trade assistant helping to EXIT positions. 

Desired customizations: Length of slow + fast moving average.

Option to set if EMA is based off candle open, or close.




反馈

1
开发者 1
等级
(345)
项目
543
32%
仲裁
24
67% / 8%
逾期
15
3%
空闲
2
开发者 2
等级
(37)
项目
59
27%
仲裁
25
20% / 52%
逾期
10
17%
工作中
3
开发者 3
等级
(85)
项目
105
24%
仲裁
8
38% / 25%
逾期
8
8%
已载入
4
开发者 4
等级
(45)
项目
76
20%
仲裁
7
0% / 86%
逾期
14
18%
空闲
5
开发者 5
等级
(294)
项目
371
21%
仲裁
43
60% / 23%
逾期
43
12%
工作中
6
开发者 6
等级
(337)
项目
454
52%
仲裁
22
50% / 27%
逾期
5
1%
已载入
7
开发者 7
等级
(1086)
项目
1437
45%
仲裁
48
73% / 13%
逾期
35
2%
工作中
8
开发者 8
等级
(362)
项目
496
39%
仲裁
27
56% / 4%
逾期
53
11%
空闲
9
开发者 9
等级
(2077)
项目
2635
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
10
开发者 10
等级
(3)
项目
1
0%
仲裁
2
0% / 100%
逾期
0
工作中
11
开发者 11
等级
(153)
项目
215
21%
仲裁
14
64% / 21%
逾期
1
0%
已载入
12
开发者 12
等级
(11)
项目
11
0%
仲裁
4
25% / 50%
逾期
2
18%
空闲
13
开发者 13
等级
(451)
项目
510
33%
仲裁
25
40% / 48%
逾期
7
1%
已载入
14
开发者 14
等级
(42)
项目
62
8%
仲裁
12
58% / 42%
逾期
1
2%
空闲
15
开发者 15
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
16
开发者 16
等级
(56)
项目
173
71%
仲裁
4
100% / 0%
逾期
1
1%
空闲
17
开发者 17
等级
(333)
项目
352
71%
仲裁
4
100% / 0%
逾期
1
0%
工作中
18
开发者 18
等级
(2421)
项目
3041
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
19
开发者 19
等级
(52)
项目
97
24%
仲裁
10
20% / 20%
逾期
12
12%
工作中
20
开发者 20
等级
(22)
项目
28
11%
仲裁
6
33% / 50%
逾期
4
14%
工作中
21
开发者 21
等级
(37)
项目
51
43%
仲裁
2
100% / 0%
逾期
9
18%
空闲
22
开发者 22
等级
(568)
项目
641
41%
仲裁
21
57% / 29%
逾期
47
7%
工作中
23
开发者 23
等级
(14)
项目
16
31%
仲裁
0
逾期
1
6%
空闲
24
开发者 24
等级
(548)
项目
1330
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
25
开发者 25
等级
(563)
项目
932
47%
仲裁
301
59% / 25%
逾期
124
13%
工作中
26
开发者 26
等级
(475)
项目
504
53%
仲裁
10
60% / 20%
逾期
3
1%
空闲
27
开发者 27
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
相似订单
Delete the minutes field the days dirctaly =1440 ( hide for the customer ) . The indicator setting appears with the indicator on the screen in the same color chosen The possibility of more than one indicator appearing on the screen. Good arrangement
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD