NEED A CHANGE TO AN EXISTING EA - ONLY EXPERIENCED DEVELOPERS WITH A GOOD COMMAND OF ENGLISH SHOULD APPLY

MQL4 Experten

Auftrag beendet

Ausführungszeit 6 Tage
Bewertung des Kunden
Very impressed by Carlos's work. He's quick, efficient, good communicator and I look forward to working with him again on other projects.
Bewertung des Entwicklers
Great customer who keeps the market rolling

Spezifikation

I have an existing MQL4 EA that I need to enhance.  The original EA was coded by a very good developer who is no longer available.   

I need someone who will be able to understand the way the existing version works.   I have provided the following below:

  1. The original EA specification used by the developer to develop version 1.0 of the EA
  2. The developers description of the solution he coded for me
  3. The changes I need 

I will supply the code to the original EA once I choose the developer to do the job.   If you are good I will use you regularly to code other EAs for me

I need someone who is experienced, has a good command of the English Language who can review and understand this information I provide make the changes I need.

To be honest the original developer did most of the hard work so this will be a pretty straightforward job for an experienced MQL4  developer who knows a little bit about trading.

Please do not apply unless you have a significant amount of experience and a good command of the English language.   I have already wasted my time on a developer who said he was up to the job but delivered a hot mess of an EA to test.   

So further information is as follows:

1. The original EA specification used by the developer to develop version 1.0 of the EA

EA summed up in a few words.  I want an EA to accumulate positions in the direction I specify

 

So for example I want the EA to accumulate SELL positions on the US500 market at a gap of 10 points. 

 

So the EA activates and immediately opens a SELL position @4476 the market moves against me to 4486 and it opens another sell position, the market continues to move against me to 4496 and it opens another sell position 

 

Then my luck changes and it starts to sell off so the 3 SELL positions remain open and eventually hit profit, it will open the next SELL position at 4466 (10 points from the first trade) then continues to move in my favour opens the next one at 4456 - then changes direction again, maintains all existing trades and doesn’t open a new sell trade until it reaches 4506 (10 points from 4496).

 

So taking the example above the trade structure would look like this:



EA SETTINGS

Magic Number

ORDER SETTINGS

Lots

