ADJUSTMENT TO AN EXISTING EA TO CONSOLIDATE BIDS AND SET SL BASED ON POSITION BETWEEN HIGHEST AND LOWEST OUTSTANDING BID

MQL5 Experten

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Entwicklers
Awesome customer, glad to work for him again
Bewertung des Kunden
Great and hardworking Programmer. Always ready to satisfy client at all times and always patient. Nice working with him.

Spezifikation

Hello,

I have an existing robot that takes trades towards market direction using some parameters to show gaps between direction, expected direction, lot sizes when market goes according to direction, and if market goes against direction.

However the robot doesn’t consider all trades and takes each trade individually to consider the TP and SL of each position.

As a result, I want an adjustment in which the EA will consider all the BUY bids together and all the SELL bids together in such a way that every time a SELL bid is in profit, eg when prices goes downwards, and prices wants to revert upwards, the robot will identify the first bid of the SELL direction and also the LAST bid of the SELL direction and then use it to speculate the SL position. This will mean that once the SL position is met, it will close all the SELL Bids available at the time and by this time the market would have started moving UPWARDS to activate BUY bids. This will also happen to the BUY bids if Prices are about to change direction downwards as it will calculate the Highest BUY and Lowest BUY and use it to calculate the SL for outstanding bids at the time.

As you can see from the first 3 pictures, the individual Take Profit and Stop Loss are working for each bid. But I want it to consider the whole bids at each movement of same direction.

The fourth picture of CHFJPY shows the RED lines as SELL and BLUE as BUY bids. You can notie the BLUE lines above and the SELL lines below, apart from the TP and SL lines. So basically what it meant was that the BUY bids at the top activated and are now in Losses, but with the adjustment REQUIRED, the BUY bids would have been closed and now would remain only NEW SELL BIDS. Also the lower SELL bids would have been closed earlier when price was going Higher and activating Buy bids.

Same thing with GBPJPY, the market moved from a LOW trend and now going HIGHER, so all SELL bids below the current price of 158.459 should have been closed using the Highest and Lowest outstanding SELL to identify the SL position, while ALL the BUY bids at the top of current price should have been closed earlier as well when market was reverting downwards and should only have the BUY bids from current price downwards as outstanding currently.

Same condition with EURAUD as well as the new trend is falling downwards, so all the BUY bids at the Top should have been closed together and only SELL Bids up to the current price of 1.49944 should have been outstanding, while all SELL bids below the current price should have been closed previously.

I will provide the source document for the EA to the selected programmer and please only those immediately available and serious should apply as I plan to get this done quickly and if successful, the person may be helping to create the MT4 Version of the same robot as a new Project.

Thanks

 



Bewerbungen

1
Entwickler 1
Bewertung
(9)
Projekte
8
0%
Schlichtung
9
0% / 67%
Frist nicht eingehalten
3
38%
Frei
2
Entwickler 2
Bewertung
(73)
Projekte
72
46%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
1
1%
Arbeitet
Ähnliche Aufträge
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, 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. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a

Projektdetails

Budget
30+ USD
MwSt (23%): 6.9 USD
Insgesamt: 36.9 USD
Für die Entwickler
27 USD
Ausführungsfristen
bis 5 Tag(e)