Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-22-2006, 02:17 AM
Member
 
Join Date: Jun 2006
Posts: 44
Aleksandr Nevskiy is on a distinguished road
Indicator for PATTERN MINING

Hi All!

I thought of a useful tool, that would color certain areas of the price barcharts that are within time limits (from hh:mm_start to hh:mm_finish ) in some distinct color, so that this way we can visually observe if a pattern exists over specific intraperiod (for example every day from 9:00 to 9:30 am) time.

I came up with that idea as many people claim that these patterns exists and are quite profitable. I took HeikenAshi indicator as a starter, but couldn't figure out how make it color only the specific period of time... I would very appreciate any help on the code or any other suggestion.

Thank you.
Attached Files
File Type: mq4 Painter.mq4 (4.8 KB, 949 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-22-2006, 03:34 AM
Habyrys's Avatar
Junior Member
 
Join Date: Feb 2006
Location: Yakutsk
Posts: 8
Habyrys is on a distinguished road
Quote:
Originally Posted by Aleksandr Nevskiy
I came up with that idea as many people claim that these patterns exists and are quite profitable. I took HeikenAshi indicator as a starter, but couldn't figure out how make it color only the specific period of time... I would very appreciate any help on the code or any other suggestion.
Nice indikator.
Thanks !
__________________
三人寄れば文珠の知恵 
San nin yoreba Monju no chie
if three people gather, Monju'sa (buddhist god of wisdom)
Two heads are better than one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-22-2006, 07:54 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 829
igorad is on a distinguished road
Hi,
I made some changes in the code of HA for color bars within specific period of time.
Attached Files
File Type: mq4 Painter_v1.mq4 (4.7 KB, 1029 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-22-2006, 09:58 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,231
prasxz is on a distinguished road
indie

Quote:
Originally Posted by igorad
Hi,
I made some changes in the code of HA for color bars within specific period of time.
Hi,

Can u explain the color purpose...which color for buy or sell signal ?

Thx

==================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-22-2006, 07:30 PM
Member
 
Join Date: Jun 2006
Posts: 44
Aleksandr Nevskiy is on a distinguished road
Quote:
Originally Posted by igorad
Hi,
I made some changes in the code of HA for color bars within specific period of time.
GREAT THANX, Igorad!!1
Now i got it, how to check the time there. I'm working now on a more sensetive version of this tool, so it can filter minutes and selected days of week as well.

The whole thing originated on http://forex.kbpauk.ru/showflat.php/...ge/0#Post25750
the guys basically says that there's a pattern on EURUSD 30min charts (session opening time) and it depends on the trend of that day (european session)...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-22-2006, 07:40 PM
Member
 
Join Date: Jun 2006
Posts: 44
Aleksandr Nevskiy is on a distinguished road
Quote:
Originally Posted by prasxz
Hi,

Can u explain the color purpose...which color for buy or sell signal ?

Thx

==================
Forex Indicators Collection
you got the wrong idea, this is not a buy/sell indicator, but rather a tool to search for patterns. for example we would like to check if there's a pattern exists every day from 16 to 16:30 (the first 30min of american session in my local time). in this case we would put hour_start=16 and hour_end=17 (i'm working on a more sensetive period selection now). then the chart would be colored according to HeikenAshi** indicator only on the selected periods, and we can visually observe if similarities occure in the behaviour of the market.

**it colors blue the uptrend and red the downtrend.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-23-2006, 01:29 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,231
prasxz is on a distinguished road
Hi

Thanks for your explanation...
This's what I mean "it colors blue the uptrend and red the downtrend."
If we can determine previous pattern the first reversal color chart for entry point right ?

===============
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-23-2006, 03:35 AM
Member
 
Join Date: Jun 2006
Posts: 44
Aleksandr Nevskiy is on a distinguished road
[quote=prasxz]Thanks for your explanation...
This's what I mean "it colors blue the uptrend and red the downtrend."
If we can determine previous pattern the first reversal color chart for entry point right ?

===============
Forex Indicators Collection[/QUOTE

sorry, I can't understand what you're saying
can you pls put it more fomally...

basically as I see it (having read thread from Russian forum above) the "pattern" consists of CONTEXT + COLOR_PATTERN. The color_pattern is just a distinctive similar combination of blue and red bars. and the idea is to enter the pattern at the beginning and exit on reversal.

then the logic of using pattern should be something like that: "if market is in condition X" just before pattern time, the pattern should be Y, or if market is not in condition X before pattern, the pattern wouldn't be valid for this case. Now about X - I believe that it should be something to do with
a) current tech. figure of the market (flag, triangle, etc...)
b) trend of the day
c) RSI, ATR, BB Range, commodity index, or some similar indicator.
basically two thing as i feel, VOLATILITY & CURRENT TREND CONDITION (maybe Awsome Oscillator?).
btw, do u know any nice indicator that would measure nicely the context?

these are my vague ideas, i haven't checked yet anything... buzy with college shit

So if you have some suggestions how to measure context, or find some interesting patterns I would be very grateful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-23-2006, 09:03 AM
Junior Member
 
Join Date: Oct 2006
Posts: 20
Ogeima is on a distinguished road
An alternative is i-ParamonWorkTime.
It colors the background of the chart for 2 sessions (blue in the morning, red in the afternoon).
Personnally I prefer to look at a black background, so I set the morning session from Midnight to 0800 (for example) , and the afternoon session from (for example) 1700 to 2359, all in grey.
This way, the night session is grey, and my day session in left in black and doesn't meddle with whichever template I have on.
Attached Files
File Type: mq4 i-ParamonWorkTime.mq4 (5.2 KB, 491 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-26-2006, 02:51 PM
Member
 
Join Date: Jun 2006
Posts: 44
Aleksandr Nevskiy is on a distinguished road
thx! great indicator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
color bars, pattern

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
1-2-3 pattern Linuxser Indicators - Metatrader 4 60 Yesterday 07:22 AM
Pattern newdigital Indicators - Metatrader 4 14 06-14-2008 12:05 PM
indicator "wcci pattern monitor" kotegh Indicators - Metatrader 4 0 04-14-2007 10:45 PM
Hikkake Pattern alp Documentation 3 02-16-2006 07:49 AM


All times are GMT. The time now is 10:30 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.