logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Keltner  
#1 Posted : Thursday, June 29, 2006 2:07:07 AM(UTC)
Keltner

Rank: Member

Groups: Registered, Registered Users
Joined: 10/15/2005(UTC)
Posts: 22
Location: SLC

I was hoping to bait some one into a real T and A chat. I am sure I can pick out oscillator divergences of all kinds with that code I posted. these divergences are based on a List of Axioms I have been Honing for a number of years. I wanted to discuss the logic behind it and why it works. I would like to start a List of Axioms / Technical theorems to develop off of [size=18:c89502001f]Technical analysis’ axioms[/size:c89502001f] For example Axiom one support is a upward movement in price defined by a buy stop Axiom Two A trend is the failure of support or resistance it starts on low time frames and flow to higher time frames Axiom Three Momentum is the distance between pivots or height of the wave Axiom Four. In Forex we tend to revert to the mean as the banks balances their books Axiom Five The longer I am in the trade the higher probability mathematically of profit Axiom Six the Longer I am in the trade the more risk I incur I would like to see a high level of development and discuss on these topics I would like to postulate hypotheses to my peers. Stochastic was built on axiom one and two but has a big flaw Time and cost. One of the costs associated with axiom one is how much I have to give up to know support is support. 20% always using stochastic and why use 14 5 3 or any number why use them? This is true of CCI and almost all over bought and sold indicators that try to pick a range based on time Thanks Keltner
Keltner  
#2 Posted : Thursday, June 29, 2006 2:23:09 AM(UTC)
Keltner

Rank: Member

Groups: Registered, Registered Users
Joined: 10/15/2005(UTC)
Posts: 22
Location: SLC

I am hoping to bait some one into a real T and A chat about a List of Axioms I have been Honing for a number of years. I wanted to discuss the logic behind it and why it works. I would like to start a List of Axioms / Technical theorems to develop off of [size=18:cc373b98b8]Technical analysis’ axioms [/size:cc373b98b8] For example Axiom one support is a upward movement in price defined by a buy stop Axiom Two A trend is the failure of support or resistance it starts on low time frames and flow to higher time frames Axiom Three Momentum is the distance between pivots or height of the wave Axiom Four. In Forex we tend to revert to the mean as the banks balances their books Axiom Five The longer I am in the trade the higher probability mathematically of profit Axiom Six the Longer I am in the trade the more risk I incur I would like to see a high level of development and discuss on these topics I would like to postulate hypotheses to my peers. With that said I am going to postulate about a hypotheses This code is designed to find the direction of the top ten NASDAQ 100 stocks and works off Axiom Two. A trend is the failure of resistance NASDAQ Top Ten Trend direction [code:1:cc373b98b8]X:=If(Security("ONLINE:US;MSFT", ExtFml( "PowerPivots.TrendDirection", 1, 1)=1),1,-1); X1:=If(Security("ONLINE:US;CSCO", ExtFml( "PowerPivots.TrendDirection", 1, 1)=1),1,-1); X2:=If(Security("ONLINE:US;INTC", ExtFml( "PowerPivots.TrendDirection", 1, 1)=1),1,-1); X3:=If(Security("ONLINE:US;AMGN", ExtFml( "PowerPivots.TrendDirection", 1, 1)=1),1,-1);[/code:1:cc373b98b8] This code represents axiom Three Compressing support [code:1:cc373b98b8]hp:= ExtFml( "PowerPivots.NthPivotPrice",-1 ,0 , 1); hp1:= ExtFml( "PowerPivots.NthPivotPrice",-1 ,1 , 1); hp2:= ExtFml( "PowerPivots.NthPivotPrice",-1 ,2 , 1); 1hp:= ExtFml( "PowerPivots.NthPivotPrice",-2 ,0 , 1); 1hp1:= ExtFml( "PowerPivots.NthPivotPrice",-2 , 1, 1); 1hp2:= ExtFml( "PowerPivots.NthPivotPrice",-2 ,2 , 1); 2hp:= ExtFml( "PowerPivots.NthPivotPrice",-3 ,0 , 1); 2hp1:= ExtFml( "PowerPivots.NthPivotPrice",-3 , 1, 1); 3hp2:= ExtFml( "PowerPivots.NthPivotPrice",-4 ,2 , 1); 3hp:= ExtFml( "PowerPivots.NthPivotPrice",-4 ,0 , 1); 3hp1:= ExtFml( "PowerPivots.NthPivotPrice",-4 , 1, 1); 2hp2:= ExtFml( "PowerPivots.NthPivotPrice",-4 ,2 , 1); x:=If(hp<hp1 AND hp1<hp2 AND (hp1-hp)<hp2-hp1,1,0); x2:=If(1hp<1hp1 AND 1hp1<1hp2 AND (1hp1-1hp)<1hp2-1hp1,2,0); x3:=If(2hp<2hp1 AND 2hp1<2hp2 AND (2hp1-2hp)<2hp2-2hp1,3,0); x4:=If(3hp<3hp1 AND 3hp1<3hp2 AND (3hp1-3hp)<3hp2-3hp1,4,0); x+x2+x3+x4[/code:1:cc373b98b8] Now what if I did this [code:1:cc373b98b8]X:=Security("ONLINE:US;MSFT", compression of support); X1:=If(Security("ONLINE:US;CSCO", compression of support);); X2:=If(Security("ONLINE:US;INTC", compression of support);); X3:=If(Security("ONLINE:US;AMGN", compression of support););[/code:1:cc373b98b8] This would give you two indicators the over all direction of the MKT and during a pull back it will yield a binary score showing if the MKT is slowing down The trigger can be a five min pivot This Code will bring metastock to its knees and is more to the point of my goals to make some things out of metastock to be pushed back in but this is a free site for the development of Ideas and I am going to be forth right about my thoughts and delopement for the Benfit of all Thanks Keltner
wabbit  
#3 Posted : Thursday, June 29, 2006 5:26:36 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Keltner wrote:
Axiom Five The longer I am in the trade the higher probability mathematically of profit Axiom Six the Longer I am in the trade the more risk I incur
Although I agree with Axiom 6 I cannot agree with Axiom 5. Using the ASX as an example, if I bought into a trade on the very first open of every stock that is still trading on the ASX today, then by my data nearly 53% have fallen from that entry price and some are the same; so DEFINATELY less that 50% have increased in price over the life of the still-listed stock. (This of course, does not allow for dividend computations). This might be different on other boards. BUT if we look at all the companies that have ever existed on the ASX boards, then the percentage will be even more heavily weighted to losing money. Companies that used to trade which are now insolvent are not represented in the above 53% losers, and the losses associated with these companies is the whole 100%. Companies that are trading well and making profits do not remove themselves from the boards, or if they are bought out, some market commentators will tell us their value is factored into the purchaisng company's share price, so their value does not diminish. If we consider the markets to be chaotic, then there is no certaintity the price will rise or fall or even remain the same - hence chaos theory, so you cannot use the comment as an Axiom or self-evident truth. If we assume the market not to be truly random, we should assume there is an opportunity for the price to rise, the price to fall or the price to remain the same. A truely weighted market would have 1/3 probability of each, but never will the market allow a greater than 50% chance weighted to one side (it might happen in real life, like tossing 100 heads in a row on a coin, but mathematically it cannot happen) So how do you figure the higher probility of prices going up? Some will argue that the major stock index in each country has gone up so-many-percent in so many years and so the prices must have gone up. No! Major indexes are objects created to be 'indicative' of the entire market (or a sector of the market) We notice in all the major indexes, however, that only stocks that are performing well are included in the index, and poorly performing and sick stocks are quickly removed. In the Australian All Ordinaries, companies like Pasminco spring to mind. Once a constituent of the AllOrds, the stock got sick, removed from the list and fails to exist at all on the market boards today. If we continually remove the weak and dying stocks from the index, of course they will show growth and promise over time. Has anyone done any analysis what the Dow would look like now if all the companies that used to be included were still included today with zero or minimal value? I think the picture painted would be quite different to the one we see now. How about the FTSE, STI, etc? If we change our thought process a little and see how MUCH the value of the still-listed ASX stocks gained/lost over the survey period, we would see a net LOSS of about 46%. Much of this can attributed to the market factors that make it easier for a stock to fall by 100% than it is to gain 100%. Regardless, the amount lost outweighs the gains and so the duration of the trade is not important in this regard and defeats the ability to describe the statement given as self-evident truth. Yes, I agree with Axiom 6, time === risk, but not Axiom 5 as but time !=== reward. wabbit :D
wabbit  
#4 Posted : Thursday, June 29, 2006 5:33:42 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
... makes for interesting viewing then to figure out how risk === reward ???
hayseed  
#5 Posted : Thursday, June 29, 2006 11:40:17 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

