I need an Expert Advisor

MQL4 エキスパート

仕事が完了した

実行時間12 時間
依頼者からのフィードバック
Very patient and helpful. He ranks top 5% of programmers I have worked with.I will not hesitate in giving him future jobs

指定

I need an EA that open a first trade at market and simultaneously opens a pending order in the opposite direction at a distance to the open trade.  This is how the EA will operate:

Trade will be managed in cycles in which there will be levels. A level is a trade and a cycle contains one or more levels. The first trade is level 1, second trade is Level2, etc

First trade:

Only the first trade needs any logic.  Subsequent trades in a cycle depend on the point of first trade.

I use an oscillator to determine the first Buy/Sell.  When the oscillator signals Buy, the first Buy trade will be fired in the cycle, thereafter, the oscillator is not used in the decision for the other trades in the cycle.

How to enter a trade

Buy:

1st Buy at market with TP = 30 pips and SL = 60 pips and simultaneously

Pending Sell (Sell Stop) 30 pips below market price TP = 30 and SL = 60 pips.

Scenario 1:  If the first trade hits Take profit, that is the end of that cycle.  The EA must wait for another trading opportunity.

Scenario 2: If the first trade  moves down by 30 pips it will obviously hit the pending sell order.  It means at this stage we will have a buy and a sell open.  At that stage, a pending Buy Stop must be open 30 pips above current price with TP = 30 and SL = 60.  If price moves down by 30 pips, the following things will happen

First trade will hit stop loss @ 60 pips

Second trade will hit take profit @ 30 pips

The Pending Buy Stop will not get filled and must be deleted

Scenario 3: In this scenario we have the first trade Buy, Second trade Sell and price has moved again to fill another Buy.  It means we will have 2 buy open and one sell.  At this point, a Pending Sell Stop must be opened 30 pips away from the most current order opened.

Scenario 4, etc:  This cycle of opening a trade and simultaneously placing a pending order in the opposite direction must continue until all open orders have closed.  At that stage, the cycle has bee completed and no pending order must exist for that currency pair anymore.

 Correct working of this EA must ensure that once a trade in a cycle has hit Take profit, no other order (pending or open) must still be in existence.  This is because the SL for Buy is the TP for Sell and vice versa. The EA must delete all open order for a pair once this is achieved.

In summary

If Level1 is a buy, then level2 must be a Sell then level 3 is a Buy and Level4 is a Sell, and so on

When the first entry is fired, level2 will be a pending order. 

When Level 2 gets filled Level3 is pending

When Level 3 gets filled Level4 is pending

When Level4 gets filled Level5 is pending, etc

Lot size increment

Let the first lot size be a user input.  It should increase using the following factor, x1 represents the first trade.

X1, x3,x6,x12,x24,x48,etc.  Apart from the second trade which is 3 multiples of the one preceding it, the other trades will be double the one before it.  By coding, this should increment to infinity

Entry prices

Apart from the first entry which is determined with Trix, subsequent prices must follow a pattern well defined like this:

Level 1, Level3,Level5, Level7, Level9,(every other level) must be the same prices both for entry, Take Profit and Stop Loss. Same also for Levels 2,4,6,8,etc.

Other Issues to take into consideration

Once a take profit is hit, pending order for that currency must be deleted.

A new cycle starts once a cycle closes in profit.  Any other pending order for that pair at that time must be deleted. 

応答済み

1
開発者 1
評価
(182)
プロジェクト
342
42%
仲裁
118
12% / 73%
期限切れ
104
30%
2
開発者 2
評価
(41)
プロジェクト
160
45%
仲裁
16
13% / 50%
期限切れ
48
30%
3
開発者 3
評価
(339)
プロジェクト
809
73%
仲裁
30
33% / 37%
期限切れ
194
24%
4
開発者 4
評価
(1235)
プロジェクト
2820
80%
仲裁
156
22% / 43%
期限切れ
488
17%
5
開発者 5
評価
(9)
プロジェクト
20
70%
仲裁
1
0% / 100%
期限切れ
9
45%
6
開発者 6
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
7
開発者 7
評価
(272)
プロジェクト
394
63%
仲裁
70
53% / 26%
期限切れ
198
50%
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
9
開発者 9
評価
(3)
プロジェクト
6
17%
仲裁
1
100% / 0%
期限切れ
0
10
開発者 10
評価
(49)
プロジェクト
134
27%
仲裁
62
13% / 53%
期限切れ
58
43%
11
開発者 11
評価
(20)
プロジェクト
46
54%
仲裁
3
67% / 0%
期限切れ
14
30%
12
開発者 12
評価
(4)
プロジェクト
7
43%
仲裁
5
0% / 60%
期限切れ
3
43%
13
開発者 13
評価
(54)
プロジェクト
164
43%
仲裁
43
47% / 16%
期限切れ
58
35%
類似した注文
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

プロジェクト情報

予算
50 - 100 USD
開発者用
45 - 90 USD
締め切り
最低 3 最高 7 日