No input window after adding script to the chart

 

Hi!

Please consider that I'm not an programmer only common user with some basics, I've looked on the forum and wider web, but didn't find solution.

Is is possible to achive not having the input window?

I'm dragging a script or a strategy onto the chart and always I get the window with Commom/Inputs window, same with keyboard shortcut.

I've tried with adding a line:

 #property script_show_inputs false 

(found in the net), but it doesn't work.

 
That command is valid for scripts only. By default it's not shown, it you add the property it will be shown.

Putting false next to the property do nothing, just remove the property if you don't need it 

For Experts and indicators, you will always get the input window.

 
Piter Finacze:

Hi!

Please consider that I'm not an programmer only common user with some basics, I've looked on the forum and wider web, but didn't find solution.

Is is possible to achive not having the input window?

I'm dragging a script or a strategy onto the chart and always I get the window with Commom/Inputs window, same with keyboard shortcut.

I've tried with adding a line:

 #property script_show_inputs false 

(found in the net), but it doesn't work.

maybe there is some inputs? if you remove the word input at the start of those lines, then, the common tab and input(s) will not appear.

 

Of course there are some inputs, but I enter them once and want to forget about them, just use a script.

I am not the author (It is Position Sizer by Earnforex) and I don't know how to edit the script properly.

Thanks Fabio for your explanation. 

I guess I'll stick with ona additional, redundant click forever!

 

If you have the source code, just delete this row

 #property script_show_inputs 

NOTE: Delete the row! Not add "False" next to it.