Create MT5 EA clear instructions. // multiple options. if you can not do it please send message with part you dont know or do not respond. THANK YOU. appreciate everyone who answer...

MQL5 エキスパート

仕事が完了した

実行時間27 日
開発者からのフィードバック
Thanks very much... nice customer...
依頼者からのフィードバック
Thank you Very good developer. Make it to perfection. Will recomend for sure :)

指定

Dear all coders  thank you for your time to read this requirements specification...  please let me know realistic time - date, and money. I sent simmilar requirements, 4 month ago but till this daz it is not complete... so please save zour and mz time.  if there is some part you can not made, sent message... maybe it is part I can make by maself.  Thank you again.

1.) file .mq5

2.) Multicurrency input -  must be able to choose from:    current symbol || specified symbol /*text fields in input  where can write: EURUSD; AUDUSD; ..  or EURUSD+; AUDUSD+; or EURUSDecn; AUDUSDecn;  GOLD; XAUUSD; USDBTCn ... */

 /* all these - option1  || option2 -choices made by enum*/

3.) TimeFrame input (choose TF) for ATR or stdev  for  SL and TP /*eg:  if I have open EA on M30 and want SL TP calculations based on ATR H1 */

4.) Must be able to choose the number of trades in one direction from 1 to 3 

5.) Must be able to set SL TP from 3 options :  1. Pips || 2.  ATR * multiplicator /*e.g. 1.3*/  || 3. stdev bb * multiplicator /*e.g. 2.8*/     /* different multiplicator for TP and different for SL */

6.)  TS must be able to choose from: 1. Pips || 2. ATR*multiplic || 3.Stdev*multiplic || 4.  MA based TS || 5. fractals based + xy pips 

Trailing stop 1 start     /*pips*/
trailing step 1          /*pips*/ 
Trailing stop 2 start     /*pips*/
trailing step 2          /*pips*/ 
Trailing stop 3 start     /*pips*/
trailing step 3          /*pips*/ 

TS for scale out trades should be defined here (  pips/points  ||  MA based TS )
/*if MA based: MA choosable from 
TS_MA1_period
TS_MA1_Metod
TS_MA1_shift*/

TS must be able to choose from:  1.  on every tick || 2. on open new bar

7.) if because of risk lot calculate < 0.01 Lots print error message 
 If lot is set by me or by risk to 0.01 lot open only 1 position 

If there will be situation like this:  based on risk should open 0,03lot and wanted 2 positions open 1st one bigger like here 
1=0,02
2=0.01

8.) volume should be: 1. fixed lot size || 2. risk % of balance

if volume based by risk % 
set risk %  for open trade  eg 1%
and also set total risk % for eg 5% so EA will not allow open new trades, if there are 5 other trades already open. 

etc fixed lot size : 0.5 lot
total max lot open trades :  2.5  lot so EA will not allow open new trades

9.) Open trades on tick data (if you add options || on new bar is up to you, but not necessary)
 
10.) Should also have a function to choose trading days. and trading hours /* according to weeks days:  Mo Tu We Th Fr and from 00:00 to 23:59 */

12.) News filter choose from 1. Off || 2. All News || 3. Orange && Red News || 4. Red News

13.) There be Spread filter  
Spread should not be more than x.y * TP  /*eg:  0.3*TP*/

14.) bool scale_out: true or false; /* if true means:  if 1.tp is hit, then allow next trade*/
int scaleout_trades:   2; //open 1 or 2 trades for scaleout
/*scale out is possible if 1.tp is hit, then allow next  1 or 2 trades*/
int  scale_out_open_trades  1 to 2

double  risk_for_scale_out_trades:   0,5; /* it is multiplicator that calculate risk based on main first trade( for example if we choose 2,5 lot trade  scale out will have 0,5 * 2,5 lot.

 SL TP and TS for scale out will be calculate same like for main.but has additional multiplicator 
double  SL_TP_for_scale_out_trades: 1.0*/

