Job finished
Execution time 2 days
Feedback from employee
Good employer! Thank you :)
Specification
I need MT4 version EA to trade based on FxNuke Indicator.
BUY trade should take place at 'FxNuke indicator' dot at buy signal. Opened BUY position should be closed at the opposite signal.
SELL trade should take place at 'FxNuke indicator' dot at sell signal.
If i close the opened trade manually, EA should wait for next signal for new trade.
Please follow the below settings.
EA Comment:
TimeFrame: Current
Use the FxNuke indicator For Entry: Yes (Ignore TP, SL)
Exit trades at opposite signal of FxNuke Indicator: True / False
Take Profit (pips):
Stop Loss (pips):
Trailing Profit (pips):
Lot size as Fixed value:
Enable LotSize Management(%): True / False
LotSize as % of Free Margin:
Magic Number:
Start Time:
End Time:
Responded
1
Rating
Projects
2912
63%
Arbitration
122
44%
/
25%
Overdue
429
15%
Working
2
Rating
Projects
314
28%
Arbitration
34
26%
/
65%
Overdue
10
3%
Working
3
Rating
Projects
2
0%
Arbitration
4
0%
/
100%
Overdue
0
Free
4
Rating
Projects
80
6%
Arbitration
46
11%
/
54%
Overdue
7
9%
Working
5
Rating
Projects
87
29%
Arbitration
24
13%
/
58%
Overdue
7
8%
Working
6
Rating
Projects
401
27%
Arbitration
39
41%
/
49%
Overdue
1
0%
Free
7
Rating
Projects
3363
68%
Arbitration
77
48%
/
14%
Overdue
342
10%
Free
Published: 1 code
8
Rating
Projects
38
21%
Arbitration
5
0%
/
60%
Overdue
0
Free
9
Rating
Projects
549
53%
Arbitration
13
69%
/
15%
Overdue
3
1%
Free
10
Rating
Projects
80
10%
Arbitration
38
8%
/
58%
Overdue
6
8%
Free
11
Rating
Projects
1428
59%
Arbitration
31
81%
/
0%
Overdue
10
1%
Free
12
Rating
Projects
642
33%
Arbitration
41
41%
/
46%
Overdue
11
2%
Busy
13
Rating
Projects
243
74%
Arbitration
7
100%
/
0%
Overdue
1
0%
Free
Published: 1 article
14
Rating
Projects
509
19%
Arbitration
33
45%
/
30%
Overdue
34
7%
Loaded
15
Rating
Projects
77
55%
Arbitration
4
0%
/
50%
Overdue
1
1%
Working
Published: 6 codes
16
Rating
Projects
552
49%
Arbitration
57
40%
/
37%
Overdue
227
41%
Working
17
Rating
Projects
475
40%
Arbitration
105
40%
/
24%
Overdue
80
17%
Busy
Published: 2 codes
Similar orders
[Automatic Level Detection Group] - Enable Auto Detection: Yes/No - Number of Levels Required: (Number) 3-5 - Lookback Bars: (Number) 100-200 - Minimum Touches for Strong Level: (Number) 2 - Use Zig Zag Algorithm: Yes/No - Use Level Clustering: Yes/No - Max Cluster Distance (points): (Number) [Display and Drawing Group] - Resistance Line Color: (Color) - Support Line Color: (Color) - Show Info Labels: Yes/No - Lines
Collaboratore MetaTrader 5 (Ottimizzazione algoritmi)
500 - 1500 USD
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
Python Developer – Real-Time Equity Curve
50 - 200 USD
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
SMA
30+ USD
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
BREAKOUT JP
32+ USD
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
Adding changes to MT5 EA
50+ USD
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Modify existing EA
50+ USD
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
requirements needed MT5 Must have 4 adjustable tradeable time slots per day Example: trade from 2:50 to 6:00 trade from 7:55 to 9:45 trade from 12:55 to 17:00 trade from 19:15 to 23:30 Tradeable 1M and 5M charts open a buy trade when the candle touches the previous candle high or open a sell trade when the candle touches the previous candles low. (I believe it would
A robot
30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Project information
Budget
70 - 120 USD
Deadline
from 2 to 8 day(s)