Sliders

Sliders

Adjust the period (and other values) of a technical indicator quickly and easily, by using up to 4 visual “sliders” in the chart window – without having to manually change the values in the input window or even having to take your eyes off the indicator.

Each slider consists of up to 50 separate boxes in a horizontal line across the chart window. Each box has an associated value. There is a circular “marker” or “token” which can be placed in any box to select that value. The selected value is then applied to the chosen parameter of the indicator in the separate window, and the indicator is automatically updated. This indicator uses MT4 chart objects and makes no use of DLLs.

The external variables allow you to choose how many sliders to display (up to 4), what values to start and end each slider with, the increment of value increase between each subsequent box (up to a maximum of 50 boxes per slider), the description and colour associated with each slider, the number of bars to be counted in the indicator and whether or not to display the X and Y coordinates of the first marker. The slider values may include decimals and/or minus numbers.

The chart objects are displayed as labels, and therefore will stick to the window. The object positions are set by X and Y coordinates. The default settings for these coordinates are described within the code and can be easily adjusted (requiring a re-compilation).

The default indicator is Stochastic. If you would like to use a different indicator then enter the relevant code in lines 448-451, and simply replace one of the parameters with the relevant slider array.

If you would like to use an indicator that is displayed in the chart window then change line 34 to “#property indicator_chart_window”.

Register to download