Wobble Technique and zone recovery expert

MQL5 Experts

Specification

strategy 1 (Wobble Technique)
works with time frame, opens new trade any time a new candle appears

inputs 
X2 = minimum distance before the next trade open (example 20 pips)
X1 = pick position of the trades (example buy or sell) if the first trade is buy then all trades from X5 to X19 are buy,
if first trade is sell then all trades from X5 to X19 are sell.
X77 = take profit in currency, if all the open trades together makes profit (example 50 €) then close all trades. if X77 triggers then start again from X5.
X3 = take profit in lot, if all the open trades together makes profit (example 30 lot) then close all trades. if X3 triggers then start again from X5.
X4 = stop loss in currency, if all the open trades together makes profit (example -100 €) then close all trades.
X5 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position.
X6 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X7 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X8 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X9 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X10 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X11 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X12 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X13 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X14 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X15 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X16 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X17 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X18 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.
X19 = open trade with lot (example 0.01 lot) if X1 is buy then open buy position if X1 is sell then open sell position and if the distance from the last trade is more than X2.

strategy 2 (zone recovery)
now read the price live and open trades at specifically price (don't wait candles to close)

X20 = open trade ORDER (example 0.04 lot) if X1 is buy then open sell order if X1 is sell then open buy order, the trade order must be X21 from X19.
X21 = (example 100 pips).
X22 = open trade ORDER if the trade from X20 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X20.
X23 = open trade ORDER if the trade from X22 order opens (example 0.04 lot) if x22 is buy then open sell order if X22 is sell then open buy order. the trade order must be X21 from X22.
X24 = open trade ORDER if the trade from X23 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X23.
X25 = open trade ORDER if the trade from X24 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X24.
X26 = open trade ORDER if the trade from X25 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X25.
X27 = open trade ORDER if the trade from X26 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X26.
X28 = open trade ORDER if the trade from X27 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X27.
X29 = open trade ORDER if the trade from X28 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X28.
X30 = open trade ORDER if the trade from X29 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X29.
X31 = open trade ORDER if the trade from X30 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X30.
X32 = open trade ORDER if the trade from X31 order opens (example 0.04 lot) if x20 is buy then open sell order if X20 is sell then open buy order. the trade order must be X21 from X31.


at strategy 2 if i dont give any inputs at X25-X32 the program keep running regular.

I think i didn't make any logical mistake. For further clarifications feel free to bother me.


Similar orders
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of

Project information

Budget
30 - 60 USD
VAT (24%): 7.2 - 14.4 USD
Total: 37.2 - 74.4 USD
For the developer
27 - 54 USD
Deadline
to 10 day(s)