Erga

MQL5 지표

명시

// Indicadores #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Red #property indicator_color2 Blue

// Definición de indicadores double EMA200 = iMA(NULL,PERIOD_M15,200,0,MODE_EMA,PRICE_CLOSE); double EMA50 = iMA(NULL,PERIOD_M15,50,0,MODE_EMA,PRICE_CLOSE);

// Lógica de entrada if(EMA50 > EMA200) { if(Close[1] < EMA50) buyCondition = true; } if(EMA50 < EMA200) { if(Close[1] > EMA50) sellCondition = true; }

// Salida if(buyCondition && Close[1] > EMA50) buyCondition = false;

if(sellCondition && Close[1] < EMA50)
sellCondition = false;


응답함

1
개발자 1
등급
(11)
프로젝트
14
29%
중재
3
67% / 33%
기한 초과
0
무료
2
개발자 2
등급
(354)
프로젝트
558
33%
중재
24
67% / 8%
기한 초과
16
3%
무료
3
개발자 3
등급
(53)
프로젝트
77
19%
중재
3
0% / 0%
기한 초과
1
1%
작업중
4
개발자 4
등급
(158)
프로젝트
270
25%
중재
14
29% / 7%
기한 초과
17
6%
작업중
5
개발자 5
등급
(257)
프로젝트
419
38%
중재
86
44% / 19%
기한 초과
71
17%
바쁜
6
개발자 6
등급
(135)
프로젝트
163
40%
중재
11
27% / 73%
기한 초과
25
15%
무료
7
개발자 7
등급
(3)
프로젝트
3
0%
중재
0
기한 초과
0
무료

프로젝트 정보

예산
30+ USD
개발자에게
27 USD