radiobutton in parameter
Created at 17 Jul 2021, 17:08
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.
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