Creating own trading system

Sometimes I really wonder if Ed Seykota is really that good. May be he just sounds like he is that good to get more very rich clients?

In Market Wizards, there is a trader saying he uses all kinds of ways to win and he is like 99.9% winning ratio. He said he uses elliott wave theory too. Base on my experience, elliott wave should be just a good marketing tool for some people like Eliott himself to earn money from the public.

Another big name also said he uses elliott wave and support the model version icon of Eliott wave, but sound like he just uses this to cover up how he really wins in the market.
 
Quote from j2ee:

So you mean base on your knowledge, turtle system contains some good points that are the drives in many days kind of trade, but the day trade level "reasons" that create the raise/drop is totally different so turtle system wouldn't work right?

Base on what I read, Ed Seykota said that he started with modifying Donchian system, and turtle system is a modified version of Donchian system. Seem like this system in general tells some basic factor of raise/drop trend in a "many days" time frame.

It seems that you might better benefit from applying yourself more to trading than to reading. When you gain more experience you'll understand the differences between driving factors on different timeframes.

Pure price based methods don't really rely on any of these factors. It's the opposite - you learn about them and then factor them in, no pun intended. For instance, it's well known that markets tend to trend more during the morning hours than the mid-day hours. It's a factor that is only applicable to the intra-day timeframe. There are a lot of others.

/Wulfrede
 
Quote from Wulfrede:

It seems that you might better benefit from applying yourself more to trading than to reading. When you gain more experience you'll understand the differences between driving factors on different timeframes.

Pure price based methods don't really rely on any of these factors. It's the opposite - you learn about them and then factor them in, no pun intended. For instance, it's well known that markets tend to trend more during the morning hours than the mid-day hours. It's a factor that is only applicable to the intra-day timeframe. There are a lot of others.

/Wulfrede

I will demo trade more with IB realtime data demo account first.
 
As you can see in this "programming" board, there is almost no one replies everyday. That's how hard most of the people try to make an auto trade system: almost zero %.

Elitetrader is definitely having the most serious trader, so the stats really makes sense.
 
Quote from j2ee:

I have already tried amibroker for months and AFL is very limited once I want to try out something little bit more complicated.

Here is a simple thing that you can not do in any other platform with just 60 lines of code ( if not at all)


Buy on bar open
Sell on bar close
Max. number of simultaneously open positions:
- lets say 10.
Max. number of simultaneously open positions for symbols in the same category:
- lets say 3.
Where category can be GICS,ICB,Sector,Industry,or a watchlist.
 
Fewer lines to do some simple stuff means nothing. The point is amibroker can let you do a lot of complicate stuff no matter with how many lines of code, it is just impossible.

Quote from apfx:

Here is a simple thing that you can not do in any other platform with just 60 lines of code ( if not at all)


Buy on bar open
Sell on bar close
Max. number of simultaneously open positions:
- lets say 10.
Max. number of simultaneously open positions for symbols in the same category:
- lets say 3.
Where category can be GICS,ICB,Sector,Industry,or a watchlist.
 
If you want my advice, don't bother trying to create your own trading system. Pick one of the good trendfollowing funds that have developed their systems over a couple of decades (in some cases).

Modern markets are so choppy that the only approach that can really cut it in terms of limiting drawdowns is trading multiple timeframe systems across multiple markets and doing some pretty sophisticated statistical filtering.

You need something that a retail investor can win with and, more importantly, live with.
 
Quote from j2ee:

Fewer lines to do some simple stuff means nothing. The point is amibroker can let you do a lot of complicate stuff no matter with how many lines of code, it is just impossible.

That is absolutely not true.
AB lets you do with a few lines what is impossible or "complicated" to do in other platforms.

Just try to code and backtest the above strategy in your preferred Platform/language.
 
Don't waste time with very limited amibroker, move on.

Quote from apfx:

That is absolutely not true.
AB lets you do with a few lines what is impossible or "complicated" to do in other platforms.

Just try to code and backtest the above strategy in your preferred Platform/language.
 
If you don't like to learn and try at all, yes it is better to be with a good fund.

Quote from Ash1972:

If you want my advice, don't bother trying to create your own trading system. Pick one of the good trendfollowing funds that have developed their systems over a couple of decades (in some cases).

Modern markets are so choppy that the only approach that can really cut it in terms of limiting drawdowns is trading multiple timeframe systems across multiple markets and doing some pretty sophisticated statistical filtering.

You need something that a retail investor can win with and, more importantly, live with.
 
Back
Top