Traderji.com - Discussion forum for Stocks Commodities & Forex

Candlestick Plugin

Discuss Candlestick Plugin at the MetaStock within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi all, Is there any Plug in for Exploration of Candlesticks. Say for example i ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > MetaStock

Notices


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #1  
Old 4th February 2007, 11:12 PM
Member
 
Join Date: May 2006
Location: Kolkata
Posts: 1,098
Thanks: 1
Thanked 1 Time in 1 Post
swagat86 is on a distinguished road
Reputation: 25
Default Candlestick Plugin

Hi all,

Is there any Plug in for Exploration of Candlesticks. Say for example i want to scan all the Stocks with bearish Engulfin??? How to do it???


Thanks
Reply With Quote
  #2  
Old 5th February 2007, 10:02 AM
Member
 
Join Date: Sep 2006
Location: Chennai
Posts: 942
Thanks: 12
Thanked 44 Times in 34 Posts
oxusmorouz will become famous soon enoughoxusmorouz will become famous soon enough
Reputation: 120
Default Re: Candlestick Plugin

Open explorer from tools ---> name it bearish engulfing

In coloumn A type:
O > C And
Ref(O,-1) < Ref(C,-1) And
C < Ref(O,-1) And
O > Ref(C,-1) And
H > Ref(H,-1) And
L < Ref(L,-1)

Now go to filter and type ColA
The explorer is ready

Oxy
Reply With Quote
  #3  
Old 5th February 2007, 10:18 AM
Member
 
Join Date: May 2006
Location: Kolkata
Posts: 1,098
Thanks: 1
Thanked 1 Time in 1 Post
swagat86 is on a distinguished road
Reputation: 25
Default Re: Candlestick Plugin

Quote:
Originally Posted by oxusmorouz View Post
Open explorer from tools ---> name it bearish engulfing

In coloumn A type:
O > C And
Ref(O,-1) < Ref(C,-1) And
C < Ref(O,-1) And
O > Ref(C,-1) And
H > Ref(H,-1) And
L < Ref(L,-1)

Now go to filter and type ColA
The explorer is ready

Oxy



Thankx Oxy,
but i dont just want it for Bearish Engulfing i want it for Several other patterns like Morning Star, Doji Star, Evening Star, Tweezers etc.


Can u name a plug in for it??


Thanks
Reply With Quote
  #4  
Old 5th February 2007, 10:25 AM
Member
 
Join Date: Sep 2006
Location: Chennai
Posts: 942
Thanks: 12
Thanked 44 Times in 34 Posts
oxusmorouz will become famous soon enoughoxusmorouz will become famous soon enough
Reputation: 120
Default Re: Candlestick Plugin

There's a plugin called Nison's candlesticks unleashed but that has only 3 explorations and the entire plugin is a lot of bullcrap. The best way to add the exploration you want is to code it yourself (which can be a hectic process). I can help you if you want...
Reply With Quote
  #5  
Old 5th February 2007, 12:38 PM
jdm jdm is offline
Member
 
Join Date: Jul 2005
Posts: 585
Thanks: 0
Thanked 21 Times in 15 Posts
jdm will become famous soon enough
Reputation: 60
Default Re: Candlestick Plugin

go to the explorer and click on new

click in Col A
this will enable the Functions.. button at the bottom

click of Functions.., this will open up a new box.

choose Candlestick on from list in the left hand side. this will bring all the candlestick functions on the right side. choose the one u want.

pls refer to the formula premier. all the details are given there.

cheers,
jdm.
Reply With Quote
  #6  
Old 5th February 2007, 12:54 PM
Member
 
Join Date: Nov 2006
Location: calcutta
Posts: 1,884
Thanks: 136
Thanked 241 Times in 161 Posts
renu daga is a jewel in the roughrenu daga is a jewel in the roughrenu daga is a jewel in the rough
Reputation: 292
Default Re: Candlestick Plugin

