
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
...continued from above
Hi Mladen,
I've provided an indicator that has the adjustable 'bar level' feature I'm hoping you can incorporate into your histogram indicator. I hope this helps in your understanding of what I'm requesting. Please note that I only require the change in slope colours that you've already programmed whereas the attached indicator has three colours for zones changes.
Thank again!
-spotforex
multisymbol_color_rsi_lq_1.0m6.mq4
spotforex
Here is this version.
It enable you to do what you described but a bit different than your reference, but I think that it is going to be easier to set up what you are after with this one. First of the parameters : metatrader can not change #property values like maximum dynamically from the code, and then a "trick" must be used. For that purpose ValueMaximumparameter is used. To specify upper bound (maximum) of the indicator (ps: you must use same maximum for every instance of the indicator you plan to have in a same sub-window). ValueToSetis used to specify what value you want for the current instance of indicator to be used when it is drawn on chart. By combining those 2 parameters you can set up as much indicators in a same window as you want to.
Here is an example of 4 different time frames in a same sub-window with only 4 hour indicator showing arrows on chart
regards
Mladen
Greetings Mladen,
Thanks again for fulfilling my past requests. Words can't describe my appreciation for your time and effort in bringing my ideas into fruition.
While perusing Mark Jurik's website I came across a comparison of his RSX and VEL:
Since you've created a RSX pa adaptive - alerts & arrows indicator, could you create a VEL pa adaptive - alerts & arrows version? Based on Jurik's statement above, this should make for a great divergence indicator. And rather than having an alert on slope change, can you modify it for zero crossovers. Although VEL pa is adaptive, would it be possible to have an adaptive zero line just as you've created with your dynamic zone indicators?
Thanks again!
-spotforex
spotforex
Here you go
regards
MladenVelocity pa adaptive
spotforex
Here it is
Again, I used default parameters that could make it roughly comparable to velocity 14, but, as usual they are just similar. Here is a comparison of the pa adaptive (upper) and the regular (lower)
regards
Mladen
Distribution versus Nearest Window
Not sure whether to post this to 'Adaptive' or 'Dynamic' thread
Mladen, how about picking a few of your favorite adaptive and/or dynamic indicators and modify them to use the distribution of values to vary / adapt / 'dynamize' the indicator?
At present, the (adaptive/dynamic) modification of the indicator is driven by a (an adjustable) near term window or smoothing.
Instead, scan the previous n (100s, 1000s ?) bars and create deciles (octiles, n-tiles ?) to hold the distribution counts.
If not too difficult, add the capability to use (A) center or (B) +/- n-standard deviation values
In this way, the indicator is driven by...
(A) the statistical 'nature' of the indicator and not merely the recent past (as in, perhaps the indicator's 'nature' or real tendency is reflected in its distribution not just where it was 14 bars ago)
-OR-
(B) reversals (or even breakouts, I suppose) played off of extreme values based on the +/- n-standard deviation.
Hi MrTools,
thx for this, this is a good one. I have a problem when i switch from h1 to h4, the arrows are scattered all over the chart, as if it doesn't refresh or something. I have two channels, h1 and h4 both are set with arrows to true.
Any idea?
Try this version
Thx guys for being so quick, the latter is working for me.
Thanks again.
xxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx