Parameters in EA

MQL4 전문가

작업 종료됨

실행 시간 2 일
고객의 피드백
He is the best programmer I have ever met, fast, experienced and always takes all doubts, I RECOMMEND.
피고용인의 피드백
A pleasure doing business with, receptive and easygoing. Highly recommended. A++

명시

Hello, I have EA, and I would like to put some parameters (which can be modified in the external configuration).

(1) Opposite Trades = false; If the robot receives negative orders, you can reverse purchase to sell or vice versa, for example, Opposite Trades = true, the robot where he executed buy, will execute sell and vice versa. SL and TP will be the same as the buy / sell configuration. For example, Buy SL = 5pips and TP = 2pips, with Opposite Trades = true, it will be Sell with SL = 5pips and TP = 2pips and vice versa.

(2) Position Size = 0.1; It can be changed manually or with increased balance, (the EA already has the option automatically) .That is, the value of the batches are constant, ie, 0,1, or you can add another parameter - FixedLotSize (can be set true / False) - and if true batch size will be this PositionSize value, if false - the size of the Lot will be calculated from the balance account.

(3) Max Spread = 3.0; (In pips) Many brokers with variable or floating spreads have different values ​​of the spread during the day, from 0.5 to 2.5 or more.

(4) Max Lost Positions = 3; If there are more than 3 consecutive losses, the robot stops trading. It will resume automatically after the time you set up in the parameter below "Max Lost Resume Time". It is useful when the market or the platform behaves strangely.

(5) Max Lost Resume Time = 900; (In seconds) If there are more than 3 consecutive losses, the EA stops trading and resumes after 900 seconds (15 min). You can change it to less or more, same as the MaxLostPositions.

(6) Position Maximal Time = 900; (In seconds) This is the maximum time to position will be open. After that it will be force closed.

(7) Min Time Close To Open = 600; (In seconds) Time between positions. Useful when a broker has time restrictions between orders in case of a scalping strategy.

(8) Repeat Closing = 30; (In seconds) The Robot will check every 30 seconds if the position is profitable, then it closes the trade.

(9) Slippage = 0; With this system slippage should be set to ZERO, but if there are too many requotes setting to 1.0 or 2.0 enables the trades to be open anyway.

(10) Trading Period = 00: 00-00: 00; For me to choose the best trading hours.

응답함

1
개발자 1
등급
(97)
프로젝트
121
25%
중재
5
20% / 60%
기한 초과
17
14%
무료
2
개발자 2
등급
(2422)
프로젝트
3042
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
3
개발자 3
등급
(34)
프로젝트
80
34%
중재
13
31% / 54%
기한 초과
19
24%
무료
4
개발자 4
등급
(121)
프로젝트
134
66%
중재
36
25% / 56%
기한 초과
22
16%
무료
5
개발자 5
등급
(322)
프로젝트
470
41%
중재
77
12% / 64%
기한 초과
76
16%
작업중
6
개발자 6
등급
(27)
프로젝트
28
54%
중재
4
0% / 50%
기한 초과
5
18%
무료
7
개발자 7
등급
(33)
프로젝트
35
40%
중재
11
9% / 91%
기한 초과
4
11%
무료
8
개발자 8
등급
(13)
프로젝트
15
27%
중재
1
0% / 100%
기한 초과
1
7%
무료
9
개발자 9
등급
(53)
프로젝트
79
18%
중재
13
15% / 54%
기한 초과
5
6%
무료
비슷한 주문
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

프로젝트 정보

예산
20 - 40 USD
개발자에게
18 - 36 USD