hi,,swagat..
oxy is right ,,,u have to feed in ,, seperate explorers,,,for candles which will much better..even i did this for reversal signals,,adn ,i got,,
but i got signals everyday ,,as per the aspect,,that is the draw back
Reply With Quote
  #7  
Old 5th February 2007, 01:29 PM
Member
 
Join Date: Sep 2006
Location: Chennai
Posts: 942
Thanks: 12
Thanked 44 Times in 34 Posts
oxusmorouz will become famous soon enoughoxusmorouz will become famous soon enough
Reputation: 120
Default Re: Candlestick Plugin

Hey JDM,
wow, that makes the job a million times easier
I forgot candlestick functions were already coded into metastock
thanks
Reply With Quote
  #8  
Old 5th February 2007, 01:32 PM
Member
 
Join Date: May 2006
Location: Kolkata
Posts: 1,098
Thanks: 1
Thanked 1 Time in 1 Post
swagat86 is on a distinguished road
Reputation: 25
Default Re: Candlestick Plugin

Thanks Oxy Joyda, And Renu for ur replies. Will check after markets.



Thanks a lot
Reply With Quote
  #9  
Old 5th February 2007, 01:59 PM
Member
 
Join Date: Jul 2005
Posts: 106
Thanks: 1
Thanked 3 Times in 2 Posts
moneypick is on a distinguished road
Reputation: 26
Default Re: Candlestick Plugin

Quote:
Originally Posted by swagat86 View Post
i dont just want it for Bearish Engulfing i want it for Several other patterns like Morning Star, Doji Star, Evening Star, Tweezers etc.
Some Candlestick formula are as under :;

Candle - 3 Black Crows
If(Ref((OPEN-C),-2)>Mov(Abs(OPEN-C),10,S), {long black}
If(Ref((OPEN-C),-1)>Mov(Abs(OPEN-C),10,S), {long black}
If((OPEN-C)>Mov(Abs(OPEN-C),10,S), {long black}
If(Ref((Abs(OPEN+C)/2),-1)<Ref((Abs(OPEN+C)/2),-2), {lower midpoint}
If((Abs(OPEN+C)/2)<Ref((Abs(OPEN+C)/2),-1), {lower midpoint}
-1,0),0),0),0),0)

Candle - 3 White Soldiers
If(Ref((C-OPEN),-2)>Mov(Abs(OPEN-C),10,S), {long white}
If(Ref((C-OPEN),-1)>Mov(Abs(OPEN-C),10,S), {long white}
If((C-OPEN)>Mov(Abs(OPEN-C),10,S), {long white}
If(Ref((Abs(OPEN+C)/2),-1)>Ref((Abs(OPEN+C)/2),-2), {higher midpoint}
If((Abs(OPEN+C)/2)>Ref((Abs(OPEN+C)/2),-1), {higher midpoint}
1,0),0),0),0),0)

Candle - 3 Crows & Soldiers
If((Fml("Candle - 3 Black Crows")),-1,If((Fml("Candle - 3 White Soldiers")),1,0))

Candle - Dark Cloud Cover
If(Ref(C-OPEN,-1)>(Mov(Abs(OPEN-C),10,S)), {long white}
If(C<Ref(C,-1),If(C>Ref(OPEN,-1), {close within previous body}
If(Ref(Abs((OPEN+C)/2),-1)>Ref(Mov(C,10,E),-1), {uptrend}
If(OPEN>Ref(H,-1), {open at new high}
-1,0),0),0),0),0)

Candle - Engulfing - Bullish
If(Ref(OPEN,-1)>Ref(C,-1),
If(C-OPEN>(Mov(Abs(OPEN-C),10,S)),
If(C>Ref(OPEN,-1),
If(Ref(Abs((OPEN+C)/2),-1)<Ref(Mov(C,10,E),-1),
If(OPEN<Ref(C,-1),1,0),0),0),0),0)

