指定
// Define the properties
input int ShortPeriod = 12;
input int LongPeriod = 26;
input double LotSize = 0.1;
// OnTick function is called every time there is a price update
void OnTick()
{
double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0);
double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0);
double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
double prevLongMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
if (prevShortMA < prevLongMA && shortMA > longMA)
{
// Buy signal
OrderSend(Symbol(), OP_BUY, LotSize, Ask, 3, 0, 0, "Buy Order", 0, 0, clrGreen);
}
else if (prevShortMA > prevLongMA && shortMA < longMA)
{
// Sell signal
OrderSend(Symbol(), OP_SELL, LotSize, Bid, 3, 0, 0, "Sell Order", 0, 0, clrRed);
}
}
反馈
1
等级
项目
119
50%
仲裁
4
50%
/
50%
逾期
3
3%
空闲
2
等级
项目
0
0%
仲裁
0
逾期
0
空闲
3
等级
项目
46
24%
仲裁
34
9%
/
85%
逾期
10
22%
空闲
4
等级
项目
91
13%
仲裁
34
26%
/
59%
逾期
37
41%
空闲
5
等级
项目
228
80%
仲裁
22
27%
/
50%
逾期
11
5%
空闲
发布者: 24 文章, 1882 代码
6
等级
项目
19
16%
仲裁
3
67%
/
0%
逾期
0
空闲
7
等级
项目
265
29%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
8
等级
项目
551
53%
仲裁
13
69%
/
15%
逾期
3
1%
空闲
9
等级
项目
9
0%
仲裁
1
0%
/
100%
逾期
2
22%
空闲
10
等级
项目
5
20%
仲裁
2
0%
/
100%
逾期
1
20%
空闲
发布者: 3 代码
11
等级
项目
5
0%
仲裁
3
0%
/
100%
逾期
1
20%
工作中
12
等级
项目
553
50%
仲裁
57
40%
/
37%
逾期
227
41%
工作中
13
等级
项目
5
20%
仲裁
0
逾期
2
40%
空闲
发布者: 2 文章, 1 代码
14
等级
项目
1
100%
仲裁
0
逾期
0
空闲
15
等级
项目
1
0%
仲裁
1
100%
/
0%
逾期
0
空闲
相似订单
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
A ideia do sistema de negociação é a seguinte: as entradas no mercado são realizadas. Primeira metade do lote = Sinais de negociação: Sinal de compra: a linha principal do RSI Estocástico atinge valor abaixo de 25 e na barra seguinte apresenta valor superior a esse mínimo atingido; Sinal de venda: a linha principal do indicador atinge valor acima de 75 e na barra seguinte apresenta
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
GRID EA with PRUNING
80+ USD
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Developers needed for mt4, mt5 EAs
45 - 50 USD
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
项目信息
预算
30 - 250 USD
截止日期
从 1 到 7 天