Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-30-2007, 09:41 PM
Member
 
Join Date: Jun 2007
Posts: 40
modulatum is on a distinguished road
Exclamation modtrade Enter/Exit indicator

Here's an indicator I made that shows the entry and exit points of a trend. It's pretty simple to read: when the indicator starts showing yellow bars, you enter or wait for other signals and then enter, when the yellow bars stop, you exit. The indicator does NOT show what direction to enter. With default settings, it works best on M30 timeframe. The pound does not perform well with this, at least on default settings.

The variables to set are:
  • sensitivity: filters out data; the more it approaches 1, the more data it filters
  • resolution: the smoothness of the cut-off level average; the indicator is useless if resolution is more than 250
  • minutes: the timeframe of the indicator; note that I didn't design it to spread the value, like a typical MTF indicator would, so what you're seeing is the value as it would appear were you to switch MT4 to that timeframe

Enjoy!
Attached Images
File Type: gif mt1.gif (10.1 KB, 1488 views)
File Type: gif mt2.gif (9.0 KB, 1452 views)
File Type: gif mt4.gif (9.3 KB, 1438 views)
File Type: gif mt5.gif (8.8 KB, 1448 views)
Attached Files
File Type: mq4 modtrade.mq4 (2.0 KB, 412 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 07-30-2007, 09:52 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 282
european is on a distinguished road
indicator

Thanks for the indicator,
looks interesting.

What pairs it works best for?
Any chance to modify it so it shows what direction to enter, say blue for Buy, red to Sell?

euro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 07-30-2007, 10:21 PM
Member
 
Join Date: Jun 2007
Posts: 40
modulatum is on a distinguished road
Quote:
Originally Posted by european View Post
Thanks for the indicator,
looks interesting.

What pairs it works best for?
Any chance to modify it so it shows what direction to enter, say blue for Buy, red to Sell?

euro
It works best on pretty much all the majors and most of the crosses. Like I said in the initial post, the pound (and its crosses) don't work so well with it.
I don't have any plans, or even ideas, as far as implementing a directional element into the indicator, like I said, it wasn't designed with that in mind. Think of it as a "trade/don't trade" indicator, similar to the Damiani volatility meter.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 07-30-2007, 11:39 PM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 372
leeb is on a distinguished road
Thanks for this - one of the biggest trading challenges is filtering false entries - looks great if it doesn't repaint :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 07-30-2007, 11:49 PM
Member
 
Join Date: Jun 2007
Posts: 40
modulatum is on a distinguished road
Quote:
Originally Posted by leeb View Post
Thanks for this - one of the biggest trading challenges is filtering false entries - looks great if it doesn't repaint :-)
No problem. The idea for it just popped into my head.
I don't think it repaints (or that it CAN repaint), but it would be nice to get some external feedback on its behavior.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 07-31-2007, 12:01 AM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 372
leeb is on a distinguished road
I have just replayed some of it in visual tester metatrader does seem to repaint or shift :-( could someone confirm ? Otherwise could be very useful, maybe looking at the code will tell us for sure if it repaints...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 07-31-2007, 12:28 AM
Member
 
Join Date: Jun 2007
Posts: 40
modulatum is on a distinguished road
Quote:
Originally Posted by leeb View Post
I have just replayed some of it in visual tester metatrader does seem to repaint or shift :-( could someone confirm ? Otherwise could be very useful, maybe looking at the code will tell us for sure if it repaints...
This is important stuff. I'm going to record the screen and see what happens overnight. I don't really think that it's possible for this to repaint (it's not based on anything that can repaint, like a Fisher indicator).

In the meantime, here's the updated version with a couple of new shots.
There are two resolutions now, L, the one described in the original post, and V, the new one. V seems to be a counterintuitive variable, but changing it to -1 produces a nice 10 bar forward shift, for whatever purposes.

P.S.: The source is very simple. The formula for the signal line is basically this: the sum of the lows of the past 10 bars is subtracted from the sum of the highs of the past 10 bars. An average line, which is the sum of the signal buffer's last 10 bars (times resolution) divided by 10 is subtracted from the signal line and the difference is plotted as a histogram (the negative values [which are also no-go for trading] and values that don't meet sensitivity requirements are all plotted as 0). If any of that could repaint, I'd like to know.
Attached Images
File Type: gif mt6.gif (11.0 KB, 1424 views)
File Type: gif mt7.gif (9.9 KB, 1416 views)
Attached Files
File Type: mq4 modtrade.mq4 (2.3 KB, 205 views)

Last edited by modulatum; 07-31-2007 at 12:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 07-31-2007, 12:56 AM
Junior Member
 
Join Date: Jun 2007
Posts: 29
Pabloreg is on a distinguished road
Hey Modulatum! This seams to be very useful!

I will try with some indicators to see if it works well!

Can u tell how do u calculate it or how meter this indicator works?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 07-31-2007, 01:12 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by modulatum View Post
No problem. The idea for it just popped into my head.
Hi, Modulatum!
Hm... simple, strange... all bulls, bears, correlations, mass indexes ...
interesting, what was the consideration (philosophy)
thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 07-31-2007, 01:30 AM
Member
 
Join Date: Jun 2007
Posts: 40
modulatum is on a distinguished road
Quote:
Originally Posted by Pabloreg View Post
Hey Modulatum! This seams to be very useful!

I will try with some indicators to see if it works well!

Can u tell how do u calculate it or how meter this indicator works?

Thanks
Hi Pabloreg,
I pointed this out in my newest update:
Quote:
The formula for the signal line is basically this: the sum of the lows of the past 10 bars is subtracted from the sum of the highs of the past 10 bars. An average line, which is the sum of the signal buffer's last 10 bars (times resolution) divided by 10 is subtracted from the signal line and the difference is plotted as a histogram (the negative values [which are also no-go for trading] and values that don't meet sensitivity requirements are all plotted as 0). If any of that could repaint, I'd like to know.
Quote:
Originally Posted by fxbs
Hi, Modulatum!
Hm... simple, strange... all bulls, bears, correlations, mass indexes ...
interesting, what was the consideration (philosophy)
thank you
Hi fxbs,
Well, the consideration was literally this: "Hey, what if I get the difference between 5 highs and 5 lows?" 5 soon grew to 10, and then I noticed the weird pattern of the indicator running upwards right before a big move, so I figured out that it needed a level to filter out the stable, ranging conditions. And that's what you see before you now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
exit Indicator, forex exit indicator, exit indicator forex


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Exit indicator kevmcfoster Suggestions for Trading Systems 2 12-19-2006 09:34 AM
What is the best exit indicator? increase General Discussion 2 12-14-2006 01:46 PM
Any body can help me with this exit indicator? shiningstar Indicators - Metatrader 4 1 05-18-2006 05:56 AM
Numeric SL vs. indicator exit signal cucurucu General Discussion 5 04-19-2006 11:36 AM


All times are GMT. The time now is 02:37 AM.



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