Forum

Only one order per day

Hello, maybe it is a strange question but is there any chance to make the EA to open Only one order per day in 5 min chart? Fore example, if i have: saveHigh = High[iHighest(Symbol(), 0, MODE_HIGH, 30, 1)]; if (Close[1] > saveHigh) int buyticket =

Record High and Low between a time period, and use it later

Hello guys, I'm new in MQL4, so I have a question. I hope you can help me I need to record the Highest and the Lowest between 11:00 AM and 12:00 am - 5 min chart. I need this price to use it later, so i need it static (Not 1 period back for example) Thank you in advance. Regards