internal void ChartRangeBar_AnyValueChanged(object sender, RangeArgs <DateTime> e)
        {
            BarDataRange newRange = new BarDataRange(e.ValueMin.Date, e.ValueMax.Date);

            try {
                this.chartFormManager.PopulateSelectorsFromCurrentChartOrScriptContextLoadBarsSaveBacktestIfStrategy("ChartRangeBar_AnyValueChanged");
            } catch (Exception ex) {
                Assembler.PopupException("ChartRangeBar_AnyValueChanged", ex);
            }
        }
		internal void ChartRangeBar_AnyValueChanged(object sender, RangeArgs<DateTime> e) {
			BarDataRange newRange = new BarDataRange(e.ValueMin.Date, e.ValueMax.Date);
			try {
				this.chartFormManager.PopulateSelectorsFromCurrentChartOrScriptContextLoadBarsSaveBacktestIfStrategy("ChartRangeBar_AnyValueChanged");
			} catch (Exception ex) {
				Assembler.PopupException("ChartRangeBar_AnyValueChanged", ex);
			}
		}