Specifiche
//+------------------------------------------------------------------+
//| ThreeBullEMA10EA |
//| Strategy: 3 Bullish + EMA10 Break |
//+------------------------------------------------------------------+
#property strict
extern double LotSize = 0.01;
extern int Slippage = 3;
extern int MagicNumber = 12345;
extern int EMA_Period = 10;
//+------------------------------------------------------------------+
int OnInit()
{
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
void OnTick()
{
if(Period() != PERIOD_M5) return;
if(Bars < 50) return;
// Only one trade at a time
if(OrdersTotal() > 0) return;
// We evaluate closed candles:
int c1 = 3;
int c2 = 2;
int c3 = 1;
double o1 = Open[c1], c1_close = Close[c1];
double o2 = Open[c2], c2_close = Close[c2];
double o3 = Open[c3], c3_close = Close[c3];
double h1 = High[c1];
double h2 = High[c2];
double l3 = Low[c3];
double ema = iMA(NULL, 0, EMA_Period, 0, MODE_EMA, PRICE_CLOSE, c3);
// 3 bullish candles
bool bull1 = c1_close > o1;
bool bull2 = c2_close > o2;
bool bull3 = c3_close > o3;
// conditions
bool breakHighs = (c3_close > h1 && c3_close > h2);
bool aboveEMA = (c3_close > ema);
if(bull1 && bull2 && bull3 && breakHighs && aboveEMA)
{
double entry = Ask;
double sl = l3 - Point; // 1 tick below candle 3 low
double risk = entry - sl;
double tp = entry + (risk * 2.0); // 1:2 RR
int ticket = OrderSend(Symbol(), OP_BUY, LotSize, entry, Slippage, sl, tp,
"ThreeBullEMA10EA", MagicNumber, 0, clrBlue);
if(ticket < 0)
{
Print("Order failed: ", GetLastError());
}
}
}
//+------------------------------------------------------------------+
Con risposta
1
Valutazioni
Progetti
328
29%
Arbitraggio
35
26%
/
63%
In ritardo
10
3%
Caricato
2
Valutazioni
Progetti
831
62%
Arbitraggio
33
27%
/
45%
In ritardo
23
3%
In elaborazione
Pubblicati: 1 codice
3
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
5
Valutazioni
Progetti
21
43%
Arbitraggio
8
0%
/
50%
In ritardo
3
14%
Gratuito
6
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Valutazioni
Progetti
439
54%
Arbitraggio
22
50%
/
14%
In ritardo
30
7%
Caricato
8
Valutazioni
Progetti
92
24%
Arbitraggio
8
75%
/
13%
In ritardo
44
48%
Gratuito
9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Valutazioni
Progetti
90
29%
Arbitraggio
24
13%
/
58%
In ritardo
7
8%
In elaborazione
11
Valutazioni
Progetti
7
29%
Arbitraggio
0
In ritardo
4
57%
Gratuito
12
Valutazioni
Progetti
294
76%
Arbitraggio
13
77%
/
0%
In ritardo
4
1%
In elaborazione
Ordini simili
MT4/MT5 EA PROP FIRM TRADING BOT
40 - 100 USD
Looking for a Prop Firm Trading Bot (Gold/XAUUSD Preferred) I am looking for an experienced developer who can either: Create a custom prop firm trading bot, or Provide an existing, proven prop firm trading bot. Requirements: Preferably trades Gold (XAUUSD) . Designed to pass prop firm evaluation challenges. Must respect the following risk parameters: Daily Drawdown: Maximum 5% Overall Maximum Drawdown: 10% Strong
السلام عليكم، مطلوب مطور محترف وخبير في لغة MQL5 لتطوير مستشار خبير (Expert Advisor) مخصص للتداول تلقائياً على معدن الذهب (XAUUSD) ليعمل على منصة MetaTrader 5. الشروط المطلوبة: الاعتماد على استراتيجية ذكية لإدارة المخاطر (تحتوي على Stop Loss و Take Profit تلقائي وديناميكي). إمكانية دمج خوارزميات تحليل ذكية (أو الربط مع بايثون إذا لزم الأمر لتنفيذ منطق الذكاء الاصطناعي). توفير خاصية الـ Trailing Stop (ملاحقة
Sniper elite
30+ USD
I need the bot to enter trades at a sniper level so that market does not blow up my account and also can it be using RSI,EMA and have entries with zero retracement
I need an expert advisor for fast excursion of trades. So that I can up my skills, I need it to have a good balance and need you to at least to price the the bot below $50
احتاج استراتيجية مع تحويله لمؤشر وفي المستقبل لربورت تداول مع وقف خسارة متحرك يعمل علي mt5وعمل علي مناطق دخول ىخروج يعمل علي الناسداك والعمل علي تقويتها باقصى نسبه نجاح بنسبه ٩٥ بالميه
Brotus AI
32+ USD
And let's talk about Linux and more about those technologies, ideas, those AI ideas.Let's make an AI technology summit for us base on wgat i wanna build and their example pictures of roadmapBoss can we take those idea all we've talked about base on technology, tech, UI...J.A.R.V.I.S...eDEX-UI into reality (solution) using laptop cause I think it give accces to build app amd more
مطور برنامج
30+ USD
أحتاج إلى برنامج تداول آلي (EA) مربح للمضاربة السريعة على الذهب. لا أرغب في استخدام استراتيجيات الشبكة أو المارتينجال. إذا كان لديك برنامج متطور وجاهز للعمل، يُرجى التواصل معي. يجب أن تكون قادرًا على توفير نسخة تجريبية
Developer to build a simple EA
30+ USD
I am looking for an experienced MQL5 developer to code a custom Expert Advisor for MetaTrader 5 based on my own private trading strategy.I have all the specific entry rules, exit conditions, and risk management parameters fully prepared. I will share these exact details with the selected developer via direct message once the job is initiated.The final delivery must include the clean, fully commented source code (.mq5
Need A Bot for Auto SL in XAUUSD
30+ USD
I have a bot working XAUUSD. Need another bot to work in XAUUSD as a stoploss @ 10 dollar per trade. A universal one which can work with or without magic number
أريد روبوت تداول آلى
30 - 200 USD
I want a robot that executes round-the-clock trades on Gold, starting with a 0.01 lot size and increasing to 0.02 if the trade moves against the position. The first reinforcement (averaging) step should trigger after a $5 drop; then, the lot size should increase to 0.04 after another $5 drop, and to 0.08 after a further $5 drop. This doubling pattern should continue for every $5 movement up to a total range of $50
Informazioni sul progetto
Budget
30 - 200 USD
Scadenze
da 1 a 2 giorno(i)
Cliente
Ordini effettuati1
Numero di arbitraggi0