I want to know whether this indicator can fill only between the deviation2 & 3. I try, but I can't do it.
If not, can you please improve it to be albe to do so ?
This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; I want to know whether this indicator can fill only between the deviation2 & 3. I try, but I can't ...
I want to know whether this indicator can fill only between the deviation2 & 3. I try, but I can't do it.
If not, can you please improve it to be albe to do so ?
Hi sangnakhon,
Please try to play with the settings like in the attached template.
Attachment 22592
Regards,
Igor
Thanks Igorad.
This indicator is based on Similarity & Dissimilarity. But it can't be used, may be it's old version of MT4.
So Igorad, can you please make it alive again ?
Thanks in advance.
Now I find the newer version that works. So pls ignore this request.
Last edited by sangnakhon; 08-04-2016 at 05:08 PM.
Igorad,
A question regarding AllBoilingerBands indicator (v2 and higher)
You seem to be using 2 period lengths, instead of single standard BB length period
How is the "Standard Deviation Period" different from "MA Period"? should I leave them the same? What is the purpose of separating it into 2 different periodsinput int MA_Length = 20; // MA Period
input int MA_Method = 0; // MA Method
input int Dev_Length = 20; // Standard Deviation Period
Thanks!
PS: here is the MT4 built in BB function:
double iBands(
string symbol, // symbol
int timeframe, // timeframe
int period, // averaging period
double deviation, // standard deviations
int bands_shift, // bands shift
int applied_price, // applied price
int mode, // line index
int shift // shift
);
Thanks Igor, will tryBasically these lengths should be equal but you can try to use different values(eg.20/10 or 20/100).
Igorad, can you please make bands for this indicator ? It's VWAP (volume weight average price).
Please put standard deviation 1.0, 2.0 & 2.5 for it. So It'll be like a bollinger bands.
Or you can put this VWAP on your collection of MA as on your AllBollingerBands indicator.
Thanks in advance.
I don't know how to calculate it, but I think when you see the code in the indicator I attached you'll know it.
Thanks in advance.
Thanks Igorad
Bookmarks