작업 종료됨
실행 시간 4 일
피고용인의 피드백
Great, reliable partner! All business matters were addressed within the scope of the technical requirements. Pleasant to communicate with. It was a pleasure working together!
고객의 피드백
Outstanding MT5 advisor by Denis. Expert in MQL5, great communication, fast, and well-priced. Highly recommend!
명시
I've been using a EA for about 2 years now on MT4 but I am no longer able to use MT4 and must use MT5. I need this EA to be converted from MT4 to MT5.
Strategy control block.
Here you can choose whether the SMART MACHINE EA will work with the same lot, transactions will be opened incrementally, or vice versa, go to a decrease in volume but not lower than 0.01 lot.
- MoneyManagmentType – (1) – Allows an increase or decrease in the opening volume of the following transactions, the initial lot and the Increase / Decrease coefficient are set separately below.
Block control of the initial and subsequent positions.
- Constant_or_Balance – true – The initial order volume will be constant and equal to the ConstantLot value specified below. False – The lot size of the first order will dynamically change along with the change in the deposit and will depend on the Percentage Of Auto lot Volume parameter and the size of the deposit, calculated by the formula:
- Lots = AccountBalance() * (RiskPercent / 100.0) / 10000.0
- ConstantLot – The parameter sets the initial fixed lot for trading. Works only when Constant_or_Balance is true.
- Percentage Of Autolot Volume – The initial lot is set depending on the deposit according to the formula above.
- *** As a rule, the majority sets Constant_or_Balance – true and ConstantLot 0.1 – 0.5 lots for every $10,000 deposit, but this does not mean that these are the best settings and changing this parameter can radically change the work of the Best Forex Robot.
- TakeProfit – the desired value of profit in points when closing an order or a group of orders. Everything is simple here, the higher the value – the higher your profitability from each position you open, the picture shows the value 30, which equals 30 pips or 3 four-digit points.
- Step – This parameter is responsible for the minimum allowable distance between two opened orders. The lower this parameter, the more actively the Best Forex EA will work and vice versa. In the picture above it is 70, which means that the next trade will open no earlier than 70 pips or 7 four-digit points.
- MaxOrders – a parameter that limits the number of simultaneously open orders.
Money management control block
- Use_Restrictions true – enable or false – disable deposit protection by closing all transactions – when the limit value of the maximum drawdown set by you as a percentage of the entire deposit is reached. Most investors do not include this option.
- LimitSize – a limiter for the allowable drawdown from trades, indicated as a percentage of the deposit amount. Will only work if the previous parameter is set to True.
응답함
1
등급
프로젝트
80
10%
중재
36
8%
/
53%
기한 초과
6
8%
작업중
2
등급
프로젝트
6
17%
중재
0
기한 초과
0
무료
3
등급
프로젝트
39
69%
중재
0
기한 초과
8
21%
무료
4
등급
프로젝트
210
28%
중재
0
기한 초과
3
1%
무료
5
등급
프로젝트
45
29%
중재
4
25%
/
25%
기한 초과
0
무료
6
등급
프로젝트
6
0%
중재
0
기한 초과
1
17%
무료
7
등급
프로젝트
131
38%
중재
3
0%
/
0%
기한 초과
4
3%
로드됨
8
등급
프로젝트
933
47%
중재
303
59%
/
25%
기한 초과
125
13%
작업중
9
등급
프로젝트
4
25%
중재
2
0%
/
100%
기한 초과
0
무료
10
등급
프로젝트
569
33%
중재
29
41%
/
41%
기한 초과
9
2%
바쁜
11
등급
프로젝트
75
44%
중재
21
14%
/
67%
기한 초과
8
11%
무료
12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
13
등급
프로젝트
320
35%
중재
64
13%
/
56%
기한 초과
83
26%
무료
14
등급
프로젝트
1
0%
중재
0
기한 초과
0
무료
15
등급
프로젝트
2
50%
중재
1
0%
/
100%
기한 초과
0
무료
16
등급
프로젝트
144
34%
중재
11
9%
/
55%
기한 초과
26
18%
작업중
17
등급
프로젝트
1
0%
중재
1
0%
/
100%
기한 초과
0
무료
비슷한 주문
CashCash
35+ USD
I need a bit that indicates where to go short from with highest probability and where to go long from also with the highest probability. This should be Able to order and close trade
KS B&C indicator
30 - 50 USD
//+------------------------------------------------------------------+ //| MyBot.mq5 | //| Created using MQL5 | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Create a trade object // Define input parameters input int FastMAPeriod = 10; input int SlowMAPeriod = 50; input int RSI_Period = 14; input int
THE GORILLA MT4/MT5 EA
40+ USD
Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases
Developer to build a simple EA
30+ USD
Hi, Am looking for an expert developer in coding my strategy. Its Multi timeframe strategy, If the conditions of high time frame are true, than on small time frame looking for conditions for entry, On bigbtime frame we are looking for bulish or bearish Fair value gap, and on small timeframe taking trades in the same direction FVG is formed fron 3 candles (if bulish - 1st candle high is lower than 3rd candle low)
Hello there, i need help in coding my strategy. Its Multi timeframe strategy, If the conditions of high time frame are true, than on small time frame looking for conditions for entry, On bigbtime frame we are looking for bulish or bearish Fair value gap, and on small timeframe taking trades in the same direction FVG is formed fron 3 candles (if bulish - 1st candle high is lower than 3rd candle low) opposite for
The Moving Average Cross needs debugging for live chart . [Condition 1] Personalized Omega Trailing Stop Loss ( Details of how it works will be provided , If still necessary the expert where it works just fine will be provided . ) Couple of Input parameters that needs to be removed (previous dev just added ) [ He can be contacted if necessary ]. Following are the implementations required by my expert : 1. Auto Lot
Indicators Used: Volume Indicators: Awesome Oscillator (AO) On-Balance Volume (OBV) Chaikin Money Flow (CMF) Liquidity and Volatility Indicators: Bollinger Bands (BB) Average True Range (ATR) Keltner Channel Key Levels Indicators: Fibonacci Retracement Moving Averages (50-period EMA & 200-period EMA) Momentum Indicator: Relative Strength Index (RSI) Price Action Tool: Horizontal Support and Resistance Levels How
Supertrend X Darvas strategy
30 - 50 USD
Indicator Setup Super Trend : Configure the Super Trend indicator with your chosen period and multiplier settings. Apply a filter to check if the current Super Trend value has held in the same direction for different time period like 15 min, 30 min, 1 hr, 4 hr. This filter will help confirm that the trend direction is stable and less likely to result in whipsaws or false breakouts. Darvas Box : Set the Darvas Box to
Modification on MT4 dashboard
30+ USD
hi, I must finish a mt4 dashboard that have some errors and it is necessary add some features. If you are interested tell me, so I will send the details and the code to verify if are interested
hello my indicator is very slow i want someone who can make it fast and put rectangles at the current last three trendlines and can add for me option bool ShowIndicator = false/true, the rectangles are described as below in the imagemy budget is only $30. and need the robot very soon
프로젝트 정보
예산
50 - 300 USD
개발자에게
45
- 270
USD