Wolf Waves EA

MQL4 전문가

작업 종료됨

실행 시간 1 일
고객의 피드백
Good work. Thank you.

명시

Hi software engineers, 

I have bought an indicator Wolf Waves and would like to have an EA with a grid strategy made. 

When the signals (buy or sell) from the indicator happen, start open a trade. The open trades are manage by a grid strategy with increasing lot size untill the positions recover to win trades.

The Wolf Waves indicator is defined from the vendor: http://www.pointzero-trading.com/Products/view/PZWolfeWaves

 

In order to build an  expert advisor, you can read data from the indicator using the iCustom() function as exemplified below. 

//---- Step 1: Define constants in your EA
#define OP_BUY_WW    2
#define OP_SELL_WW   3
//---- Step 2: Read value from data buffer
int start()
{
// Read value from data buffer
double value  = iCustom(Symbol(), Period(), "PZ_WolfeWaves_LICENSENUM", 2, 1);
// Do something
if(value == OP_BUY)      { /* Your code for bullish signal (blue arrow) */ }
if(value == OP_SELL)     { /* Your code for bearish signal (red arrow) */ }
if(value == OP_BUY_WW)   { /* Your code for bullish wolfe wave (before arrow) */ }
if(value == OP_SELL_WW)  { /* Your code for bearish wolfe wave (before arrow) */ }
if(value == EMPTY_VALUE) { /* Your code if no pattern or breakout */}
// Exit
return(0); 

}

 

 

 

응답함

1
개발자 1
등급
(101)
프로젝트
136
36%
중재
14
29% / 50%
기한 초과
15
11%
무료
2
개발자 2
등급
(414)
프로젝트
670
33%
중재
60
17% / 32%
기한 초과
113
17%
작업중
3
개발자 3
등급
(1090)
프로젝트
1770
61%
중재
14
64% / 7%
기한 초과
84
5%
작업중
4
개발자 4
등급
(2421)
프로젝트
3041
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중

프로젝트 정보

예산
25 - 30 USD
VAT (19%): 4.75 - 5.7 USD
총: 29.75 - 35.7 USD
개발자에게
22.5 - 27 USD
기한
에서 3  5 일