Crate ea on pending order mt4 and mt5 both platforms

MQL5 专家 设计

工作已完成

执行时间11 天
客户反馈
NICE DEVELOPER WORK AGAIN WITH YOU
员工反馈
Good customer and nice. More jobs to do

指定

Dear coder 

Creating an expert advisor (EA) in the MetaTrader 4 & 5 (MT4/ MT5) platform involves several steps, including defining input parameters, writing the logic for trading operations, and handling order management. Let's break down each point with a full explanation:

1. **Input Parameters:**
   - **Lot Type (LotType):** This parameter allows the user to choose between a fixed lot size or an automatic lot size. If set to "fix," the EA will use a fixed lot size specified by the user. If set to "auto," the EA will calculate the lot size based on the user's equity and the specified lot amount.
   - **Lot Amount (LotAmount):** This parameter specifies the amount per lot for automatic lot sizing. For example, if the user sets it to 100$, the EA will calculate the lot size based on the equity and this amount. If the equity is 300$, the EA will open a 0.03 lot size.
   - **Lot (Lot):** This parameter defines the fixed lot size to be used if Lot Type is set to "fix."
   - **Order Gap (OrderGap):** This parameter determines the distance in pips from the current market price at which the EA will place buy stop and sell stop orders.
   - **Take Profit (TP):** The take profit level in pips.
   - **Stop Loss (SL):** The stop loss level in pips. If set to 0, it means no stop loss will be used.
   - **Trailing Stop Loss (TSL):** This parameter activates or deactivates the trailing stop loss feature. A value of 1 enables the trailing stop loss, while 0 disables it.
   - **EA Name (EAName):** The name of the expert advisor. This name will be displayed in the comment section of trading history and the terminal.

2. **Logic for Trading Operations:**
   - The EA will run continuously and execute its logic on each tick received from the market.
   - It will calculate the lot size based on the input parameters and the user's equity, considering whether the lot type is fixed or automatic.
   - Buy stop and sell stop orders will be placed at a specified distance from the current market price (Order Gap).
   - Take profit and stop loss levels will be set according to the input parameters.
   - If the trailing stop loss feature is enabled, the EA will adjust the stop loss level dynamically as the trade moves in the desired direction.

3. **Order Management:**
   - The EA will manage pending orders by canceling existing ones before placing new ones.
   - It will monitor the status of trades, adjusting stop loss and take profit levels as necessary.
   - The EA will handle error conditions gracefully, providing feedback in the terminal if any issues occur during order placement or modification.

4. **User Interaction:**
   - Users can interact with the EA by setting input parameters according to their trading preferences.
   - The EA name parameter allows users to identify the EA in the trading history and terminal comments.

By implementing these features, the expert advisor will provide users with a flexible and automated trading solution, capable of managing pending orders effectively based on the specified input parameters.




with date and acount locking  


反馈

1
开发者 1
等级
(18)
项目
24
42%
仲裁
0
逾期
0
工作中
2
开发者 2
等级
(24)
项目
31
16%
仲裁
7
29% / 43%
逾期
4
13%
工作中
3
开发者 3
等级
(1)
项目
3
33%
仲裁
1
0% / 100%
逾期
2
67%
空闲
4
开发者 4
等级
(12)
项目
16
44%
仲裁
1
100% / 0%
逾期
0
空闲
5
开发者 5
等级
(11)
项目
12
50%
仲裁
0
逾期
1
8%
空闲
6
开发者 6
等级
项目
1
0%
仲裁
0
逾期
0
工作中
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
Hi, I need to automate the supertrend indicator on ctrader with partial tp and sl. I already have a sort of script (without tp and sl) but when I go to compile it gives me an error. would you be able to make it work by adding the partial tp and sl
I need help for my auto trading with Futures using ThinkorSwim platform. I have a thinkscript I use to Buy and Sell futures. Currently I use these scripts and display on the chart (vertical line). Once I see the vertical line on the chart, I do the Buy/Sell. I want to automate this in TOS
3 main issues and features: + The platform uses candlestick data from Oanda Exchange + Features drawing lines and Fibo Retracement + There is a list to manage objects drawn on candlestick charts (Can be divided into groups and has the feature of hiding objects)
I would like to find someone who has already created a trading robot before. Im also looking for someone who can creat a bot that goes with time and structure
"I am looking to automate my Delta Divergence trading strategy for NinjaTrader 8. The strategy is thoroughly detailed in the accompanying script, and I need it to be implemented effectively in the platform."
Market entries are only performed between the hours of 8pm est to 10pm est At 8pm the very immediate high and low on the 15 min time frame is marked out Price has to break either the high or low before a trade is considered Selling Execution: After crossing the high on the 1 min time frame I’m looking for there to be a market structure shift with displacement (volume) to show price wants to go in the selling

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 5 天