Forum

MQL5 syntax question

Hi guys, absolutely newbie here. I was stumbled upon a function that look like this : bool CHistoryPositionInfo:: HistorySelect ( datetime from_date, datetime to_date) { //--- request the history of deals and orders for the specified period if (!:: HistorySelect (from_date,to_date)) {