Termos de Referência
I have an indicator, which gives buy and sell signals providing one colour for buy trend, and another colour for sell trend
Signals are valid when candle closes!
When the first purple candle show up , and candle close, open SELL trade …….then, whenever a blue candle show up , and candle close , close the sell trade , and open buy trade .
AS SIMPLE AS THAT
And close it when the opposite signal appears and candle closes
So, its OPEN/CLOSE on opposite signal WHEN CANDLE CLOSES
Properties of the EA :
- LOT SIZE
No more than one trade at a time allowed!
I will require mq4 file to be sent to me once job is completed.
Respondido
1
Classificação
Projetos
986
47%
Arbitragem
33
36%
/
36%
Expirado
98
10%
Trabalhando
Publicou: 6 códigos
2
Classificação
Projetos
13
8%
Arbitragem
3
33%
/
67%
Expirado
1
8%
Trabalhando
3
Classificação
Projetos
314
28%
Arbitragem
34
26%
/
65%
Expirado
10
3%
Trabalhando
4
Classificação
Projetos
38
21%
Arbitragem
5
0%
/
60%
Expirado
0
Livre
5
Classificação
Projetos
119
24%
Arbitragem
21
29%
/
52%
Expirado
8
7%
Livre
6
Classificação
Projetos
22
9%
Arbitragem
6
33%
/
50%
Expirado
1
5%
Trabalhando
7
Classificação
Projetos
20
40%
Arbitragem
1
0%
/
100%
Expirado
1
5%
Livre
8
Classificação
Projetos
557
35%
Arbitragem
79
32%
/
43%
Expirado
202
36%
Livre
9
Classificação
Projetos
660
41%
Arbitragem
2
100%
/
0%
Expirado
1
0%
Trabalhando
Publicou: 9 códigos
10
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
11
Classificação
Projetos
597
35%
Arbitragem
64
20%
/
58%
Expirado
147
25%
Livre
Publicou: 1 artigo, 22 códigos
12
Classificação
Projetos
699
34%
Arbitragem
34
68%
/
9%
Expirado
22
3%
Trabalhando
13
Classificação
Projetos
9
11%
Arbitragem
0
Expirado
0
Livre
14
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
15
Classificação
Projetos
482
23%
Arbitragem
59
54%
/
25%
Expirado
55
11%
Ocupado
16
Classificação
Projetos
1708
49%
Arbitragem
52
71%
/
12%
Expirado
38
2%
Livre
17
Classificação
Projetos
57
60%
Arbitragem
4
0%
/
25%
Expirado
1
2%
Livre
18
Classificação
Projetos
5
0%
Arbitragem
2
50%
/
50%
Expirado
2
40%
Livre
19
Classificação
Projetos
5
20%
Arbitragem
1
0%
/
0%
Expirado
1
20%
Trabalhando
Pedidos semelhantes
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
Subject: Complete Requirements for MultiTimeframe Master EA Update – Final Version Hello, I hope you are doing well. After careful consideration, I have simplified my requirements. Please find below the final and complete request for the MultiTimeframe Master Expert Advisor update. What I Want: Multi-Strategy System with SMC Features I want the EA to support three different trading strategies that I can switch
Informações sobre o projeto
Orçamento
30 - 40 USD
Cliente
Pedidos postados2
Número de arbitragens0