Trend following Indicator and EA based on EMA cross

MQL5 指标 专家

工作已完成

执行时间3 天

指定

Hi 


I am looking to engage with a programmer to create a trend following, EMA cross based Indicator and accompanying EA


Indicator requirements:


Based on two adjustable EMA lines 

Buy signal when EMA crosses above

Sell signal when EMA crosses below


EA requirements:


Adjustable entry based on the close price of the previous candle 

Adjustable stop loss 

Adjustable take profit level, at which point a trailing stop loss is engaged

Adjustable trailing stop loss

Re-entry based on an adjustable percentage of previous high and exit of the TSL. Previous high needs to be adjustable to allow for x number of previous candles  

Once re-entry occurs, the process needs to repeat from the adjustable stop through to the re-entry conditions.

Repeat until indicator signals reversal

When the indicator signals for a reversal of the trade, any current open positions need to be closed


Additional requirements: 

All orders need to be limit orders

If order isn't filled by the close of the candle then close order and open a new order based on the EA entry conditions

Signals from the Indicator need to be based on real time data rather than closed and confirmed candle data, to give the quickest entries

The ability to take more than one entry per candle, however not more than one entry at any one time, unless in the opposite direction  



反馈

1
开发者 1
等级
(2441)
项目
3076
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
2
开发者 2
等级
(55)
项目
96
40%
仲裁
13
38% / 62%
逾期
25
26%
空闲
3
开发者 3
等级
(357)
项目
563
33%
仲裁
24
67% / 8%
逾期
17
3%
空闲
4
开发者 4
等级
(1134)
项目
1436
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
5
开发者 5
等级
(131)
项目
173
39%
仲裁
4
25% / 50%
逾期
13
8%
工作中
6
开发者 6
等级
(13)
项目
24
71%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(14)
项目
19
11%
仲裁
1
0% / 100%
逾期
5
26%
空闲
8
开发者 8
等级
(7)
项目
10
30%
仲裁
3
0% / 33%
逾期
2
20%
空闲
9
开发者 9
等级
(27)
项目
43
7%
仲裁
18
6% / 78%
逾期
26
60%
空闲
10
开发者 10
等级
(2102)
项目
2674
62%
仲裁
114
46% / 25%
逾期
421
16%
已载入
11
开发者 11
等级
(171)
项目
194
11%
仲裁
37
38% / 35%
逾期
5
3%
已载入
12
开发者 12
等级
(2)
项目
3
0%
仲裁
1
0% / 100%
逾期
0
空闲
13
开发者 13
等级
(63)
项目
84
26%
仲裁
23
22% / 48%
逾期
23
27%
已载入
14
开发者 14
等级
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
15
开发者 15
等级
(87)
项目
114
26%
仲裁
7
29% / 57%
逾期
5
4%
空闲
16
开发者 16
等级
(261)
项目
425
38%
仲裁
86
44% / 19%
逾期
71
17%
已载入
17
开发者 17
等级
(564)
项目
933
47%
仲裁
302
59% / 25%
逾期
125
13%
已载入
相似订单
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

项目信息

预算
50 - 500 USD
开发人员
45 - 450 USD
截止日期
 10 天