Wolfe Waves

Discuss Wolfe Waves at the Trading on Technicals within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi, I always belief all learning are to be tested in actual mkt situation with ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > METHODS & STRATEGIES > Technical Analysis > Trading on Technicals
Register Blogs FAQ Chat Room Search Today's Posts Mark Forums Read

Trading on Technicals Discuss Day Trading, Swing Trading & Position Trading methods and strategies here.


Welcome to the Traderji.com - Discussion forum for Stocks Commodities & Forex.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please read the FAQ.

Reply
 
Thread Tools
Sponsored Links
  #31  
Old 9th March 2007, 01:19 PM
Moderator
 
Join Date: Nov 2005
Posts: 6,248
uasish will become famous soon enough
Default Re: Wolf Wave



Hi,
I always belief all learning are to be tested in actual mkt situation with money to find out the basic essence of it.Plz look at 1 min chart of Balarampur Chinni
(unfortunately i have only live PIB ,no back fill) & try to find out the Wolfe Wave if any ,however i think after crossing 59.30 (now iy is at 59.25) the 5th
projection it will rise upto 60.40.I have position in it. See what happens.

Asish

Reply With Quote
  #32  
Old 9th March 2007, 01:36 PM
Moderator
 
Join Date: Nov 2005
Posts: 6,248
uasish will become famous soon enough
Default Re: Wolf Wave

Hi,
Liquidated at 59.80 .In 1 lot it is already (+) 0.50 on 59.30 ,(+)0.85%.This sweet sense of actual money will keep this knowledge ingrained.Now you may ask why i liquidated ,becoz in actual mkt situation in intraday i have found Price touching the mid line (drawn from the vortex is 85% ) than attaining apex .

Asish


Last edited by uasish : 9th March 2007 at 01:46 PM.
Reply With Quote
  #33  
Old 9th March 2007, 02:00 PM
Member
 
Join Date: Jan 2006
Posts: 217
johnbest is on a distinguished road
Default Re: Wolf Wave

dear friends

Here's a simple Metastock exploration for locating Wolf Wave patterns. It doesn't hit all that often, but when it does, it's best to pay attention.

---------------------------

Code:
ColA: WW

Pa:=Trough(4,LOW,5);

Pb:=Peak(3,HIGH,5);

P1:=Trough(3,LOW,5);

P2:=Peak(2,HIGH,5);

P3:=Trough(2,LOW,5);

P4:=Peak(1,HIGH,5);

P5:=Trough(1,LOW,5);

tb:=TroughBars(1,LOW,5);

tb<=4 AND

p1 > pa AND

pb < p2 AND

p1 < p2 AND

p1 < p4 AND

p1 > p3 AND

p3 > p5 AND

p4 < p2 AND

ColB: Tangents

p1:=Trough(3,LOW,5);

p3:=Trough(2,LOW,5);

p5:=Trough(1,LOW,5);

o1:=p1-p3;

o2:=p1-p5;

a1:=TroughBars(3,LOW,5)-TroughBars(2,LOW,5);

a2:=TroughBars(3,LOW,5)-TroughBars(1,LOW,5);

tan1:=o1/a1;

tan2:=o2/a2;

Abs(tan1-tan2)

Filter:

colA AND colB <= .2
and pls thanks for the formula to MR. GUPPY
have a nice day
JB (now a senior member.....this is my 100th post)

Reply With Quote
  #34  
Old 9th March 2007, 02:30 PM
Moderator
 
Join Date: Nov 2005
Posts: 6,248
uasish will become famous soon enough
Default Re: Wolf Wave

JB,
With this slight change in points parameter it made relatively better hit :
colA:
.......8.............
Pa:=Trough(4,LOW,.75);

Pb:=Peak(3,HIGH,.75);

P1:=Trough(3,LOW,.75);

P2:=Peak(2,HIGH,.75);

P3:=Trough(2,LOW,.75);

P4:=Peak(1,HIGH,.75);

P5:=Trough(1,LOW,.75);

tb:=TroughBars(1,LOW,.75);

tb<=4 AND

p1 > pa AND

pb < p2 AND

p1 < p2 AND

p1 < p4 AND

p1 > p3 AND

p3 > p5 AND

p4 < p2
................8...............
colB:
...................................8.............. ...
p1:=Trough(3,LOW,.75);

p3:=Trough(2,LOW,.75);

p5:=Trough(1,LOW,.75);

o1:=p1-p3;

o2:=p1-p5;

a1:=TroughBars(3,LOW,.75)-TroughBars(2,LOW,.75);

