Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 60
Like Tree28Likes

PriceChannel_Stop

This is a discussion on PriceChannel_Stop within the Trading tools forums, part of the Trading Forum category; Hi All, Please take a look at the latest version of PriceChannel_Stop indicator, the first version of which was developed ...

      
   
  1. #1
    igorad
    Guest

    PriceChannel_Stop

    Hi All,

    Please take a look at the latest version of PriceChannel_Stop indicator, the first version of which was developed for MT3 in 2005.
    In this version I added the new important parameter - Ratchet:
    • < 0 - stops follow by the channel strictly
    • = 0 - stops move in one direction(similar to old versions)
    • > 0 - stops follow by the channel with period of which will gradually decrease with each new HH/LL for uptrend or downtrend respectively.

    This parameter can be a fractional value, for example, if it's equal 0.25 then the period will decrease every 4 HH bar for uptrend.

    Code:
    extern int     TimeFrame            =     0;    //TimeFrame in min
    extern int     UpBandPrice          =     2;    //Upper Band Price(ex.2 for High)     
    extern int     LoBandPrice          =     3;    //Lower Band Price(ex.3 for Low) 
    extern int     ChannelPeriod        =     9;    //Channel Period (eg.9)
    extern double  Risk                 =     0;    //Channel Narrowing Factor(0...0.5)   
    extern double  Ratchet              =   0.0;    //Ratchet(-1-off,>= 0-on) 
    extern double  MoneyRisk            =  1.00;    //Offset Factor(eg.1.2)
    
    extern int     SignalMode           =     1;    //SignalMode: 0-off,1-on 
    extern int     LineMode             =     1;    //Line mode : 0-off,1-on  
    extern int     DotMode              =     1;    //Dot mode  : 0-off,1-on  
    extern int     BarsMode             =     1;    //Bars mode : 0-off,1-on  
    
    extern string  alerts               = "--- Alerts & Emails ---";
    extern int     AlertMode            =     0;
    extern int     SoundsNumber         =     5;    //Number of sounds after Signal
    extern int     SoundsPause          =     5;    //Pause in sec between sounds 
    extern string  UpSound              = "alert.wav";
    extern string  DnSound              = "alert2.wav";
    extern int     EmailMode            =     0;    //0-on,1-off   
    extern int     EmailsNumber         =     1;    //0-on,1-off


    Regards,
    Igor
    Attached Files Attached Files
    Dormi, nwdean, HDHORDA4 and 2 others like this.

  2. #2
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    This version of PriceChannel_Stop is very interesting especially for Brainwashing system:

    PriceChannel_Stop-eurusd-h4-alpari-nz-limited-2.png

  3. #3
    igorad
    Guest
    Important: MT5 version added to the 1st post.
    Pulse likes this.

  4. #4
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Just for the history - this is PriceChannel_Stop indicator first version ...

    PriceChannel_Stop-usdchf-d1-alpari-nz-limited-price-channel-1-old-version.png
    Attached Files Attached Files

  5. #5
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    I think - we can use PriceChannel_Stop_v9 indicator instead of DeltaStop indicator in Trend Scalp Hacolt trading system.

    Just to compare :

    with DeltaStop indicator :


    PriceChannel_Stop-eurusd-m5-ibfx-inc.png



    with PriceChannel_Stop_v9 indicator :


    PriceChannel_Stop-eurusd-m5-ibfx-inc-2.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #6
    igorad
    Guest
    Hi,

    Please check out the fixed version of the PriceChannel_Stop indicator with algorithm which fully corresponds to the latest versions of the FractalChannel_Stop and VoltyChannel_Stop.

    Attachment 4766

    Regards,
    Igor
    mim1931 likes this.

  7. #7
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Hi Igor

    Thanks for the effort you put in for all!

  8. #8
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    PriceChannel_Stop_v9ea indicator was updated for 600+ build in premium section within Brainwashing EA (which was updated as well) :

    BrainWashing EA for MT4 build 600++

    PriceChannel_Stop-usdchf-m30-ibfx-inc-3.png


    PriceChannel_Stop-eurusd-m30-ibfx-inc.png


    PriceChannel_Stop-usdchf-m30-ibfx-inc-2.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #9
    igorad
    Guest
    Hi,

    Please check out the updated PriceChannel_Stop indicator for the new MT4.


    Regards,
    Igor
    Attached Files Attached Files
    Alex-162, agungp, HDHORDA4 and 2 others like this.

  10. #10
    Junior Member
    Join Date
    May 2014
    Posts
    1
    Quote Originally Posted by igorad View Post
    Hi,

    Please check out the updated PriceChannel_Stop indicator for the new MT4.

    Attachment 6511

    Regards,
    Igor

    Hi Igor,

    Thanks for this great indicator.
    Would you mind to share this indicator in histo version?
    I think it would make the chart look more simple.

    Regards,
    Agung

Page 1 of 6 1 2 3 ... 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
  •