CREATE MT4. required: Inputs/Functions: Grid, Basket Profit, Cost averaging (adding lots), Basket profit reduction, moving average grid filter.

MQL4 指标 专家

工作已完成

执行时间4 天
客户反馈
I think this was programmer's 1st MQL job. It was nice she can do MT5 and 4. Also used team view to help problems. A little misunderstanding at 1st but. I ended up very happy Will recommend for job

指定

This is the EA’s working functions of a long example including all inputs true. Long scenario: start 1st order with 0.01 lot and Basket Take Profit $4   The KD indicator Prints long signal, 1st order opens 0.01 lot. Then Market goes against our position and then past the Grid pips input minimum distance. The MA filter triggered our 2nd order long. The basket take profit has been reduced by $1 because of the basket profit Reduction started at order #2. Another $2 deducted because the Basket STEP reduction also started at order#2. Basket take profit is now $1 The cost Averaging input has added 0.02 lots because it also starts at order#2. Price comes back and closes all orders in basket for $3.

Requests:

-Show visual horizontal line with  current take profit of open trades, similar to the indicator provided (average_price_v_3_0.mq4) . User to be able dynamically adjust take profit/loss bye moving with left click hold down and move with mouse.

 

-Info Panel (on Right side of chart) Info on Current Draw Down Globally and info of individual Draw Down for each opened pair. Info of Highest Draw down of entire History. Info of current Profit/loss of day,week,month,year, and All time history on account profit/loss.

 

-Variables/inputs available for all Indicators

-Copy of MQL4 file

 

-Limited support after job completed


Details of EA Job Inputs/parameters/functions:

Knoxville Divergence (KD) indicator/ true/false= this is where user selects if user wants Knoxville divergence On or Off. Explanation: the KD indicator uses RSI O/B or O/S along with Momentum divergence on selected time frame. When both these conditions at levels/inputs selected then a signal and order (long, short) is executed.

Time frame/ user can select Knoxville Indicator can work on a specific Time frame even though user’s current open chart is different time frame. So, user can select any time frame for viewing chart but KD indicator is only to produce signal on time frame chosen in the inputs tab

Parameters/inputs for KD indicator/ RSI periods Over bought and over sold, momentum period, candles back.

Trade settings/parameters:

Stop Loss/ user inputs in pips

Basket Take Profit/ user selects in currency ($) or by pips.

Grid Pips/ true/false: user inputs distance in pips between orders

Total Open trades/use 0 for false/=this how many opened trades allowed per currency pair

Spread filter/ user inputs in pips

Slippage/ user inputs in pips

Magic Number/ user inputs in pips

Manual trade ticket/ use 0 for false/= user can enter additional trades manually after EA has already opened orders. User can also attach EA to a trade already opened manually when EA was not attached. All functions of EA should work.

Show info panel/ true/false


Money Management inputs/parameters

Lot size/ 0.01= this is first trade size default. User can select what lot size.

Use Lot increase/true/false= when equity/balance step achieved lot will increase

Balance step/use 0 for false $1000= when equity growth adds $1000 to the account

Equity Stop/use 0 for false = this is if/when equity reaches the chosen % of account capitol to stop adding orders. No more orders to be opened.


Cost Averaging or (adding lots) inputs/parameters and Explanation of Cost averaging/ add lots: When / if trade goes against 1st order user can add lots to additional orders if selected. For example: If User wants to add 0.01 lots and add it starting at open Order #2. This will help bring the average price closer to take profit for better chance of closing all opened orders in an basket if market comes back. So, if 1st order is opened 0.01 lot and we wanted to add 0.01 lots, then 2nd order opens 0.02 lots, if 3rd order opens it is now 0.03lots, 4th order opens 0.04 lots etc...

Another example: User wants to start adding 0.02 lot at open order #3. If 1st order is opened 0.01 lot, and then 2nd order opens 0.01 lot, then a 3rd order opens 0.03 lot, 4th opened order 0.05 lot etc...

Cost averaging or adding lots Inputs/ parameters

Use Additional Lots MM/true/false= this is for adding lot to opened orders

Add lots every Order/use 0 for false= this is for if user wants to add lots every order or every second order, etc... User would use 1 numeral for every order, 2 for every 2nd, 3 every 3rd 4 for every 4th order etc...

Start Adding Lots from Order/use 0 for false= this is where user can select at what opened order to start adding the lots.

Increase Lot By/use 0 for false = This is where user selects how many lots to add on opened positions for the inputs: (Add lots every Order, start adding lots from +and Input Add lots every Order).


