radiobutton in parameter

Created at 17 Jul 2021, 17:08
IR

IRCtrader

Joined 17.06.2021

radiobutton in parameter
17 Jul 2021, 17:08


i need radiobutton in input parameter. 

i know how to add radio button on chart but i dont know how to add as input parameter.

please give me an example.


@IRCtrader
Replies

amusleh
19 Jul 2021, 09:02

Hi,

You can't use RadioButton on indicator/cBot parameters, the only selection option for now is Enums which will show a dropdown that allows user to select one single item.

You can create a thread on suggestions section for RadioButton if you want to.


@amusleh