Wobble Technique and zone recovery expert

MQL5 Experts

Spécifications

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.


Commandes similaires
Hi There, my name is Jordan and I’m based in Australia. I’m looking to get an EA developed through freelance work and I’ve outlined some rough details of the intended EA, which is a similar concept to an existing EA by Andrii Hurin called “Time Range Sweep EA”. There are quite a lot of similarities to the reference EA and these include: · Trade on any market and instrument or on several pairs at the same time
Hello, Looking to create an arbitrage EA for MT5. The EA will run on two local MT5 instances (ex. 2 different accounts) and keep track of a certain pair price every 10 seconds. The EA will send data from instance #1 to instance #2 and vice versa. The EA will execute trades on the two accounts if a set of conditions are met. Apply if you have the experience and knowledge
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators. Posted earlier
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Good day i will need a developer to create an EA for me using existing trading view indicator .The EA will open after the indicator has given signal and will close if altenate signal comes.The trading view indicator will be shared and improvement is welcome
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I

Informations sur le projet

Budget
30 - 60 USD
TVA (24%): 7.2 - 14.4 USD
Total: 37.2 - 74.4 USD
Pour le développeur
27 - 54 USD
Délais
à 10 jour(s)