Plot Expert Without Window Appearing

 
Hello, would it be possible to plot a robot on the graph without the parameter window appearing?

I mean, it will be plotted directly, straight for execution.

I noticed that the function ChartApplyTemplate () applies a model to a chart, where the robot does not need parameters for initialization.

I think there is a way, to initialize the robot, maybe some property.
Thanks
 
Ha-yun: would it be possible to plot a robot on the graph without the parameter window appearing?

Remove the #property script_show_inputs

 
William Roeder:

Remove the #property script_show_inputs

Ah yes, great information.

In the case of Expert Advisor, my robot does not have this property declared, and yet it displays the window (common tabs and dependencies).

Is there a possibility of not opening that window?