Auftrag beendet
Ausführungszeit 1 Tag
Bewertung des Kunden
Good work. Thank you.
Spezifikation
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); }
Bewerbungen
1
Bewertung
Projekte
136
36%
Schlichtung
14
29%
/
50%
Frist nicht eingehalten
15
11%
Frei
2
Bewertung
Projekte
670
33%
Schlichtung
60
17%
/
32%
Frist nicht eingehalten
113
17%
Arbeitet
3
Bewertung
Projekte
1808
61%
Schlichtung
14
64%
/
7%
Frist nicht eingehalten
84
5%
Frei
4
Bewertung
Projekte
3345
67%
Schlichtung
77
48%
/
14%
Frist nicht eingehalten
342
10%
Frei
Veröffentlicht: 1 Beispiel
Projektdetails
Budget
25 - 30 USD
Ausführungsfristen
von 3 bis 5 Tag(e)
