Forum

Change mt4 password

Hi Is it possible to change MT4 user password by coding in an EA? Basically I wanted to force close MT4 if certain percentage of loss for the day occurred. thanks Richo

How Do I Get Help?

I posted my problem late last week without getting any response. How do I get help? I can't gt the MQL5 server to connect

Problem connecting to server

I'm getting this error message. 2015.09.16 21:31:12.955 '338363': Signal - connect to (null) through proxy failed I've checked and re-checked everything but it keeps rejecting connection. Can anyone tell me why? Richo

How to Download Signals Software

I have signed up and paid for a copytrades signals. What happens next? Should I be getting a code or ea to put on my MT4 platform? richo

Tile Windows

Hi Is there any function for "tile window", Like we do it by pressing Alt+R. thanks

OrderSend - Script

Hi I am using the following command in a script and it is working correct with one of my broker account. Today I opened a new demo account with another broker but the same script is not sending the order and I am also not getting any error code. I have checked the options in mt4 Allow DLL and

How to get the text of a obj_label

Hi Can someone please direct me how do I get the text of a label object . Thanks

OrderSend / Confirmation

Hi While I run this command with a new broker, I am getting the order window instead of executing the market order. if ( GlobalVariableGet (gvariable) == 2 ) { OrderSend ( Symbol (), OP_SELL , 0.01 , Bid , 3 , 0 , 0 , "My order" , 16384 , 0 , clrGreen ); GlobalVariableSet ( Symbol ()+

Parallel trend lines

Hi Is there any formula for finding whether two trend lines are parallel? I am finding the slope of first trend line and matching with the other, but it is not accurate. Any other guidelines please. Thanks. richo

iTime for negative shift

Hi Can someone please help me how to find the time if the shift value being negative. Basically I am trying to draw a trendline based on the existing trendline I am getting objprice1 correctly but the objtime1 always return 0. Thanks datetime objtime1 = iTime ( Symbol (), Period (), shift);