multa
multa
Friends

Add friends via their profile or user search and you will be able to see if they are online

multa
Registered at MQL5.community
multa
Added topic 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
multa
Added topic 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));