Trader Mike
Trader Mike
Friends

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

Trader Mike
Added topic Here is a really weird one!
I had to go to my laptop in order to post this.  I tried to send an email to info@metaquotes.net, but it is not a good email address.  I don't know where else to turn, so I am asking if the people here can help.  Here is the email I
Trader Mike
Added topic Won't read price value of TrendByAngle line!
I'm trying to read the price value of an angled line one bar right of its anchor point using the  ObjectGetValueByShift() function - and it's giving me garbage!  Can't figure out why. Here is my code from the indicator I'm working on
Trader Mike
Added topic Simple Indicator That Won't Update!
It's time to appeal to smarter programmers than myself.  I have been working on this ADR (Average Daily Range) indicator, which draws lines at the upper and lower levels of the daily range.  I've been running it on 5-minute charts and
Trader Mike
Added topic MT4 emails to Gmail while using Surfshark VPN
Hi Folks, I use the Surfshark VPN and I'm trying to get MT4 to send emails to my Gmail account, but Surfshark seems to interfere and stops MT4 from connecting (error message is: Mail: login to smtp.gmail.com:465 failed).  I have added the MT4
Trader Mike
Added topic MA of ATR in an EA
How do I create a moving average of the ATR inside an EA?  I know the Moving Average indicator in MT4 allow you to choose "Previous indicator" for the applied price, but there is no selection for that in the list of enumerated "applied prices"
Trader Mike
Added topic Has anyone else experienced some of their MT4 coding stopped working in Strategy Tester
Hi Folks, Some of the functions I have used for years are no longer working in the MT4 platform!  For example, I have used this function for years to delete pending orders, and it has stopped working: void ClosePendingOrders(int type = 7, 
Trader Mike
Added topic Object name by value???
Is there any way to find an object's name if you only have it's price value? Specifically, I want to be able to determine if a Horizontal Line exists at a given price, knowing only the price value; and get the name of such a line if one exists. I've
Trader Mike
Added topic Installing multiple instances of MT4
  I have a single demo from Oanda running on MT4, but would like to add more.  It used to be that while installing MT4 you could choose a different Installation Folder and Program Name during the installation process.  However, the
Trader Mike
Added topic Drawing Horizontal Lines with my EA
Friends, I am trying to modify one of my EAs in MQL4 to draw and move horizontal lines , but it won't draw the lines.  This is the code I'm using.  Can you tell me what is wrong?      string LT = "LineTest" ;
Trader Mike
Registered at MQL5.community