AlmightyAnalyst
AlmightyAnalyst
AlmightyAnalyst
Added topic How I can write a code for a "Hammer" candlestick pattern?
I'm trying to make a robot that can recognize when a "Hammer" shows up on the chart. So far I have a way to command MetaTrader to look for when the last candle's Low[] is lower than the last 3 candles:  if(Low[1] < Low[2]&& Low[1]
AlmightyAnalyst
Registered at MQL5.community