Candle - Evening Star

If(Ref(C-OPEN,-2)>(Mov(Abs(OPEN-C),10,S)),
If(Ref(Abs(C-OPEN),-1)<(Mov(Abs(OPEN-C),10,S))/2,
If(Ref(C,-1)>Ref(C,-2),
If(Ref(OPEN,-1)>Ref(OPEN,-2),
If(C<Ref((OPEN+C)/2,-2),-1,0),0),0),0),0)

Candle - Hammer

If(Abs((H+L)/2)<Ref(Mov(C,10,E),-1), {down trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C<Ref(C,-1),If(OPEN<Ref(OPEN,-1), {body gap}
1,0),0),0),0)

Candle - Hanging Man

If(Abs((H+L)/2)>Ref(Mov(C,10,E),-1), {up trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C>Ref(C,-1),If(OPEN>Ref(OPEN,-1), {body gap}
-1,0),0),0),0)

Candle - Harami - Bearish

If(C<(OPEN), {black day}
If(Ref(C-OPEN,-1)>Mov(Abs(OPEN-C),10,S), {long white}
If(C>Ref(OPEN,-1),If(OPEN<Ref(C,-1), {engulfment}
If(Ref(Abs((H+L)/2),-1)>Ref(Mov(C,10,E),-1), {up trend}
-1,0),0),0),0),0)

Candle - Harami - Bullish

If(C>OPEN, {white day}
If(Ref(OPEN-C,-1)>Mov(Abs(OPEN-C),10,S), {long black}
If(C<Ref(OPEN,-1),If(OPEN>Ref(C,-1), {engulfment}
If(Ref(Abs((H+L)/2),-1)<Ref(Mov(C,10,E),-1), {down trend}
1,0),0),0),0),0)

Candle - Morning Star

If(Ref(OPEN-C,-2)>(Mov(Abs(OPEN-C),10,S)),
If(Ref(Abs(C-OPEN),-1)<(Mov(Abs(OPEN-C),10,S))/2,
If(Ref(C,-1)<Ref(C,-2),
If(Ref(OPEN,-1)<Ref(OPEN,-2),
If(C>Ref((OPEN+C)/2,-2),1,0),0),0),0),0)

Candle - Piercing Line

If(C-OPEN>(Mov(Abs(OPEN-C),10,S)), {long white}
If(Ref(OPEN-C,-1)>(Mov(Abs(OPEN-C),10,S)), {long black}
If(C>Ref(C,-1),If(C<Ref(OPEN,-1), {close inside previous body}
If(Ref(Abs((OPEN+C)/2),-1)<Ref(Mov(C,10,E),-1), {down trend}
If(OPEN<Ref(L,-1),1,0),0),0),0),0),0)

All formulas taken from http://trader.online.pl/MSZ/e-0-tytulowa-c.html
Reply With Quote
  #10  
Old 5th February 2007, 02:03 PM
Member
 
Join Date: May 2006
Location: Kolkata
Posts: 1,098
Thanks: 1
Thanked 1 Time in 1 Post
swagat86 is on a distinguished road
Reputation: 25
Default Re: Candlestick Plugin

Thanks a lot moneypick.
Reply With Quote
Sponsored Links

Reply

Bookmarks


Advertise Here


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

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

Similar Threads for: Candlestick Plugin
Thread Thread Starter Forum Replies Last Post
Plugin for Metatrader to Amibroker is here yara AmiBroker 1 19th June 2007 06:40 PM
Plugin jensfrode Software 1 28th August 2006 01:21 AM
Metastock Plugin moneypick MetaStock 0 29th May 2006 10:43 PM
Candlestick... saravanank_hb Technical Analysis 2 26th January 2006 10:53 AM
Creating Plugin for Metastock ash927 MetaStock 5 17th November 2005 08:39 AM


All times are GMT +5.5. The time now is 02:23 PM.

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.MasterOfTrading.com