Flow trader

MQL4 Experts

Job finished

Execution time 8 days

Specification

I need an Ea with given inputs below. Please quote me then I will open a job.

Inputs:

Lot size                 : .10

Entry distance   : 20

Take profit          : 50

Total orders        :40

Stop loss              : 100

Dual Trading       : True/False

Magic No             :1234

Equity Stop         :1000

Slippage               :20

I need an EA as we apply it starts trading with entry distance pips (input) from current price.

If market moves up it starts selling but it gradually increase entry like 1,2,3,4,5,6 and so on up to 40 orders. And if market moves down same way EA keeps buying gradually increasing Entry.

It will put take profit as average price of all active orders+tp pips. And it will check the TP and entry distance at each tic.

If market moves UP then it will start selling but when Market will start coming back to down side it will start buying as (last sell-entry gap). But first entry should be always entry gap/2.

Suppose when we apply market current price is 1.5200 and entry distance is 30 then. Market moves up.

Current price = 1.5200

1 sell = 1.5215

2 sell = 1.5245

3 sell = 1.5275

4 sell = 1.5305

Now market comes back to downside. It will start buying this way

Last active sell/buy entry = 1.5305

1 buy = 1.5290

2 buy = 1.5260

3 buy = 1.5230

In this way if after 1.5230 market starts moving up then it will not start selling again from 1.5245.

Because there can be only 1 scenario max. (Buy sequence and a Sell sequence).

In given scenario when both sequence are active and after last buy of 1.5230 market start moving up then next sell will be 1.5335 according to sell sequence because EA cannot create a third sequence.

Now when market will meet take profit of any one sequence (sell / buy) this sequence all entries will be close because of same TP same time EA will check that current price is how many pips away from the last entry of opposite sequence.

Suppose if it is 80 pips away from last entry of sell sequence then it will again take accumulative entry of 3 entries: entry gap (15+30+30=75) because market is 80 pips away from last active sell  so as TP of a buy sequence will meet same time EA takes buy side entry again but accumulative ( .10+.20+.30= .60) at current price where TP for a buy sequence met.

Furthermore, if market keeps on moving downside and goes 105 pips away from opposite entry then it EA will keep continue buy sequence by buying forth entry = .40 and if market moves down 30 pips more it will buy .50 and so on gradually.

But TP will be always average price of active orders+ TP(input).

In case both sequence TP comes closer to each other then when last tp will meet and there will be no active order EA will reset from the price of Last TP.

Dual Trading: if dual trading is true then it will trade same as i explain above but if its false then it will trade only one way.

like if mkt moves up it will start selling and when it comes downit will not buy it will wait for tp to meet before buying. when TP will meet then it will reset and start buying if market goes more down. but same time only 1 side entries will be active either buy or sell.

i hope i made it clear. 

 

 

 

Responded

1
Developer 1
Rating
(490)
Projects
1016
58%
Arbitration
29
28% / 24%
Overdue
132
13%
Free
2
Developer 2
Rating
(258)
Projects
395
28%
Arbitration
69
19% / 49%
Overdue
120
30%
Free
3
Developer 3
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
4
Developer 4
Rating
(52)
Projects
133
44%
Arbitration
14
50% / 29%
Overdue
55
41%
Free
5
Developer 5
Rating
(2)
Projects
2
100%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(878)
Projects
1391
67%
Arbitration
117
32% / 42%
Overdue
215
15%
Working
7
Developer 7
Rating
(62)
Projects
140
46%
Arbitration
19
42% / 16%
Overdue
32
23%
Free
8
Developer 8
Rating
(225)
Projects
284
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
9
Developer 9
Rating
(1)
Projects
4
25%
Arbitration
1
0% / 100%
Overdue
1
25%
Free
10
Developer 10
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
11
Developer 11
Rating
(272)
Projects
394
63%
Arbitration
70
53% / 26%
Overdue
198
50%
Free
Similar orders
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
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Project information

Budget
40 - 100 USD
For the developer
36 - 90 USD
Deadline
from 2 to 3 day(s)