I'm dead serious when I say this:
Stop talking about making money and go ahead and try to make it. Find out what's in your gut when it counts. That's the only way you're going to learn if you've got what it takes to be successful in trading. Your best levels of creativity and self-survival aren't going to kick into high gear until you put your skills up against a live market. --- In [email protected], "kevinoversby" <[EMAIL PROTECTED]> wrote: > > SetTradeDelays(0,0,0,0); > BuyPrice = Ref(C,-1) - 50; > Buy = L < BuyPrice; > Sell = 1; SellPrice = C; > > Try this long only on ^DJI with same bar exit enabled (daily > timeframe). Nets around 5000 points a year in recent years with low > drawdowns. Subtract 1 point per day per contract for commisions (IB > rate for mini-dow). $5K per contract gives acceptable drawdowns and > 100% account increase per 1000 points on the YM. > > Any comments, improvements or other suggestions would be welcomed. > > > Kevin >
