Announcement

Collapse
No announcement yet.

Can a reload be caused within Main?

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

  • Can a reload be caused within Main?

    I have a lot of combinations of parameters values to backcheck. So, I don't really want to spend the time with dozens of interation of manually using the backtester. So it would be great if there is a way to force a reload in Main. Then I could just keep updating a file with the results of each parameter combination.

    Thanks in advance,
    Robert

  • #2
    Re: Can a reload be caused within Main?

    Originally posted by robertdufur
    I have a lot of combinations of parameters values to backcheck. So, I don't really want to spend the time with dozens of interation of manually using the backtester. So it would be great if there is a way to force a reload in Main. Then I could just keep updating a file with the results of each parameter combination.

    Thanks in advance,
    Robert
    Hi Robert,

    There is an reloadEFS() function available which will reload the strategy EFS without resetting th global variables.

    Not sure how you would automate the strategy backtest run with different parameters.

    Glen
    Glen Demarco
    [email protected]

    Comment

    Working...
    X