Andre
Andre
Friends

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

Andre
Added topic MT5 new functions, help
I'm using the new mt5 functions to generate a history graph of highs and lows of the day, but it's not working. Basically it's taking the highs and lows of the whole graphic, I'm wanting it to take day by day. In mt4 I made a similar code and
Andre
Added topic High and Low of Day Indicator
I would filter by day in MT5, can someone help me? Thanks! #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots    2 double day_high = 0 ; double day_low = 0 ; double hi[]; double lo[]; int OnInit () {
Andre
Registered at MQL5.community