Open Order Base on Trigger Buy/Sell with Multiple Close Order Type

MQL4 Experts

Job finished

Execution time 4 days

Specification

Hi,


I need and EA for this project. Will Explain in details..

-----------------------------------------------------------------------------------------------------
First, the EA should be able to run on multiple charts at one time
Second, the EA should support all kind of broker prefix
EA works on individual PAIRs. Meaning, if it execute on EURUSD and AUDUSD, The closing rules hit on EURUSD order, it will only be on EURUSD order. AUDUSD order won't be affected.
-----------------------------------------------------------------------------------------------------
The EA will trigger base on 2 method. Once trigger it will open Orders or Pending Limit Orders
Close Order i will explain below
-----------------------------------------------------------------------------------------------------

INPUTS
-----------------------------------------------------------------------------------------------------
EA METHOD - Open Order / Rules
-----------------------------------------------------------------------------------------------------
STOCHASTIC SETTINGS
-----------------------------------------------------------------------------------------------------
OPEN ORDER CHOICE

1ST CHOICE OPEN ORDER
Total No. of PENDING LIMIT ORDERS
LOT SIZE - 0.01
GAP
LOT STYLE - REMAIN SAME SIZE/ INCREASE BY 0.01 / INCREASE BY x2
-----------------------------------------------------------------------------------------------------
2ND CHOICE OPEN ORDER
LOT SIZE - 0.01
LOT STYLE - REMAIN SAME SIZE/ INCREASE BY 0.01 / INCREASE BY x2
ZIGZAG SETTINGS
ZigZag ZONE DISTANCE
NO. OF ZONE
ZigZag NO. OF PENDING LIMIT ORDERS IN ONE ZONE
ZigZag MINIMUM GAP BETWEEN 1 PENDING
 LIMIT ORDERS TO ANOTHER

-----------------------------------------------------------------------------------------------------
3RD CHOICE OPEN ORDER
LOT SIZE - 0.01
LOT STYLE - REMAIN SAME SIZE/ INCREASE BY 0.01 / INCREASE BY x2
NO. OF ZONE
NO. OF ORDERS IN ONE ZONE
DISTANCE BETWEEN ONE ZONE
MINIMUM GAP BETWEEN 1 PENDING
 LIMIT ORDERS TO ANOTHER

-----------------------------------------------------------------------------------------------------
CLOSE ORDER TYPE

1ST CLOSE ORDER TYPE
1ST CHOICE OPEN ORDER TYPE
CLOSE ORDER AT PROFIT or LOSS AMOUNT
CLOSE ORDER AT CHART PRICE
CLOSE AT NO. OF PENDING
  LIMIT ORDERS

2ND CLOSE ORDER TYPE
2ND CHOICE OPEN ORDER TYPE
CLOSE ORDER AT PROFIT or LOSS AMOUNT
CLOSE ORDER AT CHART PRICE
CLOSE AT WHICH ZONE

3RD CLOSE ORDER TYPE
3RD CHOICE OPEN ORDER TYPE
CLOSE ORDER AT PROFIT or LOSS AMOUNT
CLOSE ORDER AT CHART PRICE
CLOSE AT WHICH ZONE

4TH CLOSE ORDER TYPE
MANUAL CLOSE

CHOICE (TAKE PROFIT 1 / TAKE PROFIT 2)
-----------------------------------------------------------------------------------------------------
ALERT
Handphone Notification
Sound Notification
Popup Notification
Email Notification

-----------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------

OPEN ORDERS

The EA will Open Orders base on 2 things. I will be able to chose the prefered Method

1) The EA will Open Pending  LIMIT Orders when it detects an Open Orders
Meaning, i will manually Open Orders, the EA will open pending  LIMIT orders. If i Open Buy Order, EA will open multiple BUY LIMIT Orders


2) The EA will Open Orders with Pending  LIMIT Orders when TIMEFRAME M15 STOCHASTIC is at OS and TIMEFRAME M1 STOCHASTIC is at OS (BUY)
    The EA will Open Orders with Pending LIMIT Orders when TIMEFRAME M15 STOCHASTIC is at OB and TIMEFRAME M1 STOCHASTIC is at OB (Sell)


-----------------------------------------------------------------------------------------------------

LOT STYLE

1st Choice
ex. Open Order 0.01 Subsequent pending LIMIT order will be 0.02 followed by 0.03 followed by 0.04 and so on


2nd Choice
ex. Open Order 0.01 Subsequent pending LIMIT order will be 0.02 followed by 0.04 followed by 0.08 and so on


3rd Choise
ex. Open Order 0.01 Subsequent pending LIMIT order will be 0.01 followed by 0.01 followed by 0.01 and so on


If Open Order Type Manually
If i Open Manually Order with Lot size 0.01, EA will open PENDING LIMIT ORDER Base on the selected Style

-----------------------------------------------------------------------------------------------------

HOW THE ORDERS ARE OPEN

1st Choice
Using GAP between One Order to Another. Example if i set 10pips Gap
BUY OPEN ORDER at Price 1.42876, Buy Limit Order will be at 1.42866 followed by 1.42856 followed by 1.42846 and so on

2nd Choice
Using ZigZag.Example of Buy Order


So from this picture using ZigZag, Example i have a buy order, the one i place horizontal line is where the pending LIMIT orders will be place

1) On Each Zone, i can set how many pending LIMIT order to be Place and the gap between one pending order to another
2) Total No. Of Pending LIMIT Orders will follow What i place on Total No. Of Pending LIMIT Orders
3) No. OF ZONE i WANT
4) from One Zone to Another Zone Should have a minimal Gap which i can set.
From this chart can see that Zone with price 1.15251 and the one exactly above it is very close. If i set the minimum zone gap at 50pips, if this 2 zone is less then 50pip, only one ZONE will be place pending LIMIT order


