Search found 24 matches

Re: Coding Help

I need your help, What I want is to click the button all the time to display ABCDE if(show_data) { ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_ON_color); ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,"button:A"); if(show_data) { ObjectSetInteger(ChartID(),buttonId,OBJPROP_...

Re: MT4 Indicator requests and ideas

int start() { recalc = false; if (show_data) { //1 click button ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_ON_color); ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_unpressed); start2(); handleButtonClicks(); } else if (show_data1) { //2 clicks on the button ObjectSetInteger(Ch...

Re: How do you judge if you are responsible for 3 or 4 tasks when displaying data?

Dont understand, this question is for me? Is possible, you have some indicator with this so post it... int start() { recalc = false; if (show_data) { //1 click button ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_ON_color); ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_unpressed)...

Return to the advanced search