Repetitive trading advisor

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 6 dakika
Geliştirici tarafından geri bildirim
Excellent customer and good job!!! Thanks!!!
Müşteri tarafından geri bildirim
Very good and timely work, developer keeps promises, understands issues rapidly and resolves as per his promise. Serious recommend!

İş Gereklilikleri

Dear developer/freelancer

I require a expert adviser for metatrader 4 built with the following features:

  • It should issue orders at a interval of time set by the user (me). So it could be every minute (60 seconds), or every 5 minutes (300 seconds) or every hour(3600 seconds), and so on, the time between trades should be a variable set by the me when I'm opening the adviser. This is the most important part of it, instead of having a set of indicators triggering the trade it would be only time that will trigger it. one user defined field here: time to order


  • it will also include a pip count to decide whether it is a sell or a buy order. So for very time period it will count the difference between the starting position and the actual price, if the price is lower it will issue a sell order if the price is higher it will issue a buy order. So i guess the simplest way would be to calculate the price difference between t0 and t1 and compare it to 0, if greater than 0 the order will be a buy, if less than 0 the order will be a sell. To write out any errors made by the BID/ASK differences the EA should use the mean price between the two when comparing. 


  • every order issued will have a stop loss,a take profit and a quantity input which should also be set by the user. 3 user defined fields here: stop loss, take profit, quantity


  • a on/off feature that will allow me to run other trades and not be influenced by this EA


  • a liquidity stop, it should not trade more than a percent or a sum of the total available liquidity. one user defined field here: limit amount


  •  a profitability test, at a different interval of time than the one for ordering it will check every opened position and if any position shows a profit greater or equal to a set value it should close the trade. so another 2 user defined fields here: one for when to check (user defined field: time to check) and another for which trade to close (user defined field: earning)

  • will remember last user input for all user defined fields for the future


So to recap:

Opening the EA, it will ask for the user inputs, the 7 user defined fields:

time to order: (in seconds)

quantity: (in number of contracts, it should be able to accommodate decimals like 0.1 or 0.01 )

stop loss: (in number of pips under or over trade price)

take profit: (in number of pips under or over trade price)

time to check: (in seconds)

limit amount: (percentage or amount, it is up to you)

earning: (in P/L amount) 

short Running description of EA: 

  1. user  introduces inputs (the 7 fields above)
  2. after all the inputs are accepted it will memorize the price at the moment of starting the EA (price 1 at t0) 
  3. start counting seconds for both fields (time to order and time to check) with a separate counter for each
  4. when counter 1 reaches the value of variable "time to order" it will memorize the price at that moment (price 2 at t1) and reset counter1 to 0 , and start counting again
  5. it will check for available liquidity, it will compare account liquidity value vs "limit amount" input.
  6. if no liquidity price 1 is updated with the value of price 2, for next time counter 1 reaches "time to order value"
  7. If there is liquidity::
    1. it will calculate the difference between price 2 and price 1
    2. it will compare the result with 0 
    3. depending on the result it will issue a sell or buy order at market value with the quantity, stop loss and take profit imputed by the user
    4. price 1 will be updated with the value of price 2 for next check
  8. when counter 2 reaches "time to check" variable, it will run the profitability check and reset to 0
  9. each trade's P/L is checked vs "earning" amount, if greater than earning, trade will close, if not trade will continue

 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(180)
Projeler
301
30%
Arabuluculuk
54
24% / 56%
Süresi dolmuş
98
33%
Serbest
2
Geliştirici 2
Derecelendirme
(133)
Projeler
185
30%
Arabuluculuk
77
9% / 73%
Süresi dolmuş
77
42%
Serbest
3
Geliştirici 3
Derecelendirme
(40)
Projeler
58
22%
Arabuluculuk
10
10% / 70%
Süresi dolmuş
13
22%
Serbest
4
Geliştirici 4
Derecelendirme
(2421)
Projeler
3041
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(26)
Projeler
45
29%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
21
47%
Serbest
6
Geliştirici 6
Derecelendirme
(264)
Projeler
538
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(8)
Projeler
9
0%
Arabuluculuk
6
0% / 100%
Süresi dolmuş
4
44%
Serbest
8
Geliştirici 8
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of

Proje bilgisi

Bütçe
10 - 100 USD
KDV (19%): 1.9 - 19 USD
Toplam: 11.9 - 119 USD
Geliştirici için
9 - 90 USD
Son teslim tarihi
to 5 gün