Lavoro terminato
Tempo di esecuzione 1 giorno
Feedback del cliente
Good work. Thank you.
Specifiche
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); }
Con risposta
1
Valutazioni
Progetti
136
36%
Arbitraggio
14
29%
/
50%
In ritardo
15
11%
Gratuito
2
Valutazioni
Progetti
670
33%
Arbitraggio
60
17%
/
32%
In ritardo
113
17%
In elaborazione
3
Valutazioni
Progetti
1808
61%
Arbitraggio
14
64%
/
7%
In ritardo
84
5%
Gratuito
4
Valutazioni
Progetti
3346
67%
Arbitraggio
77
48%
/
14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
Informazioni sul progetto
Budget
25 - 30 USD
Scadenze
da 3 a 5 giorno(i)
