• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:35pm
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:35pm
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Candlestick Pattern Dashboard/ Scanner Indicator mt4 1 reply

Candlestick size indicator for MT4 0 replies

Looking for new bar/candlestick alert for MT4.... 3 replies

MT4 changing candlestick 0 replies

candlestick patterns for MT4, help please 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 5
Attachments: MT4 candlestick indicator
Exit Attachments

MT4 candlestick indicator

  • Post #1
  • Quote
  • First Post: Feb 25, 2007 10:31am Feb 25, 2007 10:31am
  •  aeu97137
  • | Joined Oct 2006 | Status: bloody idiot | 70 Posts
Does anyone know of an MT4 indicator which identifes specific candlestick patterns? e.g. hanging man or doji stars, etc.

I'm just thinking that it would be useful for identifying prime set-ups (if combined with an alert) when you are looking at different charts / not at the computer.

Thanks
Jason
  • Post #2
  • Quote
  • Feb 25, 2007 11:41am Feb 25, 2007 11:41am
  •  C.E.O.
  • | Joined Dec 2006 | Status: WTF! | 243 Posts
You can try this one
Attached File
File Type: ex4 PriceAction AHA 0_2.ex4   60 KB | 23,898 downloads
  • Post #3
  • Quote
  • Feb 25, 2007 11:48am Feb 25, 2007 11:48am
  •  highway
  • | Joined Sep 2005 | Status: Member | 1,352 Posts
Quoting aeu97137
Disliked
Does anyone know of an MT4 indicator which identifes specific candlestick patterns? e.g. hanging man or doji stars, etc.

I'm just thinking that it would be useful for identifying prime set-ups (if combined with an alert) when you are looking at different charts / not at the computer.

Thanks
Jason
Ignored
Try google candlestick pattern or candlestick identification DOT mq4

http://www.lightpatch.com/forex/_MT4_Experts/

And others too
Whole collection for you
  • Post #4
  • Quote
  • Feb 25, 2007 12:32pm Feb 25, 2007 12:32pm
  •  aeu97137
  • | Joined Oct 2006 | Status: bloody idiot | 70 Posts
Nice one, thanks Guys!
  • Post #5
  • Quote
  • Feb 25, 2007 12:50pm Feb 25, 2007 12:50pm
  •  et_phonehome_2
  • | Joined May 2006 | Status: Member | 809 Posts
CEO

Do you have a link which talks more about this indicator?

ET
  • Post #6
  • Quote
  • Feb 25, 2007 12:55pm Feb 25, 2007 12:55pm
  •  hapalkos
  • Joined Feb 2005 | Status: Member | 130 Posts
Quoting aeu97137
Disliked
Does anyone know of an MT4 indicator which identifes specific candlestick patterns? e.g. hanging man or doji stars, etc.

I'm just thinking that it would be useful for identifying prime set-ups (if combined with an alert) when you are looking at different charts / not at the computer.

Thanks
Jason
Ignored
Here is one that you can customize to your needs.
Attached File
File Type: mq4 Pattern_Recognition.mq4   16 KB | 23,658 downloads
  • Post #7
  • Quote
  • Feb 25, 2007 12:59pm Feb 25, 2007 12:59pm
  •  et_phonehome_2
  • | Joined May 2006 | Status: Member | 809 Posts
In programming code, how can one identify whether a candle is bullish or bearish, that is, I don't care what candlestick type it is?
  • Post #8
  • Quote
  • Feb 25, 2007 1:04pm Feb 25, 2007 1:04pm
  •  smjones
  • Joined Mar 2006 | Status: THANK YOU MERLIN,TWEE and FF Team | 4,603 Posts
Quoting et_phonehome_2
Disliked
In programming code, how can one identify whether a candle is bullish or bearish, that is, I don't care what candlestick type it is?
Ignored
Just test whether the current price is > or < the open.


bool Bullish;
Bullish = if Close > Open, True, False;

Here is a psuedo code.
  • Post #9
  • Quote
  • Feb 25, 2007 1:20pm Feb 25, 2007 1:20pm
  •  hapalkos
  • Joined Feb 2005 | Status: Member | 130 Posts
Quoting et_phonehome_2
Disliked
In programming code, how can one identify whether a candle is bullish or bearish, that is, I don't care what candlestick type it is?
Ignored
Maybe there is something of interest in this code. It displays up and down arrows based on candlestick patterns. It looks like it was intended for the pattern types to be printed to the screen. That does not seem to work but is probably easy to fix.
Attached File
File Type: mq4 Candel Sticks.mq4   8 KB | 16,807 downloads
  • Post #10
  • Quote
  • Oct 20, 2009 12:14am Oct 20, 2009 12:14am
  •  decidence
  • | Joined Sep 2009 | Status: Member | 71 Posts
Has anyone found a candlestick pattern recognition indicator that has the higher probability patterns (3 candle patterns etc)?
  • Post #11
  • Quote
  • Oct 22, 2009 12:06pm Oct 22, 2009 12:06pm
  •  xtfxtf
  • | Joined Apr 2008 | Status: Member | 6 Posts
Quoting smjones
Disliked
Just test whether the current price is > or < the open.


bool Bullish;
Bullish = if Close > Open, True, False;

Here is a psuedo code.
Ignored

Not necessarily. If e.g there is a long wick downwards and the close lower than the open it would be bullish.
  • Post #12
  • Quote
  • Jan 16, 2014 6:14am Jan 16, 2014 6:14am
  •  ForceFollowr
  • | Joined Jan 2014 | Status: Member | 14 Posts
Here is a simple code to plot the candlesticks in the NinjaTrader or eSignal style. After you apply this indicator, change the settings in Properties (F8) Bar Up/Down, Bull/Bear Candle to None and the color scheme "... on White". You'll have the candles displayed the way I like the most with the shadows (wicks) black and candle bodies (themselves only) lime and red. The colors and widths are easily customizable.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 40 KB
Attached File
File Type: mq4 NinjaCandlesticks.mq4   4 KB | 4,731 downloads
FF
1
  • Post #13
  • Quote
  • Sep 1, 2015 12:04pm Sep 1, 2015 12:04pm
  •  bigmalcho
  • | Joined Jul 2015 | Status: Junior Member | 1 Post
Does anyone have a Candle Stick Pattern indicator ?
  • Post #14
  • Quote
  • Nov 30, 2015 2:33am Nov 30, 2015 2:33am
  •  CndlstckChic
  • | Joined Nov 2014 | Status: Member | 34 Posts
I'm using this one, and it works great...does all the stuff you mentioned and sends alerts to my iphone.
  • Post #15
  • Quote
  • Last Post: Aug 25, 2016 3:36pm Aug 25, 2016 3:36pm
  •  tillionaire
  • Joined Jul 2016 | Status: Member | 329 Posts
Hey guys,

Anyone still using this strategy?!
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Platform Tech
  • /
  • MT4 candlestick indicator
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2019