Job finished
Execution time 1 hour
Feedback from customer
Amazing job and help
Feedback from employee
Good guy and straight to the point! We knocked this out quick
Specification
#property copyright "regression"
#property link "https://www.mql5.com"
#property version "1.00"
// Déclaration des variables
double lotSize;
string instrument;
int takeProfit;
int stopLoss;
int distance;
int timer;
// Initialisation des variables
lotSize = 0.01; // Choisissez la taille du lot que vous souhaitez utiliser
instrument = "EURUSD"; // Choisissez l'instrument financier que vous souhaitez trader
takeProfit = 100; // Choisissez la distance en pips du take profit
stopLoss = 50; // Choisissez la distance en pips du stop loss
distance = 1000; // Choisissez la distance en pips de la moyenne mobile à utiliser pour le trade
timer = 60; // Choisissez le temps de pause en secondes après la clôture de chaque trade
// Initialisation du programme
void OnStart()
{
// Activer le trading automatique
Trade.SetExpertMagicNumber(123); // Numéro magique pour identifier les trades du robot
Trade.SetAutoTrading(true);
// Boucle infinie pour exécuter le trading en continu
while(!IsStopped())
{
// Récupération du prix actuel
double currentPrice = SymbolInfoDouble(instrument, SYMBOL_BID);
// Calcul de la moyenne mobile
double ma = iMA(instrument, 0, 1000, 0, MODE_SMA, PRICE_CLOSE, 0);
// Calcul de la distance entre le prix actuel et la moyenne mobile
double distanceToMa = currentPrice - ma;
// Si la distance est supérieure à la distance choisie, on vend
if(distanceToMa >= distance)
{
// Ouverture d'une position de vente
ulong ticket = Trade.Sell(lotSize, currentPrice, 0, currentPrice + takeProfit * _Point, currentPrice - stopLoss * _Point, "Vente");
// Si l'ordre a été ouvert avec succès, on affiche un message dans le journal
if(ticket > 0)
{
Print("Ordre de vente ouvert avec succès (ticket = " + StringFormat("%I64u", ticket) + ")");
}
}
// Sinon, si la distance est inférieure à la distance choisie, on achète
else
if(distanceToMa <= -distance)
{
// Ouverture d'une position d'achat
ulong ticket = Trade.Buy(lotSize, currentPrice, 0, currentPrice - takeProfit * _Point, currentPrice + stopLoss * _Point, "Achat");
// Si l'ordre a été ouvert avec succès, on affiche un message dans le journal
if(ticket > 0)
{
Print("Ordre d'achat ouvert avec succès (ticket = " + StringFormat("%I64u", ticket) + ")");
}
}
// Pause avant la prochaine itération
Sleep(timer * 1000);
}
}
//+------------------------------------------------------------------+
#property link "https://www.mql5.com"
#property version "1.00"
// Déclaration des variables
double lotSize;
string instrument;
int takeProfit;
int stopLoss;
int distance;
int timer;
// Initialisation des variables
lotSize = 0.01; // Choisissez la taille du lot que vous souhaitez utiliser
instrument = "EURUSD"; // Choisissez l'instrument financier que vous souhaitez trader
takeProfit = 100; // Choisissez la distance en pips du take profit
stopLoss = 50; // Choisissez la distance en pips du stop loss
distance = 1000; // Choisissez la distance en pips de la moyenne mobile à utiliser pour le trade
timer = 60; // Choisissez le temps de pause en secondes après la clôture de chaque trade
// Initialisation du programme
void OnStart()
{
// Activer le trading automatique
Trade.SetExpertMagicNumber(123); // Numéro magique pour identifier les trades du robot
Trade.SetAutoTrading(true);
// Boucle infinie pour exécuter le trading en continu
while(!IsStopped())
{
// Récupération du prix actuel
double currentPrice = SymbolInfoDouble(instrument, SYMBOL_BID);
// Calcul de la moyenne mobile
double ma = iMA(instrument, 0, 1000, 0, MODE_SMA, PRICE_CLOSE, 0);
// Calcul de la distance entre le prix actuel et la moyenne mobile
double distanceToMa = currentPrice - ma;
// Si la distance est supérieure à la distance choisie, on vend
if(distanceToMa >= distance)
{
// Ouverture d'une position de vente
ulong ticket = Trade.Sell(lotSize, currentPrice, 0, currentPrice + takeProfit * _Point, currentPrice - stopLoss * _Point, "Vente");
// Si l'ordre a été ouvert avec succès, on affiche un message dans le journal
if(ticket > 0)
{
Print("Ordre de vente ouvert avec succès (ticket = " + StringFormat("%I64u", ticket) + ")");
}
}
// Sinon, si la distance est inférieure à la distance choisie, on achète
else
if(distanceToMa <= -distance)
{
// Ouverture d'une position d'achat
ulong ticket = Trade.Buy(lotSize, currentPrice, 0, currentPrice - takeProfit * _Point, currentPrice + stopLoss * _Point, "Achat");
// Si l'ordre a été ouvert avec succès, on affiche un message dans le journal
if(ticket > 0)
{
Print("Ordre d'achat ouvert avec succès (ticket = " + StringFormat("%I64u", ticket) + ")");
}
}
// Pause avant la prochaine itération
Sleep(timer * 1000);
}
}
//+------------------------------------------------------------------+
Responded
1
Rating
Projects
10
30%
Arbitration
1
0%
/
100%
Overdue
0
Free
2
Rating
Projects
45
2%
Arbitration
6
33%
/
17%
Overdue
1
2%
Free
3
Rating
Projects
416
30%
Arbitration
74
19%
/
72%
Overdue
52
13%
Working
4
Rating
Projects
4
0%
Arbitration
11
0%
/
82%
Overdue
0
Free
5
Rating
Projects
215
76%
Arbitration
4
50%
/
25%
Overdue
18
8%
Free
Published: 2 articles
Similar orders
Scalping Reaction Zones + Valid Order Blocks
30 - 150 USD
Platform: TradingView Programming Language: Pine Script v6 Type: Custom Indicator Project Name: Scalping Reaction Zones + Valid Order Blocks MAIN GOAL I need a custom TradingView indicator for scalping. The indicator must detect: 1. Reaction / Explosion Zones 2. Valid Order Blocks 3. Combined Reaction Zone + Order Block zones The indicator should NOT generate: Buy signals Sell signals TP SL Entry signals Trading
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Maximas e Minimas + Super Trend
35+ USD
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Trading view to thinkorswim
30+ USD
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
Project information
Budget
30+ USD
Deadline
to 1 day(s)