Basket profit Reduction in currency ($) or pips: inputs/parameters and explanation: User can decrease Basket Profit when more then 1 order is opened. Long scenario in currency amount: User selects to decrease Basket take profit of $1 on every order opened starting from the 2nd opened order. To start we will use Basket Profit of $4. So, when 2nd order opens Basket profit is now $3, A 3rd order opens, Basket profit now $2. A 4th order opens Basket Profit Now $1. 5th order opens Basket profit now $0.6th order opens Basket profit now $-1.  

Basket profit STEP Reduction in currency ($) or pips explanation: User can increase reduction at a faster rate. Math is same as Basket profit reduction but, we will do so by multiplying. Always start multiplying by 1 at first deployment. For example: If user selects Step reduction of multiply of 1 starting at opened order #2 and multiply by 1 (1x1=1) so we subtract $1 from Basket profit. If a 3rd order opens (1x2=2) so we subtract $2 from basket profit. If a 4th order opens (1x3=3) so we subtract $3 from basket profit. The basket

Some math examples using STEP multiply (1) 1x1=1, 1x2=2, 1x3=3, 1x4=4,1x5=5,1x6=6.

Some math examples using STEP multiply (2) 2x1=2, 2x2=4, 2x3=6, 2x4=8, 2x5=10, 2x6=12

Moving average (MA) filter inputs/parameters and Explanation: This is a filter for the grid input. Long scenario: So, if MA filter is on, when/if 2nd trade has met the required grid distance, price must be below Grid and 2nd order not to open until price has moved above moving average, then bar close, and then price pulls back down to touch back to moving average then 2nd order can open. Grid distance must be maintained by the grid input setting Vice Versa for short. See picture below

MA filter LOng scenerio

MA Time Frame/ user selects time frame of moving average to trigger positions

MA Period/ period of bars counted

MA Method/ user selects: simple, exponential, smoothed, linear


反馈

1
开发者 1
等级
(90)
项目
118
17%
仲裁
44
23% / 39%
逾期
20
17%
空闲
2
开发者 2
等级
(84)
项目
149
31%
仲裁
32
34% / 41%
逾期
43
29%
空闲
3
开发者 3
等级
(408)
项目
512
38%
仲裁
83
37% / 33%
逾期
13
3%
已载入
4
开发者 4
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
5
开发者 5
等级
(71)
项目
254
53%
仲裁
16
50% / 38%
逾期
83
33%
空闲
相似订单
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Thanks in advance."
I need someone who can code a new EA from scratch and also know how to integrate AI into the EA and use AI and market sentiments along with news to then open positions. I have the description of the job ready. Need someone serious, with experience and who will help optimize the current strategy with their expertise. Thanks
I’m looking for an experienced MQL5 developer to create a custom Break of Structure (BoS) Indicator for MetaTrader 5. This indicator should automatically detect and mark key market structure breakpoints in real-time, offering traders clear visual signals when the market experiences a structural shift. The indicator should include the following features: Automatic detection of Break of Structure (BoS) and Change of
I need someone who can make an expert advisor for me using the high and low of certain sessions or time frames. All orders should be market orders It's based on high and lows (LONGS) When a session low is created I wait until the 14 ema crosses above the 20 ema for comfirmation of going long, and I enter when price touches on the 14 ema. My SL automatically is placed on the session low. (SHORTS) When a session high
Pls I need help I don’t have much but pls accept my little payment for the work thanks 🙏 mt5 file Once it opens buy and move positively to buy let it use auto trailing to follow the trend that’s if I choose to use trailing option and before the trailing starts it must reach the actual profit target example if I set profit target to 500 then once profit is at 500 let trailing immediately protect it and any 1 pip
I need a tested and profitable EA. I don’t want backtested EA but real live tested. At least, 5~10 % per month. Name your price!!! I also have a backtested EA that can’t make profit at the end of the month
Hello my developer colleagues, am also a developer like you but i just hear about this mql site and i will like to sell, develop and build bots for buyer. But i don't know how to become a seller here please i need help in helping me to create a seller account on mql and i will be very glad if you can help me out and i will appreciate you
Preciso de um EA que abra ordens a mercado a partir de um indicador, Ele precisa obter take e stop loss fixos, spread máximo, horários de início e final das operações, meta e stop diário, martingale, painel e a função no script para que eu possa ceder o EA apartir do id do mt4 de terceiros
Hello Investors, I'm selling a profitable and stable expert advisor trading on the Gold (XAUUSD) pair using a cutting-edge scalping strategy. The EA is able to generate a stable monthly income without using martingale strategy, and with an optional cut loss in place. Particularly the average monthly gain can go from 2-3% (at a relatively low risk, with an historical max DD of 6%) to 20-30% (with an aggressive style

项目信息

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