joe
joe
Friends

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

joe
Registered at MQL5.community
joe
Added topic text created by object code does not appear on my bar chart?
All of a sudden the text created by the object code shown below does not appear on my bar chart. The objects list properly displays the name as "Objname4" but the description column now displays the word "Label" instead of the
joe
Added topic how do I get the name of the currency pair for the chart to which an indicator is applied?
I have written an indicator which is applied to different currency pair charts. Is there a function which will return the name of the currency pair for the chart to which the indicator is being applied
joe
Added topic Can I insert a clipboard image into a topic message (such as this message) and if so, how?
Can I insert a clipboard image into a topic message (such as this message) and if so, how
joe
Added topic how do I access current bid and ask prices ?
If it is possible, how do I access current bid and ask prices in custom indicator code
joe
Added topic DISPLAYING TEXT ON A CHART
I am trying to display text on a chart but no luck so far. I will appreciate any suggestions. The following "Comment" and " ObjectCreate " code compiles ok but do not work? Comment("THIS IS A COMMENT");
joe
Added topic calculation for an indicator does not work
The calculation for an indicator at the last statement highligted in red, below, (ie) OutPut3[i]=(xx[i]+yy[i])/2; //??????????????????????? does not work. My intent is to calculate the one day and three day moving averages (xx[i] and yy[i]) and then
joe
Added topic only one indicator gets displayed on the bar chart?
In the code shown below I intend to display two indicators but only one indicator gets displayed on the bar chart? what am I doing wrong ? Thanks, Joe Miller ---------------------------- #property indicator_chart_window #property indicator_buffers 2
joe
Added topic MT4 Language
If there is an MT4 Language User's Guide which explains the syntax for all commands and/or can I click on an item when in the editor to get an explanation of a particular command? Thanks, Joe Miller
joe
Added topic Does MetaEditor have a debugging facility
Does MetaEditor have a debugging facility (tool) whereby I can, for instance, halt execution at a designated statement to observe the state of the program at that point
joe
Added topic informed by email when answers have been posted to my Topics?
Is there a Forum option I can choose by which I will be informed by email when answers have been posted to my Topics? 
joe
Added topic Is there a GOTO statement in MetaEditor?
Is there a GOTO statement in MetaEditor
joe
Added topic "alert by email" Forum function?
Is there an "alert by email" Forum function which sends notice when a topic has been answered?  
joe
Added topic 1. mid point function? 2. C Language question
1. Is there a mid point function like open, high, low. close? 2. Please advise regarding the following: I am trying to learn how to write indicators. I have never written programs in C language. I could not find a "midbar" or