I need an EA that identify the last two swing high and swing low candles and then place an order with TP/SL

MQL5 Experten Forex

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Kunden
I was his first customer as he had no reviews, but I chose him because he was great at communication. He did not disappoint me at all, the final work was even better than expected. Thank you so much!
Bewertung des Entwicklers
Excellent Customer. Very detailed Requirement specifications, communicative and understanding. Would not hesitate to work with again in the future. Thank you.

Spezifikation

Here's the strategy for the EA:

  1. Identify and plot the last TWO swing high and swing low each.
  2. Place a BUY order when priced reached the line of any of the two swing high
  3. Place a SELL order when priced reached the line of any of the two swing low
  4. When a new swing high or swing low is detected, the last one will be deleted and ignored in the future. Only last two swing high/swing low should be seen over the last X candles (editable in inputs).
  5. Set a TP and SL for all orders, but the SL will be trailing.

Note: I was planning to do this start as a Buy stop/Sell stop order, but I'd rather keep my pending orders hidden and not shown in public. So, no pending orders.

Required inputs:

---Risk---

  • Compounding: True or False. If True, the lot size will depend on account balance and risk percentage. Default is True.
  • Risk Percentage: If Compounding is True, the SL will determine how much lot size will be placed. (Minimum 0.01 Lot size regardless of how small the balance is). If I have $1000, and I risk 10% in this input settings. My SL hit should loss $100. Default is 2%
  • Lot Size (Fixed): If Compounding is False, the lot size of the order will be at this fixed value. Default is 0.1 Lots
  • Take Profit: TP of orders in PIPS. Default is 10 Pips
  • Stop Loss: SL of orders in PIPS. Default is 1.5 Pips

---Breakeven & Trail---

  • Trail Pips: Triggers SL Trail every time price has travelled every X pips. Default is 2.5 Pips.
  • Trail SL: This is the new SL every time price has travelled the "TRAIL PIPS". For example, the input here is 1.5 Pips. Will move SL to 1.5 Pips behind the current price every time the price has travelled 2.5 Pips (TRAIL PIPS). The only condition here is that this should only trigger if the Unrealized P/L is already positive or already at breakeven. Default value is 1.5 Pips
  • Breakeven Pips: Moves SL to breakeven when price has moved above certain Pips. Default is 2.5 Pips

---Candles---

  • Time Frame: Default H1
  • Last Candles: Look up to how many past candles. Default is 15 candles.
  • Candles to Right: After plotting a swing high/swing low. This can only valid within X candles. After X candles, the EA will not do a buy/sell order at this price. Default is 15 candles.
  • Number of Swings: By default, this is 2. Meaning, only the latest last two swing high or swing low can trigger a buy/sell order.


Plotting of Swing High/Swing Low Strategy:

Reference indicator: https://www.tradingview(DOT)com/v/RQnLfaNE/ --- Replace the DOT with .

This is one best example I could find. The most important part in this EA is how accurate, efficient, and good it can plot high/lows. If you have any method or suggestions that can make things better, please do tell us. Price is negotiable, as long as we get the best one.


Bewerbungen

1
Entwickler 1
Bewertung
(215)
Projekte
348
16%
Schlichtung
22
41% / 32%
Frist nicht eingehalten
18
5%
Überlastet
2
Entwickler 2
Bewertung
(19)
Projekte
33
55%
Schlichtung
5
80% / 20%
Frist nicht eingehalten
3
9%
Frei
3
Entwickler 3
Bewertung
(23)
Projekte
45
20%
Schlichtung
24
29% / 46%
Frist nicht eingehalten
12
27%
Frei
4
Entwickler 4
Bewertung
(19)
Projekte
23
48%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
2
9%
Arbeitet
5
Entwickler 5
Bewertung
(10)
Projekte
17
24%
Schlichtung
3
67% / 33%
Frist nicht eingehalten
2
12%
Frei
6
Entwickler 6
Bewertung
(72)
Projekte
80
10%
Schlichtung
36
8% / 53%
Frist nicht eingehalten
6
8%
Arbeitet
Ähnliche Aufträge
I want a bot that take trade from any arrow indicator with buffer value. Pls the bot even have 5 indicator filter to filter trade independent of the time frame of the bot
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
my request is to convert a trading view indicator to mt4. I have a supertrend indicator for trading view or pine script. and all I want is to convert it for to mt4 or mql4
I have more detailed audio/ video attached Close All and restart = tru ___________________________________________ RULES EA MQL5 EA requirements below. MQ5 source code The EA must work in strategy tester with out any errors. The EA must be efficient, must execute trades quickly and not slow down if placed on many charts. require MQ5 source code when code is completed

Projektdetails

Budget
50 - 100 USD
Für die Entwickler
45 - 90 USD