5 is based on the theory 'time in the market is more important than timing the market'..... the very reason why warren buffett could give 37 billion to the gates foundation a couple days ago..... had he started investing last year that gift would not have been possible.... the thought is meant to apply buying the market, not individual stocks.... taking a look at most indexes , over the mid term, say 20 years, very few if any have lost money.... over the long term, say 30 years, most if not all have had huge returns...... it can apply to single stocks but some filtering would be required..... that time issue is obvious turn off for new traders and esp anyone new to trading in the last 7 years..... but that same group will have far more earning potential than any group or person before them..... buffet just set the bar, yall get to it..... your collection is a neat idea keltner, and i agree with wabbit , it should be interesting......h
Keltner  
#6 Posted : Thursday, June 29, 2006 2:57:07 PM(UTC)
Keltner

Rank: Member

Groups: Registered, Registered Users
Joined: 10/15/2005(UTC)
Posts: 22
Location: SLC

My thought is that time = risk and time = reward cxl both they are like factoring out time.. So For me I would say 6 kills five and five kills six to equal a better axiom Time is better left out of charting?
StorkBite  
#7 Posted : Thursday, June 29, 2006 10:26:44 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
My thoughts...
Quote:
Axiom one support is a upward movement in price defined by a buy stop
Depends on whether you are trading long or short; defined by the lowest (or highest) price that the security has traded at in a subjective period of time.
Quote:
Axiom Two A trend is the failure of support or resistance it starts on low time frames and flow to higher time frames
IMO, this is a longer term view of trading; perhaps someone who is into weekly or monthly trades or longer periods. This assumption begs the questions "what is support?" and "what is resistance?". I believe this is a restrictive definition of trend. Also, it doesn't address significance of trend. If you are going to trade the trend, it should be significant. In the assumption above, are we to assume that at the point of support or resistance crossover, this is significant? If so, I totally disagree with the assumption. Again, check out the lower time frames.
Quote:
Axiom Three Momentum is the distance between pivots or height of the wave
Momentum is time frame specific. It is infinitely subjective in scope.
Quote:
Axiom Four. In Forex we tend to revert to the mean as the banks balances their books
I don't understand this statement. Revert to the mean for what? In what context? Certainly not for carrying out trades on a daily basis.
Quote:
Axiom Five The longer I am in the trade the higher probability mathematically of profit
Be careful about how you are defining probability as it relates to an index. Wabbit's remark about indices is right on target: "We notice in all the major indexes, however, that only stocks that are performing well are included in the index, and poorly performing and sick stocks are quickly removed." That is the very reason that I maintain separate folders of symbols for my fundamental securities rather than updating the same folder as the securities are updated. IMO, it is a lot more useful to track an original group to gauge performance of a particular method of screening. e.g., ValueLine, IBD, or any others.
Quote:
Axiom Six the Longer I am in the trade the more risk I incur
Agree.
Keltner  
#8 Posted : Friday, June 30, 2006 12:32:09 AM(UTC)
Keltner

Rank: Member

Groups: Registered, Registered Users
Joined: 10/15/2005(UTC)
Posts: 22
Location: SLC

