You need an EA that trades on MA levels.

工作已完成

执行时间16 小时
客户反馈
The developer is super ok in every way!
员工反馈
Excellent customer, thanks!!!!!

指定


Hello dear developers!

 

MT4     EA

 

I want you to help me create a trading robot. I already had an unpleasant experience with a developer who said he would do it for me but didn't know how to do it. Thus he blocked some money from me.

Now I want to see who knows how to program such a robot. For this reason, I will initially present only a fragment of this robot. Whoever knows how to correctly program this fragment, we will continue to collaborate and make the complete robot.

I want to work together for more trading robots. Of course I will add more money for this.

At the moment, I am strictly interested in this robot fragment, and not other general details from other robots. I want to see clearly, who knows how to program and we will continue to collaborate.

 

 

The robot uses a moving average MA (with adjustable period 1...500) and two adjustable levels (1...1000 points), of which one is above the MA, and one is below the MA. The levels are adjusted separately. On Levels completed with "0" or nothing - no transactions are made (they are inactive)!

Example: we assume MA100, with Levels we assume L1 = +200 points, L -1 = -300 points.

L1 = Level above MA.

L-1 = Level below MA.

MA uses: "Shift = 0", "Method = Simple" and "Apply to = Close".

 

 

The robot makes Buy transactions when the price goes up from the bottom and reaches a Level. The robot makes Sell transactions when the price drops from top to bottom and reaches a Level. These conditions are valid in all cases (even if the price is below MA or above MA).

When I say that the price is going up or down, I am referring to the previous candle.

    On a Level, inside a candle, a single transaction will be made (Buy or Sell). Buy transactions and Sell transactions can be made on the same Level, but on different candles.

No transactions are made if the price reaches the MA.

The robot uses for all transactions on all Levels: a single lot (adjustable 0.01...10), a single TP (adjustable 1...1000 points) and a single SL (adjustable 1...1000 points). For "adjustable", I considered the minimum range but it can be a larger range or infinity!

 

 

In order to make transactions, the following two conditions must be met cumulatively:

 

1. Make transactions only if: any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) closed candles, do not reach the Level on which the transaction follows (IMG 1). More precisely:

 

For Buy: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the tip of the candles is below the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

For Sell: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the base of the candles is above the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

 

2. If the price reaches the SL (loss) for Buy, no Buy transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

If the price reaches the SL (loss) for Sell, no Sell transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

 

 

 

 

 

 


附加的文件:

PNG
IMG_Sum.png
17.7 Kb

反馈

1
开发者 1
等级
(34)
项目
42
33%
仲裁
5
0% / 20%
逾期
8
19%
工作中
2
开发者 2
等级
(230)
项目
406
33%
仲裁
52
37% / 40%
逾期
147
36%
已载入
3
开发者 3
等级
(8)
项目
12
8%
仲裁
1
0% / 100%
逾期
0
空闲
4
开发者 4
等级
(138)
项目
193
21%
仲裁
12
58% / 25%
逾期
1
1%
繁忙
5
开发者 5
等级
(119)
项目
152
43%
仲裁
20
55% / 20%
逾期
7
5%
工作中
6
开发者 6
等级
(2393)
项目
3004
65%
仲裁
76
47% / 14%
逾期
340
11%
工作中
7
开发者 7
等级
(558)
项目
925
48%
仲裁
301
59% / 25%
逾期
123
13%
已载入
8
开发者 8
等级
(41)
项目
87
13%
仲裁
30
30% / 47%
逾期
35
40%
已载入
9
开发者 9
等级
(542)
项目
1321
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
10
开发者 10
等级
(53)
项目
158
68%
仲裁
4
100% / 0%
逾期
1
1%
空闲
11
开发者 11
等级
(236)
项目
440
26%
仲裁
123
21% / 56%
逾期
96
22%
已载入
相似订单
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
Hello! I need to make the indicator for Forex Tester 5. The platform supports indicators/strategies/scripts which are written in .dll format and can be created in Delphi or C++ programming languages. Are you interested in the task? In the attached files the Task is explained, and in the file in Excel you can see the formulas and data. The task is to make an indicator for Forex Tester 5. If you want to fulfil the
There is an indicator on tradingview under the name of "Rob Booker - ADX Breakout". I need to convert it to an mql4 expert advisor. Plus adding regular standard settings of EA as tp,sl,lots,etc
THE DEVELOPER MUST NOT HAVE ANY PENDING JOBS TIME IS OF THE ESSENCE I ALREADY HAVE SORUCE CODE, ADD ENTRIES AND CONDITIONS TO CODE I NEED THIS DONE BY TODAY OR TOMORROW MORNING THE LATEST The MT5 EA will work simultaneously on multi pairs the broker has to offer. The opening procedure will begin as follows: In this example I will use a BUY order. The same for SELL order. When the EA is dragged/ double clicked/ added
Hi I bought FXSSI.com tools ( sentiment indicator) including the following indicator: FXSSI.Ratio.ex4 (.mq4 versions are not provided) Now I am trying to export the indicators' output values in an EA in order to generate trading signals and to backtest strategies based on various combinations of some of these indicators but I can't make it work. I use iCustom() but it always returns either: > 2147483647 if
EA (mq4 file) needs customization: 1. Add 2 params and their functionality. 2. Fix Global Variables (GV) so EA will NEVER miss a trade for any reason. Should not take more than an hour to complete the job
When placing trades through the MT4 platform, it is not possible to get detailed trade analytics within MT4. The platform only provides a basic list of trades taken and the PnL. It does not even allow basic charting and trade analytics which makes it very difficult to figure out which trades are working, which ones are not, and why. For this reason, I am planning to develop a web app that will get trade-related data
I need someone who would use four moving averages on the mt4 and mt5 platform to create a trading robot The first moving average period would be 10, method is simple, applied to close, The second one is period 30,method is exponential, applied to close, the third one is period 50, method is simple , applied to close. The fourth one is period 200, method is simple and applied to close The 200 has to cross the rest of
I want to create dashboard Indicator to show data of “Moving Average” and “Break Out Structure” for all time frames My indicator must show data of “Moving Average” and “Break Out Structure” for all time frame For MA, show green you can Inspire and use its original script from this indicator hen MA 10 is above MA200, otherwise show red For the Breakout Of structure, show green for Bullish structure and red for bearish
If you could develop it to open trades within 1 second immediately a signal comes. Positions should be opened instantly. I would be privileged to work with you. Developer must have developed a ln expert like this before

项目信息

预算
50+ USD
VAT (19%): 9.5 USD
总计: 59.5 USD
开发人员
45 USD
截止日期
 5 天