Forum

Suggestion for an expert advisor, please help :)

Hello, I have a suggestion for an expert advisor. My problem is that I do not know how to code it myself. That is what I need you guys to help me with . The setup: Indicators: Bollinger Bands (20,2,0,close), 21ema shift 0 red, 21ema shift 1 blue and rsi 8 The criteria is : currency is GBPUSD (maybe

How to find the time of the High and Low ???????

Hello, I am trying to code an expert. If for example it is 15 o'clock and the daily price on GBPUSD has had a Low at 12:39 and a High at 7:23, how do I find these time values with mql4 ????????? I have tried: t1=TimeHour(iHigh(NULL,PERIOD_D1,0)); t2=TimeHour(iLow(NULL,PERIOD_D1,0)); and so on... but