Moving Average robot MT4

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 13 gün

İş Gereklilikleri

Hi,

I need a robot that will work for MT4 with a few simple steps using the Moving Average.

I need the following settings:

  1. Choose the type of Moving Average and the period time.
  2. Choose the type of MA: exponential, simple etc.
  3. Choose if it is applied to close candle, starting candle etc. for opening a position.
  4. Open position Buy and Sell trades, Only buy trades, Only Sell trades.
  5. Lots I want to open or the risk I want to open. (If I put the risk on 0% it works with the lots I typed in, if I put for example 1% in works with the equity/balance).
  6. TP/SL/trailing stops.
  7. If the balance using the risk % is not enough it opens the position with the minimum lot available (I need the choice that will be set on true or false - true: open the position anyway, false: if balance is not enogh to open a postion it won't open anything).
  8. Timeframes on where I want to operate so it can work on a single chart with multiple timeframes
  9. general server Open trade time and close trade time (for example my broker let operate from 5mins later that the market open and let finish 5mins before the market close). So I need a space to complie from when and to when make the robot works.

The EA works is pretty simple:

  1. Buy position: price is under the moving average. If candle cross the MA and close the candle over the MA it opens the position BUY. It close the position when it will close a position under the moving average and open the opposite position SELL
  2. Sell position: price is over the moving average. If candle cross the MA and close the candle under the MA it opens the position SELL. It close the position when it will close a position open the moving average  and open the opposite position BUY

I'm attaching a photo to let you understand better. when it close a position it opens a new one in the opposite way.

Please apply explaing your timing to develop, previous works done and explai how you will proceed ith the work.

Looking forward to hearing from you soon.


Thanks


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(302)
Projeler
383
20%
Arabuluculuk
43
60% / 23%
Süresi dolmuş
45
12%
Yüklendi
2
Geliştirici 2
Derecelendirme
(61)
Projeler
186
73%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
3
Geliştirici 3
Derecelendirme
(343)
Projeler
466
52%
Arabuluculuk
22
50% / 27%
Süresi dolmuş
5
1%
Yüklendi
4
Geliştirici 4
Derecelendirme
(401)
Projeler
705
49%
Arabuluculuk
57
16% / 49%
Süresi dolmuş
129
18%
Serbest
5
Geliştirici 5
Derecelendirme
Projeler
2
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(12)
Projeler
25
24%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
2
8%
Serbest
7
Geliştirici 7
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
8
Geliştirici 8
Derecelendirme
(34)
Projeler
60
23%
Arabuluculuk
11
73% / 9%
Süresi dolmuş
3
5%
Serbest
9
Geliştirici 9
Derecelendirme
(121)
Projeler
159
49%
Arabuluculuk
15
53% / 27%
Süresi dolmuş
4
3%
Serbest
10
Geliştirici 10
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
47
7%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(63)
Projeler
84
26%
Arabuluculuk
23
22% / 48%
Süresi dolmuş
23
27%
Serbest
12
Geliştirici 12
Derecelendirme
(38)
Projeler
40
25%
Arabuluculuk
23
13% / 70%
Süresi dolmuş
8
20%
Yüklendi
13
Geliştirici 13
Derecelendirme
(339)
Projeler
809
73%
Arabuluculuk
30
33% / 37%
Süresi dolmuş
194
24%
Serbest
Benzer siparişler
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
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
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
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
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
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i

Proje bilgisi

Bütçe
30 - 40 USD
KDV (22%): 6.6 - 8.8 USD
Toplam: 36.6 - 48.8 USD
Geliştirici için
27 - 36 USD
Son teslim tarihi
to 2 gün