Forum

with & endwith statement for mql5

hi all, is there something in MQL5 that is similar to excel vba macro for this: instead of: Cells.Activate Cells.Copy Cells.PasteSpecial xlPasteValues Cells.Delete to keep the code tidier: With Cells .Activate .Copy .PasteSpecial xlPasteValues .Delete End With in MQL5, how can i make the code tidier

MT5 custom symbol - how to adjust session time precisely?

hi forum members, i've created a custom symbol in MT5 by copying from the broker's symbol, and tried to adjust the session time precisely. for example, the current trade time for monday is 00:00 - 23:58. i want to adjust it to 00:04 - 23:59. however, it doesn't allow me to change the time by typing

how to dock Navigator window to left pane?

my Navigator window is floating in my iOS (not sure what i accidentally clicked). how to dock it back to the left pane