GuiGetValue
- get numeric value of on-chart control

GUI functions
(AmiBroker 6.30)


SYNTAX GuiGetValue( id )
RETURNS NUMBER
FUNCTION Returns the numeric value of GUI control (for example slider position). For non-slider controls value is number representing control text converted to number). For slider controls the value is within min-max range set by GuiSetRange.

Parameters:

  • id - control ID
EXAMPLE
SEE ALSO GuiSlider() function , GuiSetRange() function

References:

The GuiGetValue function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.