Repetitive trading advisor

MQL4 Experten

Auftrag beendet

Ausführungszeit 6 Minuten
Bewertung des Entwicklers
Excellent customer and good job!!! Thanks!!!
Bewertung des Kunden
Very good and timely work, developer keeps promises, understands issues rapidly and resolves as per his promise. Serious recommend!

Spezifikation

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

 

Bewerbungen

1
Entwickler 1
Bewertung
(180)
Projekte
301
30%
Schlichtung
54
24% / 56%
Frist nicht eingehalten
98
33%
Frei
2
Entwickler 2
Bewertung
(133)
Projekte
185
30%
Schlichtung
77
9% / 73%
Frist nicht eingehalten
77
42%
Frei
3
Entwickler 3
Bewertung
(40)
Projekte
58
22%
Schlichtung
10
10% / 70%
Frist nicht eingehalten
13
22%
Frei
4
Entwickler 4
Bewertung
(2410)
Projekte
3027
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Frei
5
Entwickler 5
Bewertung
(26)
Projekte
45
29%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
21
47%
Frei
6
Entwickler 6
Bewertung
(263)
Projekte
537
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
42%
Frei
7
Entwickler 7
Bewertung
(8)
Projekte
9
0%
Schlichtung
6
0% / 100%
Frist nicht eingehalten
4
44%
Frei
8
Entwickler 8
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
I want a skillful and experience deverloper to apply for this job. The strategy for the EA is Two Exponential Moving Average CROSSOVER strategy. The EA should work on any Timeframe. I want the EA to trade the direction of the CROSSOVER, the EA should open a BUY or SELL trades automatic when the Two Exponential Moving Average crossover. *(10EMA) ABOVE (23EMA) = BUY Trades *(10EMA) BELOW (23EMA) = SELL Trades BUY
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well
Hello I need create simple trend first candle session EA. Ea wait for first M5/M15/M30/H1 (all possible timeframes to choose) candle at asian, european and NYC session and open buy/sell stop order above (in long situation) or below (in short situation) x points from highest/lowest point of the first candle. + trailing stop loss stop loss take profit breakeven magic key
Hello Guys ! Looking for a developer to create a EA for my Buy and Sell No repaint indicator. I only have the EX4 indicator file and I want the EA to take trades according to the Buy and sells signals generated by the Indicator. Here are some inputs I want for the EA: - Trailing stop - TP and SL ( in pips ) - Entries, TP and SL ( based on opposite signals arrow ) - Daily target ( in Dollars $ or % ) - Trading hours -
I need a robot that copies the orders sent in the telegram group to MT4 or MT5 so that I can configure the parameters. I would like it to have functions so I can enter and exit negotiations according to my configuration parameters
i need to delegate this job. XAUUSD H4 MT4 i have an ea with source code with smc, fvg, orderblocks and fibonacci, i need to fix somethings and add some features for live markets, any new ideas are accepted, i need also a 4 years backtest report (of metatrader 4). if you have good price and feedbacks and you want work for me also for new jobs apply for this job it's not urgent i need only a good price

Projektdetails

Budget
10 - 100 USD
MwSt (19%): 1.9 - 19 USD
Insgesamt: 11.9 - 119 USD
Für die Entwickler
9 - 90 USD
Ausführungsfristen
bis 5 Tag(e)