15.) how many trades based on rule for scale out is possible 
int scale_out_max_trades  10;

16.) use only one indicator :

this indicator have 2 buffers 
one for buy  second for sell 
when 0 buffer is equal to 1 then buy 

when 1 buffer is equal to 1 then sell

this must be made like this 

bool EntryBuy(...) {
0 buffer is equal to 1 then return true; else return false
}


If Entrybuy  {code to open buy trade}


17.) To input section 

bool print_messages  true;

Print errors
Close position 1 why , close position 2 why...
Ts2 start,  etc

18.) for close position should be in input option to turn it on and off 
bool close_when_oposit_signal   true;
bool close orders at the specific time    /*eg  22:00
bool close orders at the end of the week true;
bool close orders at signal from indicator true; 
/*
bool ExitBuy(...) {
icutom indicator name  1 buffer is equal to 1 then return true; else return false
}
*/
(here e.g. use madc cross zero in oposite direction)

19.) Base Comment to code  in english,



Thank you and have a great day


応答済み

1
開発者 1
評価
(4)
プロジェクト
5
20%
仲裁
0
期限切れ
0
2
開発者 2
評価
(219)
プロジェクト
405
60%
仲裁
13
38% / 23%
期限切れ
160
40%
3
開発者 3
評価
(74)
プロジェクト
121
43%
仲裁
12
33% / 50%
期限切れ
17
14%
4
開発者 4
評価
(189)
プロジェクト
232
56%
仲裁
12
17% / 50%
期限切れ
43
19%
5
開発者 5
評価
(344)
プロジェクト
363
71%
仲裁
4
100% / 0%
期限切れ
0
取り込み中
6
開発者 6
評価
(58)
プロジェクト
76
33%
仲裁
9
78% / 11%
期限切れ
7
9%
7
開発者 7
評価
(196)
プロジェクト
318
35%
仲裁
64
13% / 56%
期限切れ
82
26%
仕事中
8
開発者 8
評価
(259)
プロジェクト
420
38%
仲裁
86
44% / 19%
期限切れ
70
17%
多忙
9
開発者 9
評価
(42)
プロジェクト
88
14%
仲裁
30
30% / 57%
期限切れ
36
41%
仕事中
類似した注文
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size
Build this Expert Advisor (EA) 1. Risk Management Risk per Trade : The EA will calculate the lot size based on the risk percentage (1-2% of the account balance). This will be a customizable input. Stop Loss & Trailing Stop : The EA will place a stop loss at a defined level (based on strategy parameters like ATR, recent support/resistance, etc.) and will implement a trailing stop to lock in profits as the trade moves
Modify MT4 EA 30+ USD
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish, I need to place a max order, a filter for operating hours, and add a counter order to the grid, that is, when opening the final order "N" of the grid
Hello good Day, I would like to make a modification to an mql4 robot that I have and I am sure that by doing a couple of additional things it would be perfect. looking for someone to help me with it, and make sure you understand Spanish because the Mql4 is in Spanish
I am looking for someone who can implement the attached strategy into an EA. This can be an existing one or a completely new one. The strategy is described in the attachment. If there are any questions, please let me know
Need to amend the following Composite Index indicator ) Double divergence scanner MT5) to ONLY produce an Alert when it follows a Awesome Oscillator (AO) zero line cross. If the AO cross is down the Composite Index (CI) Alert should only occur on Bearish Divergence signals If the AO cross is up the CI Alert should only occur on Bullish Divergence signals Need all timeframes as per existing CI Indicator. When the
Hello there, i need an expert forex developer who is well versed with GALLIEO FX. I purchased a trading bot from this company and due to some reasons I haven't been able to test and run the program properly so I need an expert who can help me to fine tune the bot for me so that bot can provide excellent results. Thank You

プロジェクト情報

予算
100+ USD
VAT(付加価値税) (20%): 20 USD
合計: 120 USD
開発者用
90 USD
締め切り
最高 10 日