Forum

some help needed for my indicator

Hi, I have a couple issues/questions with my indicator, also feel free to add any tips. I'm not a programmer by profession and new to mql4. - the main issue is that none of these are showing at all, I put these in the function OnCalculate as they have to move dynamically: ObjectCreate("top 0.7

how can I easily look at a value

Hi, I would like to know how I can easily check a value of a function / variable in my program. let's say I Have the following variable double TODAY_OPEN = iOpen(NULL,1440,0); is it possible to display the value somewhere so I can have a look at which amount the variable is showing. thanks

how to have the text removed after removing the indicator

Hi, I have some indicators which display text on the screen using the ObjectCreate function after I remove the indicator, the text is still visible. What I thought was needed was ObjectDelete in the deinit function but that doesn't seem to do the trick. in another indicator I have I don't even have