EagleEye
EagleEye
Friends

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

EagleEye
Added topic Add 50 pips to something
Hello, I have one line i my EA that looks like this: if (Close[1] < Close[5]) then something I want to add 50pips to Close[5] so i did this: extern int AddPips = 50; if (Close[1] < Close[5] + AddPips), but it doesn't work. What am i doin wrong
EagleEye
Added topic Script help
In MT4 there is under Scripts the "send_pending" script. Right now the script makes a pending order 10 pips from the current price . I need this script to be changed to be able to find out the high and the low of the current bar and then
EagleEye
Added topic Indicator refresh
Hello, Is it possible to refresh an indicator, lets say every 5 min. from inside the indicator code itself? I cannot program my self so i need some code if it's possible. Thank you for reply in advance
EagleEye
Added topic Help a newbie - Day and Time functions
Hi, I'm a newbie in here so i need some help. I have an EA that trades when the market opens at sundays. The problem with the EA is that it also take trades during the week and i don't want that. I want it to work like this: extern int
EagleEye
Added topic send sms from MT4
Hi, Is it possible to send an sms message from MT4 when an order has been created
12