Page 10 of 34 FirstFirst ... 8 9 10 11 12 20 ... LastLast
Results 91 to 100 of 338
Like Tree79Likes

AllAverages

This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; Additionally, Igor, I have got something to propose. If you like you can enhance the indicator you made. I am ...

      
   
  1. #91
    Junior Member
    Join Date
    Apr 2015
    Posts
    28
    Additionally, Igor, I have got something to propose.

    If you like you can enhance the indicator you made.
    I am absolutely sure you know about standart deviations of prices.
    My proposal is to integrate an algo into the indicator - the algo that calculates SDs bands. The example of SDs' calculations I use is attached below. The SDs are clearly calculated as to the VWMA (number 19 MA).
    What does it give us?
    1/ It gives us overbought/oversold areas for each of your MAs
    2/ It gives us a possibility to show the average dispersion price area for each MAs.

    Best,
    D.P.
    Attached Files Attached Files
    Last edited by Dr.Phoenix; 04-22-2015 at 11:38 AM.

  2. #92
    igorad
    Guest
    Quote Originally Posted by Dr.Phoenix View Post
    Hi, Igor.

    I have been invited here by one of members of the forum. The referer is LearnAlways.

    Eventually I have found that the project of AllAverages is being still developed by you.
    That is why I would like to ask you what I have asked at the FF.

    Is it possible to code the indy that way, at which the MAs calculated are shown within the last N bars only on a chart?

    Thank you

    Best,
    D.P.
    Hi Dr.Phoenix,

    Please check out the updated AllAverages indicator with ability to calculate the last N bars(use parameter CountBars:0-all bars).

    Attachment 13226

    Regards,
    Igor
    pgp3 likes this.

  3. #93
    Junior Member
    Join Date
    Apr 2015
    Posts
    28
    Quote Originally Posted by igorad View Post
    Hi Dr.Phoenix,

    Please check out the updated AllAverages indicator with ability to calculate the last N bars(use parameter CountBars:0-all bars).

    Attachment 13226

    Regards,
    Igor

    Great, I should try it.

    edited. the function is in order. but the color schemes seem not to work properly. I used color mode #1 in version 2.5 and version 3.3 and had different results.
    Last edited by Dr.Phoenix; 05-01-2015 at 04:42 PM.

  4. #94
    igorad
    Guest
    Quote Originally Posted by Dr.Phoenix View Post
    Great, I should try it.

    edited. the function is in order. but the color schemes seem not to work properly. I used color mode #1 in version 2.5 and version 3.3 and had different results.
    Yes, it looks a bit different than in the previous versions and now it looks like the MT5 versions.

  5. #95
    Junior Member
    Join Date
    Apr 2015
    Posts
    28
    Quote Originally Posted by igorad View Post
    Yes, it looks a bit different than in the previous versions and now it looks like the MT5 versions.
    1. I seem to have found a bug in the 3.3.
    Check for the code, please, where the indicator should erase MA in the area of more than Countbars.
    MA is not being erased, it is leaving a trace.

    2. Have you seen my proposal two posts above?

    Best,
    D.P.
    Last edited by Dr.Phoenix; 05-04-2015 at 07:09 PM.

  6. #96
    igorad
    Guest
    Quote Originally Posted by Dr.Phoenix View Post
    1. I seem to have found a bug in the 3.3.
    Check for the code, please, where the indicator should erase MA in the area of more than Countbars.
    MA is not being erased, it is leaving a trace.

    2. Have you seen my proposal two posts above?

    Best,
    D.P.
    Hi Dr.Phoenix,

    this is not a bug, because we usually set the start of the indicator drawing within the initialization. But we can place the SetIndexDrawBegin function in the main cycle and this gives us ability to see only N last bars all time.

    So please check out the version 3.4 with such option.

    Regards,
    Igor

  7. #97
    igorad
    Guest
    Quote Originally Posted by Dr.Phoenix View Post
    Additionally, Igor, I have got something to propose.

    If you like you can enhance the indicator you made.
    I am absolutely sure you know about standart deviations of prices.
    My proposal is to integrate an algo into the indicator - the algo that calculates SDs bands. The example of SDs' calculations I use is attached below. The SDs are clearly calculated as to the VWMA (number 19 MA).
    What does it give us?
    1/ It gives us overbought/oversold areas for each of your MAs
    2/ It gives us a possibility to show the average dispersion price area for each MAs.

    Best,
    D.P.
    Hi Dr.Phoenix,

    Please check out the AllBollingerBands indicator for the new MT4.

    Attachment 13314

    Regards,
    Igor
    mntiwana likes this.

  8. #98
    Junior Member
    Join Date
    Apr 2015
    Posts
    28
    Quote Originally Posted by igorad View Post
    Hi Dr.Phoenix,

    Please check out the AllBollingerBands indicator for the new MT4.

    Attachment 13314

    Regards,
    Igor
    Hi, Igor

    it is nice to see you made 3.4 version. Great for me to use.

    I know BB. But I use the VWMA bands - they are just derivative of price/volume (not volatility). See it below.
    That is why I thought it would be helpful to enhance your indy.

    Best,
    D.P.

    AllAverages-2015-05-05_17h20_17.png

  9. #99
    Junior Member
    Join Date
    Apr 2015
    Posts
    28
    Quote Originally Posted by igorad View Post
    Hi Dr.Phoenix,

    this is not a bug, because we usually set the start of the indicator drawing within the initialization. But we can place the SetIndexDrawBegin function in the main cycle and this gives us ability to see only N last bars all time.

    So please check out the version 3.4 with such option.

    Regards,
    Igor
    Hi, Igor,

    I have found something to add into your collection of MAs

    VAMA - Technical Indicator Reference

    Maybe - See also Exponential MA, Least Squares MA, Simple MA, Triangular MA, Weighted MA, Welles MA, Variable MA, Zero Lag Exponential MA, DEMA, TEMA and T3.

    formulas are available

    D.P.

  10. #100
    igorad
    Guest
    Quote Originally Posted by Dr.Phoenix View Post
    Hi, Igor,

    I have found something to add into your collection of MAs

    VAMA - Technical Indicator Reference

    Maybe - See also Exponential MA, Least Squares MA, Simple MA, Triangular MA, Weighted MA, Welles MA, Variable MA, Zero Lag Exponential MA, DEMA, TEMA and T3.

    formulas are available

    D.P.
    Hi Dr.Phoenix,

    It looks like we have the VAMA in our set already, because it's the same with the VWMA(MA_Method=19).

    Regards,
    Igor

Page 10 of 34 FirstFirst ... 8 9 10 11 12 20 ... 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
  •