askForInput()

eSignal EFS

askForInput()

 

askForInput( [Title] )

 

  • Title: Optional. Title to be displayed in the dialog.

 

This function will cause an abbreviated version of the Edit Studies dialog to be displayed. It can be called from preMain() or from within main() itself.

 

Can be used in conjunction with the Function Parameter class to edit/change EFS script parameters.

 

Function Parameter Class

 

 

Example:

 

askForInput("My RSI Study Parameters");

 

will pop up an Edit Studies dialog with all parameters associated with this study displayed. Be very careful where you place calls to this function. You definitely do not want to get into a position where you are calling this on every new tick!