Risk % of Equity (0=Fixed Lots

TRADES MANAGEMENT

  1. ACCUMULATION STRATEGY:  Sell or Buy
  2. MINIMUM GAP BETWEEN TRADES: X
  3. LOCK IN PROFIT % OF SUM OF ALL TRADES OPEN BY THIS EA: X% (IF 0 THIS FUNCTION IS DISABLED) - COULD DO WITH YOUR ADVICE WHETHER THIS IS THE BEST WAY TO LOOK IN PROFIT OR IF YOU THINK ANOTHER WAY IS BETTER ????
  4. MAXIMUM NUMBER OF SIMULTANEOUS OPEN TRADES ALLOWED: X (IF 0 THIS FUNCTION IS DISABLED)

SETTINGS TO BE ADDED TO COMMENTS 

G - GAP between trades

LI - Lock in % of Profits

MST- Maximum Simultaneous trades 

 

SETTINGS TO BE ADDED TO SCREEN INFORMATION

  G - GAP between trades

LI - Lock in % of Profits

MST- Maximum Simultaneous trades 

All time Profit & Loss

Day Profit & Loss

2. The developers description of the solution he coded for me


 

A couple of pointers to make things clear.

 

You'll see some visual aids on screen.

The colored lines mark median entry levels for each side. Calculation is made so that commission and swap are factored in, so it works even if you'll hold positions overnight, too, because those will get updated based on data that comes from the server (current prices and costs), not only the entry prices.

From the reference levels the trailing will eventually kick in to lock in profit once the price goes beyond them. The colored dots show you how far that trigger point is from the median entry price.

It's configured so that the trigger is 2/3 of the gap, whatever you'll be setting that to. The reason is that if the price goes beyond the first order placed, before placing a 2nd one, it should secure the one behind first. If that ratio would be bigger (more than the gap), you may end up with more positions stacked one on top of the others in the direction of a monster move, without having them secured, only to have them implode equally sudden.

The averaging magic happens on price retrace.

On bottom left you see how you stand at every moment. You get info about how many orders are active, on which direction, how heavy you're on every side and what the combined positions are worth on every tick.

You may choose from more than two (as specified) scenarios. You may trade one side only, both sides or neither of them. That may come in handy in the event you want to NOT enter any more trades on a particular direction and wait for them to close. Parameters may be changed on the fly. Default is "None", so make sure you change that while testing, otherwise you won't get any trades. It's not such a big head-scratcher, but you never know...

 

Other than that, everything else is pretty much self explanatory.

Let me know how it goes.

 

3. The changes I need 






Please let me know if you have any questions.


Thanks,

Mark











Bewerbungen

1
Entwickler 1
Bewertung
(219)
Projekte
370
42%
Schlichtung
145
17% / 41%
Frist nicht eingehalten
124
34%
Frei
2
Entwickler 2
Bewertung
(57)
Projekte
72
22%
Schlichtung
13
46% / 15%
Frist nicht eingehalten
5
7%
Frei
3
Entwickler 3
Bewertung
(15)
Projekte
19
42%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
3
16%
Frei
Ähnliche Aufträge
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
This is ready made grid ea Bug- This ea has some bug like - a>if mt4 restart ea trade random without any logic. B>if i add 300 pips grid ,some time ea take next trade at 400 distance pips Feature 2. Add supply and demnad + 200 ma entry logic (supply demad indicator are add to attach) 3.Add two separet engine en1 -- en2. But engine have same grid logic but separate parameter and magic number bot have anti-grid
Due to developers not responding I try again. Im going to automate my strategy which is a breakout strategy but with some extra confirmations and rules, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote, and only after reading the document attached. thanks ahead
Programmer needed to make my HFT bot more suitable for live trading. After testing and proven, if up to expectation, full funds will be received. Genuine offer but if this is successful further discussions can take place. DM me first so we can discuss further
An Expert Advisor based on Martingale's strategy is needed. Based on a tendency indicator, open a position, and if it hits the stop loss, open another position in the same or opposite direction (The EA should have the option to select this preference) with the lot size two times the previous lot. Also, the EA should have a risk management option to set the maximum drawdown limit to stop opening more orders. The EA
Hidden SL & TP 1. Design a simple interface on chart. Order No | Pair | Lot | TP | SL 5110022 | EURUSD | 1.0 | +20 | -30 2. EA will scan All existing orders and new orders and put to Chart Interface. 3. User is able to select which order on interface and put a custom TP and SL number. Eg: TP +20 | SL -30. And prices will calculate accordingly. 4. TP & SL is hidden on the MT4. 5. When the Order is closed, it will auto
Instrument I will trade: DAX Chart: 9 ranges (on Quantower) with 18 ranges (on multichart) Indicators: VWAP, Stocatic slow set (5/3/3) ,a 20-period exponential moving average, a 30-period exponential moving average N.B. “Momentum” indicator to be constructed only for convenience: When the 20 average is above the 30 it draws a single green 25 period average, while when the 20 average is below
I have a documented strategy that i will like to turn into an expert advisor, without excluding any features in it, this is to be develop for mt4 and mt5, i will thrill to receive bidding from and also assurance if you can do it Thanks
ICT, SMC, PAMETNI NOVAC KONCEPTI, PAMETNI NOVAC, koncept pametnog novca, podrška i otpor, analiza trenda, radnja cijena, tržišna struktura, blokovi naloga, BOS/CHoCH, blokovi razbijača , pomak momentuma, zona ponude i potražnje/blokovi naloga , jaka neravnoteža, HH/LL/HL/LH, jaz fer vrijednosti, FVG, Zone premije i popusta , Fibonacci retracement, OTE, Likvidnost na strani kupnje, Likvidnost na strani prodaje
I already have my indicator working flawlessly on MQL4 but I will love to extend it's functionalities by adapting into an expert advisor. If you think you can do this, kindly inbox to better discussion

Projektdetails

Budget
50 - 60 USD
Für die Entwickler
45 - 54 USD
Ausführungsfristen
bis 5 Tag(e)