Hi PeiterS.- no suspicion here. I'd rather learn from you than pay my own DUMB TAX!
Without the timed stop, the calculation and stats (based on back trading-after commissions) ratio changes to 75% winning trades - which is fantastic through the eyes of the beginner. Using the above example $50*75%/$150*25%=$37.5/$37.5 = $0 profit. At that point, I paid the broker and need to get a day job!!
Based on my post, it seems like I should be taking 0.9 of the trades at 1/3 profit. So, say I set the stop at 1 ESmini point ($50US). That means a profit of $50x.9/150x.1 = $450/$150 or 300%. Well, that is what I would have liked! I had my beginner goggles on. But, HAHA, lets all have a good laugh, part of my learning curve showed me that is not the case. The devil is in the details. I still don't know how often I will get good fills.
The market doesn't reach the limit/stop before the timed exit. The timed exit is what brings the total profit into the black. The timing exit gets me out so that I take 90% of the trades at some (small) profit. And 10% of the trades at at a loss(typically small, sometimes large).
The program only occupies 1 page of code even with half the lines used as documentation and variable declaration. This is my rule that keeps the program "simple". Granted,the program uses a homemade variable to determine the exit time - it is based on price alone. The program also examines the trend and only trades against the major trend. (Still testing the live trade to be sure I can get fills against the trend) The best times of day follow/include high volume. Typical trades are a few minutes long and happen about 10 times a day during the open outcry hours.
The idea is to fade a trend. We all know that trends end. What we don't know is when the trend will end. Also, we know that the end of the trend reverses the direction of price. Again, what we don't know is how far the price will reverse, or for how long. Surprisingly, this program doesn't work on the NQ - just the S&P. I've been studying the Big S&P for 20 years of intra-day activity. The S&P moves like this. When the CBOT changes the S&P to something other than open outcry this program may fall apart. A few missed fills could cause the whole idea to go south. That is why I'm asking if anyone else trades like this.