I have not totally proofed... So feel free to rip it up
Quote:
Axiom one support is a upward movement in price defined by a buy stop
I would state that you can have support from 10. 10.01 10.02 10.03. Ten point .03 makes ten support so any up ward movement in price and it would not be subject to any time constraints. 10 9 8 7 6 5 4 3 2 1 0 no support. Would you agree with this statement it is not possible for support to form with out a upward movement.? Keep in mind the inverse is also true
Quote:
Axiom Two A trend is the failure of support or resistance it starts on low time frames and flow to higher time frames
I would state if support is caused by upward movements then a trend is an upward movement that moves above resistance. Other wise it is a forming support level. If the price moves father it is a trend. It may start on a tick bar chart and grow as it moves to a monthly chart but it started some time with a one tick movement in the direction of the forming trend. The only way define a trend is after the fact With that being stated if we trade above monthly resistance we have a stronger trend then a five min trend. Still a trend starts when we take out a price that price being some time of resistance. Would you agree with that statement? Because what a trend is and how it forms is important to the development of any system ? I would like to build some statements to develop off of. Axiom eight could read like this five min resistance is not as significant as daily resistance because the support and resistance sample size is smaller.. In other words The higher the time frame the more significant the failure of the pivot is
Quote:
Axiom Three Momentum is the distance between pivots or height of the wave
Can we agree on this momentum is only a measure of vertical movement not horizontal? This would mean that If I move 3 bucks into a trend. AKA above resistance and fail pulling down some amount and break out again. And move $1 in to the trend again and draw back at that moment on that time frame momentum is slowing? Axiom Four: Is some thing I am working on I found a odd thing in forex. One It never dawned on me that there is no limit to inventory so if it runs to the top of say a five min keltner channel it fails back to the bottom with some regularity. With stocks we have limited inventory and we can run a stupid amount in one direction. What I think I am seeing is this if a bank has 1 mill yen and 1 mill $ and the yen runs they are getting a imbalance in on the books and have to take offsetting trades. This is a guess as to why it oscillates in short term channels so regularly unless there is news. This axiom is under development
Quote:
Be careful about how you are defining probability as it relates to an index. Wabbit's remark about indices is right on target: "We notice in all the major indexes, however, that only stocks that are performing well are included in the index, and poorly performing and sick stocks are quickly removed." That is the very reason that I maintain separate folders of symbols for my fundamental securities rather than updating the same folder as the securities are updated. IMO, it is a lot more useful to track an original group to gauge performance of a particular method of screening. e.g., ValueLine, IBD, or any others.
If I understand what you are stating is that an index is biased to the upside. If this is the statement I agree. Axiom Five simply means that the probability of profit or a move one way or an other. Will happen the longer I can wait. In other words at some point this trade should move in my direction given enough time. So the statement that if I have ~ enough time I will become profitable, This becomes important in what instruments I am trading and when I need the money not when the instrument will yield the money. A good example of this on sept 11 I had in the money qqqq calls based on a forming double bottom. I lost my buddy who owned qqqq made a profit. If we take one instrument my argument may or may not be true but if we use the law of large numbers or that a random sample from a large population and if we take the size of the sample and make it an ~ sample size not using time (time would fix the size of the sample) then a infinite amount of out comes is possible. Point being In my limited understanding of math if time is not part of the equation then the result of profitable is inevitable ¡K.. The only way I use this axiom is to state to myself why I like stocks over long calls ƒº I can sweat it out or sell call to get out of the problem I do understand your point, I will restate it to reflect what I use it for. I just need to ponder how to state it. What do you think of one thru four now? Keltner
StorkBite  
#9 Posted : Friday, June 30, 2006 2:13:43 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
I think this discussion has potential benefit to new traders. I am being somewhat of an antagonist, but I'm not trying to be disrespectful. I have struggled with some of these very thoughts. Overall, I think a lot of what you are bringing up is subjective... perhaps market sensitive too. Wouldn't an embracing concept be terrible? The stock market would collapse due to universalism. With that in mind, perhaps the views in this thread can help someone else congeal their own thoughts. My thoughts are my own. I am not trying to steer your opinion. In the end, we all have to find our own way. [color=olive:5638024a5d]"10 9 8 7 6 5 4 3 2 1 0"[/color] There is not enough information. In the series of numbers, there may appear to be no support, but if the range is all inclusive, the support and resistance is the minimum and maximum value (or vice versa). If not, what happened before 10 and after 0? --- [color=green:5638024a5d]"Still a trend starts when we take out a price that price being some time of resistance."[/color] I wouldn't agree that this is a universal definition. I think there are several possible definitions of 'trend'. --- [color=olive:5638024a5d]"Can we agree on this momentum is only a measure of vertical movement not horizontal?"[/color] Momentum cannot be separated from the horizontal axis. Its definition may be different amongst traders. Someone might call prices above a MA a trend. Others might call a series of higher highs and higer lows a trend. Regardless, it is time related. --- [color=green:5638024a5d]"Axiom Five simply means that the probability of profit or a move one way or another. Will happen the longer I can wait. In other words at some point this trade should move in my direction given enough time. So the statement that if I have ~ enough time I will become profitable"[/color] Ouch... this thinking will make you broke. At the very least, it will tie up your money for a long, long time and expose you to all the risks of the market. I agree that sooner or later you will see your direction come about. But how much money will you have left in the trade at that point? If you enter on a strong trend and it happens to immediately reverse in the short term (subjective), but the "trend" remains intact in the long term (subjective), then how much drawdown are you going to ride out to see the trend pick back up? I’m talking about straight trades here… no hedging. If you are waiting on the side lines for your trend to come along, then you aren't making money. How long are you going to stay out? If you're planning to make a living from trading, you probably need to trade. Then you have to consider the aforementioned Chaos Theory too. Do you think the market has order long enough to wait on? --- [color=olive:5638024a5d]"Point being In my limited understanding of math if time is not part of the equation then the result of profitable is inevitable "[/color] Maybe we just aren't connecting here, but I don't see the relevance of excluding time... any conclusions would be inapplicable to trading the stock market.
Keltner  
#10 Posted : Friday, June 30, 2006 4:34:52 AM(UTC)
Keltner

