MT5 EA for trading Arrow Indicators

MQL5 Uzmanlar

İş tamamlandı

Tamamlanma süresi: 12 gün
Müşteri tarafından geri bildirim
Very professional. Definitely recommended.
Geliştirici tarafından geri bildirim
He knows what he wants. Good requirements file.

İş Gereklilikleri

Hi Developers

I need an EA for MT5 that trades based on Arrow indicators (indicator would be changeable).

The EA places orders (Market, Limit or Stop) when the defined indicator generates a signal and closes the positions when they hit the TP or SL or by opposite signal (optional).

The Indicator might send several signals in the same direction, so the EA should be able to open a position with multiplication of initial lot size for each new signal if reaches the defined distance. (only if the sum of whole positions is positive (True/False) Or only if the sum of whole positions is negative (True/False) Or in all cases or disabled for any direction( it could be only for long or only for short or both)). (The defined TP would be for the average of whole lots). The number of open positions for same pair in same direction should has a defined limit (Limit number and limit Lot size).

The other features:

. Magic number

. Money management

. Time and Day Trade Filter

. Time frame

. Breakeven

. Trail Stop

. Option for Averaging only for Short/Long/All

. Close by Opposite signal (True/False). (If True and if the position closes in Loss, the next same direction position will get opened by Recovery factor) same strategy when hit SL.

. Close by Opposite signal only if in profit (True/False). in this case the losing positions remain open till the same direction signal shows up, So the whole losing positions would be considered as initial lot therefore the EA will open the new position with defined multiplication factor. ( For example if the very first long position has been 0.01 lot and by averaging it has reached to 0.08 lot, and short signal shows up while the whole 0.08 lot is in loss, the positions will be open till another Long signal arrives, now the EA will open 0.16 lot long( if the multi factor is 2)).and the TP could be only the breakeven or just a small profit.(different TP should be defined)

 

VERY IMPORTANT:

I DO NOT ACCEPT THE HAND-OVER UNLESS THE EA IS CODED EXACTLY AS SPEC AND ALL REQUESTED ITEMS ARE APPLIED AND ALSO NOT BEFORE I FULLY TEST IT.

So Please let me know if you have any question if anything is not clear to you.


Dosyalar:

ZIP
SpecFile.zip
0.9 Mb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(34)
Projeler
60
23%
Arabuluculuk
11
73% / 9%
Süresi dolmuş
3
5%
Serbest
2
Geliştirici 2
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(12)
Projeler
17
29%
Arabuluculuk
6
17% / 67%
Süresi dolmuş
4
24%
Serbest
4
Geliştirici 4
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(151)
Projeler
211
69%
Arabuluculuk
8
38% / 38%
Süresi dolmuş
22
10%
Serbest
6
Geliştirici 6
Derecelendirme
(238)
Projeler
281
77%
Arabuluculuk
12
75% / 0%
Süresi dolmuş
4
1%
Çalışıyor
Benzer siparişler
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot

Proje bilgisi

Bütçe
30+ USD
Son teslim tarihi
from 1 to 3 gün