Frosty's trading bot goes live part 2

In this current sample the average loss is MUCH bigger than the average win. But historically the average win is much bigger than the average loss. In the 14 days its been live its the other way around, but long term it is not.
 
Quote from walterjennings:

moving avg crossover bots make money? i implemented a quick version and found it lost money over a years worth of eur/usd data.
Hmm ... Why did I get a different result?
 
Quote from frostengine:

In this current sample the average loss is MUCH bigger than the average win. But historically the average win is much bigger than the average loss. In the 14 days its been live its the other way around, but long term it is not.

I can only go by what is posted. And granted the sample is small. Nonetheless, I have a difficult time getting my brain around the concept that it is coincidence this near 3 trading weeks sample contains approximately 33% outliers, 100% on the loss-side. Something is askew, and imo, it has to do with exits. Position sizing is not a factor as all trades are 1 contract.

As always, all the best.
Osorico
 
Quote from trader225:

Hmm ... Why did I get a different result?

surprising. must be a different implementation/data/test suite. did you run on eur/usd or something else? would you mind sharing with us which implementation of simple ma crossovers is a profitable automated signal? :D
 
Quote from optioncoach:

Forget statistics and why not look at those two days where you lost $1,334 (6/29) and $1,200 (6/20). Those two are the reason you are down so much and are way bigger than your other days, both profits and gains. I think you need to focus on just those TWO days tonight and see why your model is letting you take such major losses.

if you do not have any real answer then tell the computer to shut down after -$500 and you would have saved yourself $1,500 .
That's a faulty assumption without knowing the details of the individual trades (rather then just the daily totals)

What if one of the days that ended up net positive actually started with the first trade being a $500 loss...simply stopping at -$500 would have turned that winning day into a losing day.

Often times adding an artificial stop loss to a system causes it to be less profitable overall. I would surprised if Frosty didnt test something so simple (stopping after an $XX loss) in his backtesting.
 
Quote from GTS:

That's a faulty assumption without knowing the details of the individual trades (rather then just the daily totals)

What if one of the days that ended up net positive actually started with the first trade being a $500 loss...simply stopping at -$500 would have turned that winning day into a losing day.

Often times adding an artificial stop loss to a system causes it to be less profitable overall. I would surprised if Frosty didnt test something so simple (stopping after an $XX loss) in his backtesting.

This is easy to discover and you are also making a faulty assumption that he did already tested something so simple. If he did, I doubt he would have had such major drawdowns compared to most days where even losses were still 3 digits. As of now, on a small data set stopping at $500 would have saved $1,500 so it is worth investigating further.
 
Quote from optioncoach:

This is easy to discover and you are also making a faulty assumption that he did already tested something so simple. If he did, I doubt he would have had such major drawdowns compared to most days where even losses were still 3 digits. As of now, on a small data set stopping at $500 would have saved $1,500 so it is worth investigating further.
I said I would be surprised if he had not done that testing; that is not an assumption.

An example of an assumption is the unqualified statement that implementing a daily $500 stop loss would have saved him $xxxx in losses. You just repeated that statement in your last post and again I say you do not have enough information to know if that would have been true even for this small sample set.

Do you understand that yesterday he could have had a $700 loss on the bot's first trade but ended up $250 for the day? How do you know that isnt the case? Again - you do not enough information to make the statement that a $500 daily stop loss would haved resulted in $1500 in savings over the past 3 weeks.

Not trying to pick a fight but I have done lots of ATS backtesting so I know about what I speak. If only it were just a matter of slapping a stop loss into a system to make it more profitable, unfortunately that is seldom the case.
 
Back
Top