You mean the arrows disappeared? Yes it is and you must refresh chart manually for show it back......For objects buttons does not work well. Or I can do it like this, the text and arrows remain.Merylfx wrote: Tue Mar 22, 2022 4:21 am Thanks kvak for your feedback. I tried the indicator but unfortunately the arrows do not display correctly.
See the attached image.
Thanks
Re: Indicators with ON/OFF buttons
1882Ok I understand better now kvak. I will proceed as you say.kvak wrote: Tue Mar 22, 2022 5:05 am You mean the arrows disappeared? Yes it is and you must refresh chart manually for show it back......For objects buttons does not work well. Or I can do it like this, the text and arrows remain.
Thanks for your feedback.
Re: Indicators with ON/OFF buttons
1883Could the option to put the button in the subwindow be added?
Thanks for your hard work.
Thanks for your hard work.
You cannot solve a problem from the same consciousness that created it. You must learn to see the world anew
Re: Indicators with ON/OFF buttons
1884
Hi,
Could someone add an ON/OFF button to this 5 EMAs indicator please?
Thanks in advance
Could someone add an ON/OFF button to this 5 EMAs indicator please?
Thanks in advance
Re: Indicators with ON/OFF buttons
1885In some BT template is easy...PumbaPLS wrote: Wed Mar 23, 2022 8:40 am Could the option to put the button in the subwindow be added?
Thanks for your hard work.
Where start settings for button add this code...
Code: Select all
extern int btn_Subwindow = 0;
Code: Select all
ObjectCreate (0,buttonID,OBJ_BUTTON,0,0,0);
Code: Select all
ObjectCreate (0,buttonID,OBJ_BUTTON,btn_Subwindow,0,0);
- These users thanked the author kvak for the post (total 5):
- PumbaPLS, chris006, Mrs.Watanabe, Thangarasu, Jedidiah
Re: Indicators with ON/OFF buttons
1886This life is beautiful because God made us to be creative. For some of us who like Anchored VWAP and want to use it for analysis, adding a button to it can be fun and useful.
Kindly add the button to the attached indicator.
Thank you.
Kindly add the button to the attached indicator.
Thank you.
Re: Indicators with ON/OFF buttons
1887weird! I have done exactly that and then the candles didnt work anymore and when I pressed the button it just said "Candle timeframe 1440" I will test it out myself one more time, still thanks!kvak wrote: Thu Mar 24, 2022 3:45 am In some BT template is easy...
Where start settings for button add this code...And this line (133 in original file) change from thisCode: Select all
extern int btn_Subwindow = 0;
to thisCode: Select all
ObjectCreate (0,buttonID,OBJ_BUTTON,0,0,0);
Code: Select all
ObjectCreate (0,buttonID,OBJ_BUTTON,btn_Subwindow,0,0);
You cannot solve a problem from the same consciousness that created it. You must learn to see the world anew
Re: Indicators with ON/OFF buttons
1888Try...FT_Trading wrote: Thu Mar 24, 2022 3:07 am Hi,
Could someone add an ON/OFF button to this 5 EMAs indicator please?
Thanks in advance
Added drop down box for average options and prices too...
- These users thanked the author kvak for the post:
- FT_Trading
Re: Indicators with ON/OFF buttons
1889TryWole wrote: Thu Mar 24, 2022 3:56 am This life is beautiful because God made us to be creative. For some of us who like Anchored VWAP and want to use it for analysis, adding a button to it can be fun and useful.
Kindly add the button to the attached indicator.
Thank you.