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