명시
```
//+------------------------------------------------------------------+
//| 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");
}
}
```
응답함
1
등급
프로젝트
17
29%
중재
5
20%
/
40%
기한 초과
1
6%
무료
2
등급
프로젝트
53
74%
중재
4
50%
/
0%
기한 초과
0
무료
3
등급
프로젝트
357
29%
중재
37
27%
/
65%
기한 초과
10
3%
작업중
4
등급
프로젝트
34
53%
중재
1
100%
/
0%
기한 초과
1
3%
무료
5
등급
프로젝트
55
62%
중재
2
50%
/
50%
기한 초과
0
무료
6
등급
프로젝트
945
47%
중재
309
58%
/
27%
기한 초과
125
13%
무료
7
등급
프로젝트
51
8%
중재
0
기한 초과
0
무료
8
등급
프로젝트
5
0%
중재
3
0%
/
100%
기한 초과
1
20%
작업중
9
등급
프로젝트
566
26%
중재
24
42%
/
38%
기한 초과
85
15%
무료
게재됨: 6 코드
10
등급
프로젝트
64
20%
중재
11
27%
/
55%
기한 초과
5
8%
무료
11
등급
프로젝트
18
28%
중재
4
50%
/
50%
기한 초과
1
6%
무료
12
등급
프로젝트
2
50%
중재
2
0%
/
100%
기한 초과
0
무료
13
등급
프로젝트
4
25%
중재
3
0%
/
100%
기한 초과
0
무료
비슷한 주문
PHANTOM PROTOCOL V1
35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Ndugelo Ravhengani Bot
30+ USD
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
프로젝트 정보
예산
30+ USD
기한
에서 2 로 333 일