3rd Choice
Multiple pending LIMIT Orders With Gap followed by a distance and multiple pending LIMIT orders



Example Above.
1) I can set the no of orders in one zone
2) i can set the distance between one zone to another (example in this picture one zone to another is 50pips)
3) i can set how many zone i want
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
WAYS OF CLOSING ORDERS

1ST CLOSE ORDER TYPE
FOR CHOICE 1 OF OPEN ORDER TYPE
1) Close all orders at ######## (could be profit or Loss amount) and or
2) Can Close Order When Hit Chart Price ###### and or
3) When Price Hit The # of pending LIMIT Order, Take Profit Price will be at the Highest Price (BUY) 
OR
4) I just close one order and EA will auto close all Order


2ND CLOSE ORDER TYPE
FOR CHOICE 2 OF OPEN ORDER TYPE
1) Close all orders at ######## (could be profit or Loss amount) and or
2) Can Close Order When Hit Chart Price ###### and or
3) When Price Hit ZONE 2 or 3 or 4 which i set, Take Profit Price will be at the Highest Price (BUY) 
OR
4) I just close one order and EA will auto close all Order

3RD CLOSE ORDER TYPE
FOR CHOICE 3 OF OPEN ORDER TYPE
1) Close all orders at ######## (could be profit or Loss amount)  and or
2) Can Close Order When Hit Chart Price ###### and or
3) When Price Hit ZONE 2 or 3 or 4 which i set, Take Profit Price will be at the Highest Price (BUY)
OR
4) I just close one order and EA will auto close all Order

4TH CLOSE ORDER TYPE
1) I just close one order and EA will auto close all Order


EXPLANATION ON HOW THE ABOVE RULES APPLY

There will be 2 CHOICE on HOW THE RULES Goes

1st Choice (If i Chose 1, 2 and 3 or just 1 and 2 or 2 and 3) (TAKE PROFIT 1)
If the No. 3 is triggered, it will follow the TP of No. 3
ex. If no. 3 is triggered, the take profit will be at the Highest Price (BUY)
or
If before reaching No. 3, close order will happen for which ever happen first  No. 1 or no. 2
ex. Before reaching no. 3 and the profit has gone at XXX amount, it will close order
ex. Before reaching no. 3 and the profit has gone to price XXX before reaching XXX amount, it will close order

For Use of no. 1 and 2 together, Close order will happen when either one reach first


2nd Choice(If i chose 1, 2 and 3 or just 1 and 2 or 2 and 3) (TAKE PROFIT 2)
No matter if no. 3 is triggered or not, close order will happen for which ever happen first no. 1 or no. 2 or no. 3
ex. Before reaching no. 3 and the profit has gone at XXX amount, it will close order
ex. Before reaching no. 3 and the profit has gone to price XXX before reaching XXX amount, it will close order
ex. No. 3 is triggered and the profit has gone at XXX amount before reaching the Highest Price (BUY) or  price XXX, it will close order
ex. No. 3 is triggered and the profit has gone to price XXX before reaching XXX amount or before reaching the Highest Price (BUY) , it will close order

For Use of no. 1 and 2 together, Close order will happen when either one reach first

4TH CLOSE ORDER TYPE
I will MANUALLY close one Order and the EA will automatically close the rest of the order
Not Necessary the OPEN ORDER / PENDING LIMIT ORDER are open by EA for this to work. 

-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------

ALERT


Handphone Notification
Sound Notification
Popup Notification
Email Notification


1) Alert when 1st Order Was Open ONLY (PAIR NAME, "1ST ORDER OPEN")
2) Alert for (OPEN ORDER CHOICE 2 and 3) Zone 2 , Zone 3 And Subsequent Zone (PAIR NAME, "ZONE 1 TRIGGERED")
3) Alert when the Take Profit have been change (REFER TO 1st Choice (If i Chose 1, 2 and 3 or just 1 and 2 or 2 and 3) (TAKE PROFIT 1)) (PAIR NAME, "TAKE PROFIT HAVE BEEN CHANGE TO the Highest Price (BUY))
4) Alert when Close Order (PAIR NAME, CLOSE ORDER AT  price XXX or  XXX amount or the Highest Price (BUY))
5) Alert when **1st Choice Open Order Type** Pending Limit Order no. XXX pips triggered (PAIR NAME, LIMIT ORDER No. XXXX at PRICE XXXX)

EA should be able to work on any type of Prefix Broker

Responded

1
Developer 1
Rating
(584)
Projects
916
46%
Arbitration
31
39% / 29%
Overdue
93
10%
Free
2
Developer 2
Rating
(5)
Projects
4
25%
Arbitration
2
0% / 50%
Overdue
1
25%
Working
3
Developer 3
Rating
(94)
Projects
148
59%
Arbitration
16
38% / 13%
Overdue
25
17%
Free
4
Developer 4
Rating
(196)
Projects
318
35%
Arbitration
64
13% / 56%
Overdue
82
26%
Free
5
Developer 5
Rating
(17)
Projects
24
33%
Arbitration
5
20% / 40%
Overdue
8
33%
Free
Similar orders
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well
Hello I need create simple trend first candle session EA. Ea wait for first M5/M15/M30/H1 (all possible timeframes to choose) candle at asian, european and NYC session and open buy/sell stop order above (in long situation) or below (in short situation) x points from highest/lowest point of the first candle. + trailing stop loss stop loss take profit breakeven magic key

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
from 1 to 5 day(s)