Termos de Referência
| Interface settings: | |||
| Variable | Value | Reference EA name | Explanation |
| Part1 | |||
| MagicNumber | 1 | Feelance2.mq5 | |
| Slippage | 20 | Feelance2.mq5 | |
| Spread | 10 | Feelance2.mq5 | |
| TradeAgainAfterProfit | True/False | Feelance2.mq5 | When there are no orders in the account, the order will be opened again. |
| Part2 | |||
| KindofDistance | LevelDistancePencent/LevelDistance | Nil | |
| LevelDistancePencent | 1% | Nil | |
| LevelDistance | 100 | Nil | |
| LevelLimit | 30 | Nil | |
| LotMultiple | 2 | Nil | |
| AllOfAverageTP | 100 | Nil | |
| Part3 | |||
| Interval | 500 | Nil | |
| IntervalDirection | UP AND DOWN/ UP/ DOWN/ FALSE | Nil | |
| Part4 | |||
| ContinuityOpenOrderMax | 5 | myJob_v4.3.mq4 | If more than 5 orders are opened within 10 consecutive seconds, the EA will stop operating. |
| ContinuityTimeSeconds | 10 | myJob_v4.3.mq4 | |
| Part5 | |||
| show_lot&now_time_screen | true/false | Nil | Displays the current total lot and current time on the chart. |
| MetaEditor settings: | |||
| Expiration_time | 31/1/2024 | myJob_v4.3.mq4 | EA validity period |
| Note: | ||||||||||||||
| Opening conditions: When there is no order for this EA in the account, the order will be opened. | ||||||||||||||
| All orders are instant orders and there are no pending orders. | ||||||||||||||
| EA has only one take-profit mode, that is, all orders will take profit at the same price at the same time, and then there will be no orders in the account. | ||||||||||||||
| All items must be completed to complete the work. | ||||||||||||||
| If the number of working days required by the developer is exceeded, the work will be cancelled. The period of testing EA is not considered as a working day. | ||||||||||||||
| Example14 | ||||||||||||
| Explanation: | The Example is explain how to take profit closed orders if IntervalDirection is true. AllOfAverageTP value is not same as Example 13. | |||||||||||
| Interface settings: | ||||||||||||
| Variable | Value | |||||||||||
| KindofDistance | LevelDistance | |||||||||||
| LevelDistance | 200 | |||||||||||
| LevelLimit | 12 | |||||||||||
| LotMultiple | 1.4 | |||||||||||
| AllOfAverageTP | 502 | Formula: total lot * AllOfAverageTP = 9.02*502 = USD$4532.55 | ||||||||||
| Interval | 500 | |||||||||||
| IntervalDirection | DOWN | |||||||||||
| Situation: The market trend is from 1.05788 to 1.04499, and then rises to 1.06566 | ||||||||||||
| Situation steps 1 | by 1.05788. The total number of orders held by the account is 2 | |||||||||||
| Group | LevelLimit | LevelDistance | LotMultiple | |||||||||
| Group1.05788 | 1 | buy | 1.05788 | 0.02 | ||||||||
| Group1.05788 | 1 | sell | 1.05798 | 0.02 | ||||||||
| Situation steps 2 | Dropped from 1.05788 to 1.04499. The total number of orders held by the account is 16 | |||||||||||
| Group | LevelLimit | LevelDistance | LotMultiple | |||||||||
| Group1.05788 | 1 | buy | 1.05788 | 0.02 | 1 | |||||||
| Group1.05788 | 1 | sell | 1.05798 | 0.02 | 2 | |||||||
| Group1.05788 | 2 | sell | 1.05598 | 0.03 | 3 | |||||||
| Group1.05788 | 3 | sell | 1.05398 | 0.04 | 4 | |||||||
| Group1.05788 | 4 | sell | 1.05198 | 0.05 | 5 | |||||||
| Group1.05788 | 5 | sell | 1.04998 | 0.08 | 6 | |||||||
| Group1.05788 | 6 | sell | 1.04798 | 0.11 | 7 | |||||||
| Group1.05788 | 7 | sell | 1.04598 | 0.15 | 8 | |||||||
| Group1.05288 | 1 | buy | 1.05288 | 0.02 | 9 | |||||||
| Group1.05288 | 1 | sell | 1.05298 | 0.02 | 10 | |||||||
| Group1.05288 | 2 | sell | 1.05098 | 0.03 | 11 | |||||||
| Group1.05288 | 3 | sell | 1.04898 | 0.04 | 12 | |||||||
| Group1.05288 | 4 | sell | 1.04698 | 0.05 | 13 | |||||||
| Group1.04788 | 1 | buy | 1.04788 | 0.02 | 14 | |||||||
| Group1.04788 | 1 | sell | 1.04798 | 0.02 | 15 | |||||||
| Group1.04788 | 2 | sell | 1.04598 | 0.03 | 16 | |||||||
| Situation steps 3 | It fell from 1.05788 to 1.04499, and then rose to 1.07988 and all 49 orders take profit at 1.07988, because AllOfAverageTP>=502 was met | |||||||||||
| Group | LevelLimit | LevelDistance | LotMultiple | |||||||||
| Group1.05788 | 12 | buy | 1.07988 | 0.81 | ||||||||
| Group1.05788 | 11 | buy | 1.07788 | 0.58 | ||||||||
| Group1.05788 | 10 | buy | 1.07588 | 0.41 | ||||||||
| Group1.05788 | 9 | buy | 1.07388 | 0.30 | ||||||||
| Group1.05788 | 8 | buy | 1.07188 | 0.21 | ||||||||
| Group1.05788 | 7 | buy | 1.06988 | 0.15 | ||||||||
| Group1.05788 | 6 | buy | 1.06788 | 0.11 | ||||||||
| Group1.05788 | 5 | buy | 1.06588 | 0.08 | ||||||||
| Group1.05788 | 4 | buy | 1.06388 | 0.05 | ||||||||
| Group1.05788 | 3 | buy | 1.06188 | 0.04 | ||||||||
| Group1.05788 | 2 | buy | 1.05988 | 0.03 | ||||||||
| Group1.05788 | 1 | buy | 1.05788 | 0.02 | ||||||||
| Group1.05788 | 1 | sell | 1.05798 | 0.02 | ||||||||
| Group1.05788 | 2 | sell | 1.05598 | 0.03 | ||||||||
| Group1.05788 | 3 | sell | 1.05398 | 0.04 | ||||||||
| Group1.05788 | 4 | sell | 1.05198 | 0.05 | ||||||||
| Group1.05788 | 5 | sell | 1.04998 | 0.08 | ||||||||
| Group1.05788 | 6 | sell | 1.04798 | 0.11 | ||||||||
| Group1.05788 | 7 | sell | 1.04598 | 0.15 | ||||||||
| Group1.05288 | 12 | buy | 1.07488 | 0.81 | ||||||||
| Group1.05288 | 11 | buy | 1.07288 | 0.58 | ||||||||
| Group1.05288 | 10 | buy | 1.07088 | 0.41 | ||||||||
| Group1.05288 | 9 | buy | 1.06888 | 0.30 | ||||||||
| Group1.05288 | 8 | buy | 1.06688 | 0.21 | ||||||||
| Group1.05288 | 7 | buy | 1.06488 | 0.15 | ||||||||
| Group1.05288 | 6 | buy | 1.06288 | 0.11 | ||||||||
| Group1.05288 | 5 | buy | 1.06088 | 0.08 | ||||||||
| Group1.05288 | 4 | buy | 1.05888 | 0.05 | ||||||||
| Group1.05288 | 3 | buy | 1.05688 | 0.04 | ||||||||
| Group1.05288 | 2 | buy | 1.05488 | 0.03 | ||||||||
| Group1.05288 | 1 | buy | 1.05288 | 0.02 | ||||||||
| Group1.05288 | 1 | sell | 1.05298 | 0.02 | ||||||||
| Group1.05288 | 2 | sell | 1.05098 | 0.03 | ||||||||
| Group1.05288 | 3 | sell | 1.04898 | 0.04 | ||||||||
| Group1.05288 | 4 | sell | 1.04698 | 0.05 | ||||||||
| Group1.04788 | 12 | buy | 1.06988 | 0.81 | ||||||||
| Group1.04788 | 11 | buy | 1.06788 | 0.58 | ||||||||
| Group1.04788 | 10 | buy | 1.06588 | 0.41 | ||||||||
| Group1.04788 | 9 | buy | 1.06388 | 0.30 | ||||||||
| Group1.04788 | 8 | buy | 1.06188 | 0.21 | ||||||||
| Group1.04788 | 7 | buy | 1.05988 | 0.15 | ||||||||
| Group1.04788 | 6 | buy | 1.05788 | 0.11 | ||||||||
| Group1.04788 | 5 | buy | 1.05588 | 0.08 | ||||||||
| Group1.04788 | 4 | buy | 1.05388 | 0.05 | ||||||||
| Group1.04788 | 3 | buy | 1.05188 | 0.04 | ||||||||
| Group1.04788 | 2 | buy | 1.04988 | 0.03 | ||||||||
| Group1.04788 | 1 | buy | 1.04788 | 0.02 | ||||||||
| Group1.04788 | 1 | sell | 1.04798 | 0.02 | ||||||||
| Group1.04788 | 2 | sell | 1.04598 | 0.03 | ||||||||
Respondido
1
Classificação
Projetos
41
20%
Arbitragem
9
11%
/
89%
Expirado
5
12%
Livre
2
Classificação
Projetos
63
52%
Arbitragem
5
0%
/
40%
Expirado
1
2%
Livre
3
Classificação
Projetos
2
0%
Arbitragem
2
50%
/
50%
Expirado
0
Livre
Pedidos semelhantes
Expert Advisor (EA) Requirements – MT5 (MQL5) Project Overview Develop an automated Expert Advisor (EA) for MetaTrader 5 based on EMA crossover signals combined with strict risk management and trade management principles. The EA must be optimized for Forex pairs and indices and should operate automatically without manual intervention. Entry Conditions Buy Setup Fast EMA crosses above Slow EMA. Current candle closes
Modify a (Pruning) Grid EA
30+ USD
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
Advanced Forex Expert Advisor-fully automated system
200 - 300 USD
I require a custom EA and an accompanying custom indicator built in MQL5 for Meta Trader 4/5. The EA must be fully automated (Algo Trading); Telegram-Signal-Linked and named 'AMK Fx'
Professional AI Automation Trading Bot for Forex & Crypto
500 - 1500 USD
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
The striker robot
30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
Binance Ai Trading Bot $US700 budget negotiable
700 - 3000 USD
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
MANAGERS FOR MT4 AND MT5 TRADES
49+ USD
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Informações sobre o projeto
Orçamento
100 - 300 USD