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.
Hi to all !
I've posted a new version on metaquotes.ru forum (http://www.metaquotes.ru/forum/6839/page32 at 30.06.06 11:21). New name is "MMLevels_VG"
What about some parameters somebody asked some pages above :
P - is the period
MMPeriod - is the base time frame. If this one !=0 You may see levels from this period on your current chart independent of time frame of the current chart. Else you may see levels based just on period current chart. And MMPeriod always can be >= P .
Differences new version from the "Murrey_Math_MT4_VG" is the algorithm of finding of extremums.
Hi to all !
I've posted a new version on metaquotes.ru forum (http://www.metaquotes.ru/forum/6839/page32 at 30.06.06 11:21). New name is "MMLevels_VG"
What about some parameters somebody asked some pages above :
P - is the period
MMPeriod - is the base time frame. If this one !=0 You may see levels from this period on your current chart independent of time frame of the current chart. Else you may see levels based just on period current chart. And MMPeriod always can be >= P .
Differences new version from the "Murrey_Math_MT4_VG" is the algorithm of finding of extremums.
Hi to all !
I've posted a new version on metaquotes.ru forum (http://www.metaquotes.ru/forum/6839/page32 at 30.06.06 11:21). New name is "MMLevels_VG"
What about some parameters somebody asked some pages above :
P - is the period
MMPeriod - is the base time frame. If this one !=0 You may see levels from this period on your current chart independent of time frame of the current chart. Else you may see levels based just on period current chart. And MMPeriod always can be >= P .
Differences new version from the "Murrey_Math_MT4_VG" is the algorithm of finding of extremums.
Thank you Vlad! If you have the time, can you explain the main adds to this new MM? And what settings fit the indicator best? Take care!
I'lll try .
When you looking for extremums in old version You may get just maximum or minimum value on the period. If this one is no extremum. This is a property of MT4 functions (Highest()&Lowest()). Their algorithm is created for MT4 Zig-Zag indicator. For our case it is not right.
In general cases this ones (exteremum and max\min on period) is no equal. And you may catch partly old trend to building levels.
In new version I have to write own algorithm of finding exteremums (not max or minimum - exactly extremums). Also we have to check prices on last bar - to finde braking of oktava.
I'lll try .
When you looking for extremums in old version You may get just maximum or minimum value on the period. If this one is no extremum. This is a property of MT4 functions (Highest()&Lowest()). Their algorithm is created for MT4 Zig-Zag indicator. For our case it is not right.
In general cases this ones (exteremum and max\min on period) is no equal. And you may catch partly old trend to building levels.
In new version I have to write own algorithm of finding exteremums (not max or minimum - exactly extremums). Also we have to check prices on last bar - to finde braking of oktava.
Best Regards. Vladislav(VG).
Thank you, Vladislav!
I was using the previous version of your indicator and it appeared to produce more levels with thin the time period than the current one. Can you pleae take a look at the indicator attached and tell me why there are those differencess
I'lll try .
When you looking for extremums in old version You may get just maximum or minimum value on the period. If this one is no extremum. This is a property of MT4 functions (Highest()&Lowest()). Their algorithm is created for MT4 Zig-Zag indicator. For our case it is not right.
In general cases this ones (exteremum and max\min on period) is no equal. And you may catch partly old trend to building levels.
In new version I have to write own algorithm of finding exteremums (not max or minimum - exactly extremums). Also we have to check prices on last bar - to finde braking of oktava.