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
評価
(1121)
プロジェクト
1808
61%
仲裁
14
64% / 7%
期限切れ
84
5%
4
開発者 4
評価
(2631)
プロジェクト
3346
67%
仲裁
77
48% / 14%
期限切れ
342
10%
パブリッシュした人: 1 code

プロジェクト情報

予算
25 - 30 USD
締め切り
最低 3 最高 5 日