Forum

MQL4/MT4. What is the difference between clicking mt4.exe vs loading the saved Template?

I have an error in values in one of my downloaded and modified Pivot point indicator. When I load the template, all values are correct. But when I clicked my MT4.exe to run the program, sometimes the values are wrong. I need to load my saved template to make it correct. Any one experience this

Alerts in the Alert Tab at the bottom of the MT4 instead of a Window Pop up?

How to make Alert() to post in the Tab on the bottom of MT4 instead of a Window Pop up? Thanks

When downloading mq4 from this website, how come the comments looks weird?

How come the comments looks weird when downloading mq4 in this website

MT4. Is there a way to know we are in the current candle?

Is there a way to know that we are in the current candle or bar? Well I always do is if Open price is the same , we are in the current candle. But is there another way? Thanks

Value of array in watch field in debug mode?

Hello, How can you see the value of the array in the watch in the debug mode ? example Open[0] = 1.213123 , in the watch field it is dynamic array[11766],TS. Any help? Thanks

Datetime as anchor points?

I am creating a rectangle with the highest and the lowest price session for the period. I can easily do it with ihigh and ilow for the Y axis (Vertical) But how can I set up the value datetime for the X axis (horizontal?) I have studied the script of the example on how to create the rectangle sadly