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

2735
kvak wrote: Thu Nov 24, 2022 8:45 pm Dont understand, this question is for me? Is possible, you have some indicator with this so post it...

Code: Select all

 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(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
      ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_pressed);     
      deinit2();
       handleButtonClicks();
      }
      else
       {
       //3 clicks on the button
      ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
      ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_text); 
      handleButtonClicks();
      deinit2();
      }
       return(0);
      } 
Why can the button code be read only twice? thank you!


Re: Indicators with ON/OFF buttons

2738
Banzai wrote: Tue Aug 31, 2021 11:40 pm 123 TRIANGLES
Image
Dear Banzai
can you please check this indicator price text value and triangle forming price are same ???. when i seen the chart, there is difference . kindly see the snap where i marked yellow line !!
if possible to make a line will be great.
Attachments
"There is NO GOD higher than TRUTH" - Mahatma Gandhi

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

2739
luo83868008 wrote: Sat Nov 26, 2022 1:58 pm

Code: Select all

 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(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
      ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_pressed);     
      deinit2();
       handleButtonClicks();
      }
      else
       {
       //3 clicks on the button
      ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
      ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_text); 
      handleButtonClicks();
      deinit2();
      }
       return(0);
      } 
Why can the button code be read only twice? thank you!
Sorry, dont know....


Who is online

Users browsing this forum: Applebot [Crawler], ChatGPT [Bot], gmpleyland, Google [Bot], IBM oBot [Bot], sdsdzk, WhatsApp [Bot], Yahoo Japan [Bot] and 112 guests