Announcement

Collapse
No announcement yet.

Run SA from EFS code

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

  • Run SA from EFS code

    I would like to run SA from my EFS code and save results in a folder for future review.
    The ideas is to create a loop with parameters like different length MA and Profit target and check what combination gives best result.

    Is it possible with current eSignal software and what would be coding necessary to do that?

  • #2
    You might be able to do this with reloadEFS(), although I haven't tried it myself.

    Someone else was trying to do this in a recent thread Click Here.

    Comment


    • #3
      Yes I had a look at the post. My question refer to something slightly different. I would like to run a Strategy Analyzer from EFS code using specified strategy and set of parameters i.e.

      For MALenght = 10 to 20;
      Run SA [MACrossOver strategy (MALenght)];
      Save result of SA in Directory D as a file F10, F11, F12 ..... F20;
      Next MALenght;

      a result of above mentioned Loop would be 11 HTML files produced by SA

      Comment

      Working...
      X