a2:=TroughBars(3,LOW,.75)-TroughBars(1,LOW,.75);

tan1:=o1/a1;

tan2:=o2/a2;

Abs(tan1-tan2)
......................................8........... ...............
colC:
...........................8...............
a1:=TroughBars(3,LOW,.75)-TroughBars(2,LOW,.75);

a2:=TroughBars(3,LOW,.75)-TroughBars(1,LOW,.75);
a1;
.....................8....................
colD:
...................8...................
p1:=Trough(3,LOW,.75);

p3:=Trough(2,LOW,.75);

p5:=Trough(1,LOW,.75);

o1:=p1-p3;

o2:=p1-p5;
o1;
........................8........................
colE:
L
colF
C
...........................................
Now without the filter see the thing with say only Nifty stocks you will get a feel.

Asish

Reply With Quote
  #35  
Old 9th March 2007, 10:26 PM
Member
 
Join Date: Aug 2006
Posts: 61
anjanr is on a distinguished road
Default Re: Wolf Wave

Hi
Can we equivalent amibroker code also
ANjan

Reply With Quote
  #36  
Old 10th March 2007, 08:35 AM
Moderator
 
Join Date: Nov 2005
Posts: 6,248
uasish will become famous soon enough
Default Re: Wolf Wave

Hi,
Eveready Industries (Wkly): H & S ,now on at R shoulder area .
OR
(Dly): Wolfe Wave on 5th Leg ?
Observations & comments plz.

Asish

Reply With Quote
  #37  
Old 10th March 2007, 10:00 AM
Member
 
Join Date: Jan 2006
Posts: 217
johnbest is on a distinguished road
Default Re: Wolf Wave

dear uasish,

I am not using MS regularly, instead using Amibroker. While surfing I got this code hence posted here....Thanks for updating it.....

BTW, it would be more helpful for other members (including me ), if
you elaborate on the result. I am unable to understand the result of this
code......what does Col A, Col B etc means?

Have a nice day
JB

Reply With Quote
  #38  
Old 10th March 2007, 03:07 PM
Moderator
 
Join Date: Nov 2005
Posts: 6,248
uasish will become famous soon enough
Default Re: Wolf Wave

Quote:
Originally Posted by johnbest View Post
dear uasish,

I am not using MS regularly, instead using Amibroker. While surfing I got this code hence posted here....Thanks for updating it.....

BTW, it would be more helpful for other members (including me ), if
you elaborate on the result. I am unable to understand the result of this
code......what does Col A, Col B etc means?

Have a nice day
JB
ColA : Important (it only gives 1 when it identifies a set up for the
Wolfe Wave otherwise gives 0 )
ColB : This is important ,becoz here the Degree of the slope(the probable
line between Wave 1 to Wave 4 to project Wave 5 ) that matching
degree ,has to be below 0.2, to authenticate a set up.
The best possible out come has to be ColA=1 & ColB <= 0.2.
For that reason in the Filter Col : colA and ColB < 0.2

Asish


Last edited by uasish : 10th March 2007 at 03:09 PM. Reason: Mistake
Reply With Quote
  #39  
Old 10th March 2007, 05:50 PM
Member
 
Join Date: Jan 2006
Posts: 217
johnbest is on a distinguished road
Default Re: Wolf Wave

dear uasish

gr8 work.....thnks a lot dear

have a nice day
Jb

Reply With Quote
  #40  
Old 12th March 2007, 08:44 AM
Member
 
Join Date: Mar 2007
Posts: 2
fcg237 is on a distinguished road
Default Re: Wolf Wave

Who do i use this explorer??? I have already created a exploration, but i don't how to use it! How does it work? Should i choose a smart chart first? Please help me!

Thanks.

Reply With Quote
Sponsored Links


Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads for: Wolfe Waves
Thread Thread Starter Forum Replies Last Post
Rules and Guidelines for Elliott wave CreditViolet Technical Analysis 42 27th April 2008 09:08 AM
Hi!I use Adv Get and Elliot Waves stejas91 Advanced GET 28 25th February 2008 06:44 PM
Elliott Wave Analysis For Inr/usd joy_verma Forex 10 6th November 2007 08:57 PM
Elliott Wave Theory RajK Technical Analysis 27 12th June 2007 04:46 PM
Elliot Wave Identification sachin divase Technical Analysis 2 17th March 2005 12:14 AM



All times are GMT +5.5. The time now is 05:32 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.HiFiVision.com - www.MasterOfTrading.com - www.NotebookTalk.com