Make a Template for access "candlepatterns.mqh" - Candlestick Patterns Class

MQL5 Integrazione

Lavoro terminato

Tempo di esecuzione 9 giorni

Specifiche

I am new at programmer EA for MT5 and I am doing I think pretty well. But I am with trouble to use the Candlestick Parterns Class. I want someone who can make like a template where I can chechk kind of candlestick formation insite of OnTick(). Like the example bellow:


void OnTick()

{

  if(Example.CheckCandlestickPattern(CANDLE_PATTERN_HAMMER))

       {

               Print("This is a Candle Hammer);

        }

  if(Example.CheckCandlestickPattern(CANDLE_PATTERN_BEARISH_HARAMI))

       {

               Print("This is a Candle Bearish Harami);

       }

}


That all I need, just a simple template which call the candlepatterns.mqh and I can make IF testing of the formation of the candles.


Con risposta

1
Sviluppatore 1
Valutazioni
(54)
Progetti
164
43%
Arbitraggio
43
47% / 16%
In ritardo
58
35%
Gratuito
Pubblicati: 1 codice
2
Sviluppatore 2
Valutazioni
(8)
Progetti
9
0%
Arbitraggio
6
0% / 100%
In ritardo
4
44%
Gratuito

Informazioni sul progetto

Budget
10 - 50 USD
Scadenze
da 2 a 3 giorno(i)