Repetitive trading advisor

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 6 minuti
Feedback del dipendente
Excellent customer and good job!!! Thanks!!!
Feedback del cliente
Very good and timely work, developer keeps promises, understands issues rapidly and resolves as per his promise. Serious recommend!

Specifiche

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

 

Con risposta

1
Sviluppatore 1
Valutazioni
(180)
Progetti
301
30%
Arbitraggio
54
24% / 56%
In ritardo
98
33%
Gratuito
2
Sviluppatore 2
Valutazioni
(133)
Progetti
185
30%
Arbitraggio
77
9% / 73%
In ritardo
77
42%
Gratuito
3
Sviluppatore 3
Valutazioni
(40)
Progetti
58
22%
Arbitraggio
10
10% / 70%
In ritardo
13
22%
Gratuito
4
Sviluppatore 4
Valutazioni
(2428)
Progetti
3057
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
5
Sviluppatore 5
Valutazioni
(26)
Progetti
45
29%
Arbitraggio
2
0% / 50%
In ritardo
21
47%
Gratuito
6
Sviluppatore 6
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
Gratuito
7
Sviluppatore 7
Valutazioni
(8)
Progetti
9
0%
Arbitraggio
6
0% / 100%
In ritardo
4
44%
Gratuito
8
Sviluppatore 8
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details

Informazioni sul progetto

Budget
10 - 100 USD
IVA (19%): 1.9 - 19 USD
Totale: 11.9 - 119 USD
Per lo sviluppatore
9 - 90 USD
Scadenze
a 5 giorno(i)