How much do you stick to your strategy?

Quote from bolter:

andread,
Successful traders will always tell you to stick with your trading plan/method no matter what. But the difference between them and you is they have a plan/method that they have refined over many years, and has been proven to work. Your plan/method, on the other hand, being a newbie, probably sucks (nothing personal). If you stick with your current plan they'll cart you out in a box. You need to continually refine your plan/method, and you can only do that through trial error. The key point is to honestly examine every day whether your deviations added value or not and document your findings. Through this process you will learn what works and what doesn't.

Ask them if they stuck with their plan when they first started out trading, like you, and you may get a different response.

All the best.

:)
You are right, my system is not that great, although it doesn't seem to be terrible. To be honest, it's not even very well defined.
I'm trying to define some rules, but what I always see is that there is something I would lose, sometimes because of pure randomness (I guess), sometimes because of something I didn't get, usually something in the news.
Being a software developer I would love a system that can be automated, but looking at the complexity of the market, and mainly the importance of the news, a completely mechanic system doesn't look very doable; if it does, I would guess it's a system with a poor performance, compared to a more discretionary system.
Or maybe I just want too much.
That's why I was curious about the way people here do their trading
 
Quote from JimmyJam:

Hey andread,

You've got a lively discussion going on here. I find the concept of programming divergences, continuations and reversals in all of their subtle complexities to be beyond my comprehension.

I can see them very well when they happening in front of me, but I can't figure out the coding (after this exercise maybe i'll give it a try!). That is what I meant, so this would have to fall under the "b) lack of programming skills/knowledge/experience" category.

it looks more like you are tallking about the course of a variable, rather than its value.
I guess you can still do that automatically, to some extent. You can program for example rules based on average, max, min, variance, slope, frequency.
 
My systems are tightly defined.

I always follow the rules with the exception that I take no trades on FOMC days. Learned not to trade those days the hard way.

I'd like to completely automate my systems but the real world doesn't seem to be too accommodating. For example, if I want to exit at end of day, I put in a MOC order in the system. In backtesting it always gets the closing price for the day. In the real world it's different. Tradestation 8.1 doesn't support MOC and OpenECry places the order 1 min. prior to the close. In the ES market this means you're not going to be close to the closing print. To make it work I manually enter a market order with about 5 sec. till the close. This means my system and the brokers system must both have their time synched correctly. One broker I used let their clock drift and about 1/2 the time my order would be rejected because they thought the market was closed. (dumped that broker). Anyway, I still only get the closing print about 1/2 the time. The rest of the time I get the spread (which is ok since I use the spread for slippage in backtesting).

There are lots of other examples like this that make autotrading tough for me to see being a reality anytime soon. Manual trading is good enough for me.
 
Quote from Grob109:
Do not expect yourself (or Cheese, for that matter) to be able to grasp what is being suggested to you by others.
..
The world you and cheese (as a poster so far) are in is a common place to be. Don't worry about it. At some point you will be getting a kind of wake up call. It will be something like being in a strange place for the first time. ..
In trading Grob still does not know the parts he does not know. At his age he is well past the option of getting 'a wake up call'. Parts of his procedures are Stone Age. I won't be enlightening him although undoubtedly his teachings have benefit for independent traders.
:)
 
Quote from Grob109:

One of the difficult aspects of markets is that they do not operate in terms of opposites. In day-to-day life many people have an orientation that is in terms of opposites; thus, when they turn to deal with markets and making money, they are stymied by their orientation.

Getting acquainted with the variables of the market is a prerequisite for giving direction to those who do stuff like software, etc.. You will find that commercial products (like market software) are not at any stage of development so far that allow these products to be useful when it comes to market operations.

How it is now is like comparing sweeping out a log cabin when a clean room operation should be the standard.

Fortunately, the compromise most excellent traders make is to just pull out of the market, daily, a percent of applied capital that is satisfactory to them for the time spent.

Most people park money in streams that just keep flowing by using day to day management. Then they focus their efforts with accounts sized by the limitations of the specific leveraged place where they operate.

***

Just try using very public information to determine how you can get a system which has more wins than losses, with the wins being larger, for starters.

Your system should include but not be limited to the use of:

Pivot Points
Moving Averages
using $TRIN

If you google any of the above categories you will find a plethora of public information for free (and some at small cost) and/or go to Amazon and plug-in the categories and see what you get.

Pull up a chart using the 3min or 5 min criteria, plot the Pivots, incorporate the Moving Average(s) (length and type) of your choice, incorporate volume measurements if you like, for the past three months, and look at what the information is telling you.

Code it and give it a shot (you're actually a lot closer to being profitable using a mechanical system than you think, as you already have all of the programming knowledge, you just need the trading experience/skill). With effective money management you should do pretty well.

Best,

Jimmy

P.S. There are also plenty of books on coding trading programs at Amazon also, you just have to burn the midnight oil while you're putting together your system.

P.P.S. Thanks to you and Grob109, (from a previous thread), I'm rewriting my manual to include coding the setups as if they were for a computer program (I already do VBA and Excel formulas) and I've incorporated graphics (color pictures of the examples) as well. :p
 
... and one more thing

based on your comments about programming andread, and Grob109's reflections, I put together a Trading Grid which instantly made the criteria for my setups "crystal clear" (when you have 4 or more setups which require different parts of 9 different parameters (internals, different time frames, multiple indicators to confirm/deny) it gets pretty complicated ... until you know how to put it together!

I'd have to say "thank you" for that one.

Later,

Jimmy Jam
 
Quote from JimmyJam:

... and one more thing

based on your comments about programming andread, and Grob109's reflections, I put together a Trading Grid which instantly made the criteria for my setups "crystal clear" (when you have 4 or more setups which require different parts of 9 different parameters (internals, different time frames, multiple indicators to confirm/deny) it gets pretty complicated ... until you know how to put it together!

I'd have to say "thank you" for that one.

Later,

Jimmy Jam

trading is complicated, programming isn't :-)
It can be because of what my job is, but I think that every system with strict rules (and I mean really strict, so that everything is a number) can be automated, although sometimes it can be a bit harder because of technical limitations, like in 40yotrader's case.
The "grid" in Grob's posting was not completely clear to me, but I believe it's no exception, if it's specified a bit more
 
Back
Top