Thread: Monte Carlo analysis with strange results

Results 1 to 6 of 6

  1. #1

    Default Monte Carlo analysis with strange results

    Monte Carlo analysis with strange results

    preliminary testing only looks at one particular instance of an infinite number of random walk paths. It is by no means conclusive. A system will probably generate multiple buy signals on the same day. A trader with sufficient capital for only 1 more trade has to select which signal to buy on. Different trade selections will yield very different final equity results. The results analyzed only accounts for 1 possible instance out of an almost infinite number of trading decision combinations. In order to verify the statistical accuracy of the result, the system would be to be tested exhaustively. This can be achieved by random walking using Monte Carlo analysis. Whenever the system generates multiple trading signals, only one would be chosen at random. This is done 10,000 times. With this, a mean net profit and accuracy together with their corresponding standard deviation can be obtained. After which, a 95% confidence interval can be determined.
  2. #2

    Default

    now...a typical result would look like this

    Click the image to open in full size.

    Monte Carlo analysis results for net profit
    Maximum Profit: $171,061.18 (342.12%)
    Average Profit: $142,801.91 (285.60%)
    Minimum Profit: $113,469.63 (226.94%)
    Standard Deviation: $8,974.64 (17.95%)
    Sample Size 10,000


    now what i got is this funny curve
    Click the image to open in full size.
    Monte Carlo analysis results for net profit
    Maximum Profit: $487,718.13 (975.44%)
    Average Profit: $440,281.30 (880.56%)
    Minimum Profit: $358,173.52 (716.35%)
    Standard Deviation: $48,535.88 (97.07%)
    Sample Size 10,000



    does anyone knows why?
  3. #3

    Default

    Hanhao,

    Why are there no negative values? What parameters/inputs are you using?

    Grant.
  4. #4

    Default

    looks like a bug in the software you are using. If done properly, a monte carlo analysis will always produce a normal distribution. Perhaps you should look into bootstrapping.
  5. #5

    Default

    There is nothing I can see that is wrong with those results. Maybe it's not profitable enough over 10,000 trades is all. I would maybe look to get some bigger profits in there.
  6. #6

    Default

    Quote:
    Originally Posted by Gherkin75 View Post
    There is nothing I can see that is wrong with those results. Maybe it's not profitable enough over 10,000 trades is all. I would maybe look to get some bigger profits in there.
    Agreed. Average profit is not even a tenth for the high outlier. Include a two way commission trip at $10 total and that's $100,000.

    Not hating on your system, but it's food for thought.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts