Announcement

Collapse
No announcement yet.

Input Parameters

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Input Parameters

    Hi

    I am writing a model that takes two input parameters. When I run it through the back test analyser it prompts for the parameters but when i simply reload the model - having made a few changes to it - it does not prompt for the parameters. Iss there anyway I can get it to prompt when I reload

    Thanks

    Paul

  • #2
    paulm
    Not that I am aware of. The askForInput() function is triggered only when the efs is first loaded.
    Consider also that if you have added/removed any user definable parameters you would need to remove and load the efs from fresh for the changes to go into effect.
    If instead you are just modifying the values of existing hard coded parameters then you could make these user definable by using the FunctionParameter Object which will allow you to access them through Edit Studies.
    Alex

    Comment

    Working...
    X