Rank: Member

Groups: Registered, Registered Users
Joined: 10/15/2005(UTC)
Posts: 22
Location: SLC

I was hoping for a Antagonist to engage poke wholes in concepts but I do not understand your point of being an administrator if your feel we find our own way but that is not relvant for what I was looking for I was looking for a alternative thought process. In the hopes that I would not waste 1000’s of hours on systems that have dead ends. With that said I think you missed a little nuance of 10 9 8 7 6 5 4 3 2 1 0 what happens after 0 and before ten is what makes the apex. You can not have a apex with one leg…… down down or up up You have to have down down up or up up down to have a apex. The movement from the apex makes the apex. A lone point can not be a apex. So I agree what happened before 10 and after zero makes the series. So if this is the only way that support or resistance is formed my entries should be buy stops because I am trading as the apex is forming and if I use a buy limit I am predicting the apex. No one can do that This is the building block concept. with out it the rest fail Keltner
Jose  
#11 Posted : Friday, June 30, 2006 6:25:02 AM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Axiom: "Self-evident truth upon which other knowledge must rest, from which other knowledge is built up." Sounds to me like a dangerous recipe for protracted self-deception. If we create a whole bunch of number-derived rules based on so-called "axioms", then totally ignore the fundamental forces that drive the markets, we have the foundations for a house of cards. People have made life-long careers out of axioms. ;) jose '-)
StorkBite  
#12 Posted : Friday, June 30, 2006 4:43:59 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Quote:
but I do not understand your point of being an administrator if your feel we find our own way
What does being a forum administrator have to do with anything? 99.9% of the time, I participate as a member of the forum just like every other member. :ok: Though externally interesting, I'm completely confused by the nature of your questions and follow up statements. You are posting trading plans and strategies and listing yourself as a hedge fund manager, but it doesn't appear that you have a well thought out plan of any kind. Perhaps rather than posting a list of self-perceived absolute truths- and then sitting back and weighing the validity of the feedback via antagonism to form your own opinion- you should just ask whatever questions you have. Speaking as an authoritarian or marketing yourself as one doesn't make it so. If you have experiences to back up your statements, then post your supporting proof. Otherwise, this is all going nowhere fast.
billtrudeau  
#13 Posted : Friday, June 30, 2006 7:43:52 PM(UTC)
billtrudeau

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 4/27/2005(UTC)
Posts: 132
Location: Manchester, NH

I like the axiom, "The proof is in the pudding!" If you have a system that consistently makes you the kind of return that you are looking for, then be happy. There is no Nirvana, no ultimate system. Some might be theoretically better than others but some of the least sophisticated systems make some people a nice living. Does not hurt to push the envelope in an attempt to improve one's system and trading and that is all that can be hoped for.
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.