Jens89
Added topic 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
Jens89
Added topic 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
Jens89
Added topic 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
Jens89
Registered at MQL5.community