Forum

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 msg4 text? The program compiles without error. What must I do to correct

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

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

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

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"); if(!ObjectCreate("label_object", OBJ_LABEL, 0, 0, 0)) { Print("error: can't create label_object

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 plot the average of those two averages. What am I

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 #property indicator_color1 Yellow //jm added

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

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

Is there a GOTO statement in MetaEditor?

Is there a GOTO statement in MetaEditor