Specification
//+------------------------------------------------------------------+
//| SimpleEA |
//| Bot básico para MetaTrader 5 |
//+------------------------------------------------------------------+
#property copyright "ChatGPT"
#property version "1.00"
#property strict
input int MA_Period = 14; // Periodo de la media móvil
input double Lots = 0.1; // Tamaño de lote
int maHandle;
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
// Crear handle para media móvil simple
maHandle = iMA(_Symbol, _Period, MA_Period, 0, MODE_SMA, PRICE_CLOSE);
if(maHandle == INVALID_HANDLE)
{
Print("Error creando handle para SMA");
return(INIT_FAILED);
}
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
IndicatorRelease(maHandle);
}
//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
{
double maValue[];
ArraySetAsSeries(maValue, true);
// Obtener valor actual de la SMA
if(CopyBuffer(maHandle, 0, 0, 1, maValue) <= 0) return;
double price = SymbolInfoDouble(_Symbol, SYMBOL_BID);
// Señal de compra
if(price > maValue[0] && !PositionSelect(_Symbol))
{
trade.Buy(Lots, NULL);
Print("Compra ejecutada");
}
// Señal de cierre
if(price < maValue[0] && PositionSelect(_Symbol))
{
trade.PositionClose(_Symbol);
Print("Posición cerrada");
}
}
Responded
1
Rating
Projects
39
23%
Arbitration
14
0%
/
93%
Overdue
4
10%
Working
2
Rating
Projects
166
24%
Arbitration
23
9%
/
78%
Overdue
16
10%
Working
3
Rating
Projects
22
9%
Arbitration
6
33%
/
50%
Overdue
1
5%
Working
4
Rating
Projects
114
24%
Arbitration
21
29%
/
52%
Overdue
8
7%
Free
5
Rating
Projects
481
23%
Arbitration
58
55%
/
26%
Overdue
55
11%
Loaded
6
Rating
Projects
1
100%
Arbitration
3
0%
/
100%
Overdue
0
Free
7
Rating
Projects
4
25%
Arbitration
0
Overdue
1
25%
Working
8
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
I'm looking for an experienced developer who can program advance EA, designed to help in optimizing trading strategies and frequent trading to maximize profit opportunities. The EA should be program based on price action and candle stick dependency which opens to number of trades per signal. KEY FEATURES: * Position Hedging: EA allows users to hedge their positions based on individual risk tolerance and market
Need MT5 EA renko + Super Trend
30+ USD
u have to make an MT 5 EA of Renko + Super Trend buy when Super trend is bullish and renko make bull bars for sell opposite , multi trades feature : if trend buy in super trend , EA should coninue buy like griding at bull bars not bear bars same but opposite for sell trailing stop , time filter , new filter , martingale , grid , account management so many basic settings should be given , screenshots and cotent should
simple automated trading system with adaptive risk management and trend-based execution. The EA manages trades with dynamic position handling and built-in stability filters. Designed for single-position trading and disciplined execution 30 usd budget
PROJECT DESCRIPTION Looking for 1 experienced MQL5 developer to build 2 Expert Advisors for MetaTrader 5, targeting XAUUSD and major currency pairs. Strong preference for a single developer handling both EAs to maximize code reuse, reduce cost, and ensure consistency. EA1 — Grid Martingale Pro · Buy/Sell grid with Fixed or ATR Dynamic distance (ATR read once per fill, stored in grid_step_at_open[]) · Gap
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
An additional indicator signal will be added to the existing EA. The existing mechanical system will NEVER be changed. I will send you the necessary documents and codes. I will send you the necessary documents and codes. thank you
Project information
Budget
30+ USD
Deadline
from 10 day(s)
Customer
Placed orders1
Arbitrage count0