Page 17 of 34 FirstFirst ... 7 15 16 17 18 19 27 ... LastLast
Results 161 to 170 of 338
Like Tree79Likes

AllAverages

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

      
   
  1. #161
    Member
    Join Date
    Dec 2015
    Posts
    32
    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 ?

  2. #162
    igorad
    Guest
    Quote Originally Posted by sangnakhon View Post
    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
    Attached Files Attached Files

  3. #163
    Member
    Join Date
    Dec 2015
    Posts
    32
    Thanks Igorad.

  4. #164
    Member
    Join Date
    Dec 2015
    Posts
    32

    Igorad, Can you please revive this indicator ?

    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.
    Attached Files Attached Files
    Last edited by sangnakhon; 08-04-2016 at 05:08 PM.

  5. #165
    Member
    Join Date
    Mar 2016
    Posts
    70
    Igorad,

    A question regarding AllBoilingerBands indicator (v2 and higher)

    You seem to be using 2 period lengths, instead of single standard BB length period

    input int MA_Length = 20; // MA Period
    input int MA_Method = 0; // MA Method
    input int Dev_Length = 20; // Standard Deviation 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 periods

    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
    );

  6. #166
    igorad
    Guest
    Quote Originally Posted by alecsa View Post
    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 periods

    Thanks!

    PS: here is the MT4 built in BB function:
    Hi alecsa,

    Basically these lengths should be equal but you can try to use different values(eg.20/10 or 20/100).

    Regards,
    Igor

  7. #167
    Member
    Join Date
    Mar 2016
    Posts
    70
    Basically these lengths should be equal but you can try to use different values(eg.20/10 or 20/100).
    Thanks Igor, will try

  8. #168
    Member
    Join Date
    Dec 2015
    Posts
    32

    Igorad, can you please upgrade this indicator ?

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

  9. #169
    igorad
    Guest
    Quote Originally Posted by sangnakhon View Post
    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 in dicator.
    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.
    Hi sangnakhon,

    Just try to use VWMA instead of VWAP for the AllBollingerBands indicator.

    Regards,
    Igor

  10. #170
    Member
    Join Date
    Dec 2015
    Posts
    32
    Thanks Igorad

Page 17 of 34 FirstFirst ... 7 15 16 17 18 19 27 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •