Tarea técnica
```
//+------------------------------------------------------------------+
//| Hello World Expert Advisor |
//| |
//| This is a basic EA that buys and sells based on a simple |
//| moving average crossover strategy. |
//+------------------------------------------------------------------+
#property version "0.01"
#property strict
input int FastMA Period = 10;
input int SlowMA Period = 20;
void OnTick()
{
// Calculate moving averages
double fastMA = iMA(Symbol(), FastMA Period, 0, MODE_SMA);
double slowMA = iMA(Symbol(), SlowMA Period, 0, MODE_SMA);
// Buy and sell logic
if (fastMA > slowMA)
{
// Buy
OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, Bid - 3 * Point, "Buy Order");
}
else if (fastMA < slowMA)
{
// Sell
OrderSend(Symbol(), OP_SELL, 0.1, Bid, 3, Ask + 3 * Point, "Sell Order");
}
}
```
Han respondido
1
Evaluación
Proyectos
17
29%
Arbitraje
5
20%
/
40%
Caducado
1
6%
Libre
2
Evaluación
Proyectos
53
74%
Arbitraje
4
50%
/
0%
Caducado
0
Libre
3
Evaluación
Proyectos
342
29%
Arbitraje
36
28%
/
64%
Caducado
10
3%
Trabajando
4
Evaluación
Proyectos
34
53%
Arbitraje
1
100%
/
0%
Caducado
1
3%
Libre
5
Evaluación
Proyectos
55
62%
Arbitraje
2
50%
/
50%
Caducado
0
Libre
6
Evaluación
Proyectos
945
47%
Arbitraje
309
58%
/
27%
Caducado
125
13%
Libre
7
Evaluación
Proyectos
51
8%
Arbitraje
0
Caducado
0
Libre
8
Evaluación
Proyectos
5
0%
Arbitraje
3
0%
/
100%
Caducado
1
20%
Trabaja
9
Evaluación
Proyectos
566
26%
Arbitraje
24
42%
/
38%
Caducado
85
15%
Libre
Ha publicado: 6 ejemplos
10
Evaluación
Proyectos
64
20%
Arbitraje
11
27%
/
55%
Caducado
5
8%
Libre
11
Evaluación
Proyectos
18
28%
Arbitraje
4
50%
/
50%
Caducado
1
6%
Libre
12
Evaluación
Proyectos
2
50%
Arbitraje
2
0%
/
100%
Caducado
0
Libre
13
Evaluación
Proyectos
4
25%
Arbitraje
3
0%
/
100%
Caducado
0
Libre
Solicitudes similares
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
EA: Smart Break-Even & Partial Close Manager
30 - 200 USD
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea
30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
Ninjatrader 8 bot development
30+ USD
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
Macd Rsi stochastic vwap Bot. I have code.
150 - 300 USD
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
I have a technical specification ready for a custom alert indicator in NinjaTrader 8 (NinjaScript / C#). Important clarification: it is NOT an automatic trading bot, it is solely a visual indicator (arrows/lines on the chart) and sound alerts (notifications) based on EMA crossovers and range breakouts (ORB 15m) on lower timeframes for futures (MES). I already have the exact rules written out unambiguously
Información sobre el proyecto
Presupuesto
30+ USD
Plazo límite de ejecución
de 2 a 333 día(s)