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.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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.