Search found 116 matches

Return

Re: Indicators with ON/OFF buttons

by: DVanAssen
Hi again Banzai and Xaard. Too many including me, using Xaard VWAP is great as it is aligned to daily weekly and monthly "lines". But scrolling back and forth as suggested by Xaard is cumbersome. What i done was added the attached VWAP to my charts together with Xaard VWAP thus on whatever...

Re: Indicators with ON/OFF buttons

by: DVanAssen
//Set bar widths if(Chart_Scale == 0) {Bar_Width = 2;} else {if(Chart_Scale == 1) {Bar_Width = 3;} else {if(Chart_Scale == 2) {Bar_Width = 3;} else {if(Chart_Scale == 3) {Bar_Width = 3;} else {if(Chart_Scale == 4) {Bar_Width = 7;} else {Bar_Width = 13;} }}}} According to the code, if the chart scal...