Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Results 31 to 40 of 60
Like Tree28Likes

PriceChannel_Stop

This is a discussion on PriceChannel_Stop within the Trading tools forums, part of the Trading Forum category; PriceChannel_Stopv9.3 indicator not updating (USDJPY 1M chart)...

      
   
  1. #31
    Junior Member
    Join Date
    Aug 2017
    Posts
    24
    PriceChannel_Stopv9.3 indicator not updating (USDJPY 1M chart)

    PriceChannel_Stop-pricechannelstop-9-3-usdjpy-not-updating.jpg

  2. #32
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Highfield View Post
    PriceChannel_Stopv9.3 indicator not updating (USDJPY 1M chart)

    Click image for larger version. 

Name:	PriceChannelStop 9-3 USDJPY not updating.jpg 
Views:	430 
Size:	60.6 KB 
ID:	28498
    I reported to Igorad so hope he will review and fix it.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #33
    igorad
    Guest
    Quote Originally Posted by Highfield View Post
    PriceChannel_Stopv9.3 indicator not updating (USDJPY 1M chart)

    Click image for larger version. 

Name:	PriceChannelStop 9-3 USDJPY not updating.jpg 
Views:	430 
Size:	60.6 KB 
ID:	28498

    Hi Highfield,

    It's strange because you are first who have the issue with indicator. Could you give more information(settings, expert logs, your broker name)?

    Regards,
    Igor

  4. #34
    Junior Member
    Join Date
    Aug 2017
    Posts
    24
    Quote Originally Posted by igorad View Post
    Hi Highfield,

    It's strange because you are first who have the issue with indicator. Could you give more information(settings, expert logs, your broker name)?

    Regards,
    Igor

    FXOpen ECN is my broker. I started Metatrader without charts then opened an M1 USDJPY chart, attaching the PriceChannel_Stopv9.3 indicator to it using the default settings. As you can see, the indicator does not update.

    PriceChannel_Stop-pc_s-usdjpy-01.pngPriceChannel_Stop-pc_s-usdjpy-02.png

    Experts log contents:-

    0 11:07:22.175 Custom indicator PriceChannel_Stop_v9.3 600+ USDJPY,M1: loaded successfully
    0 11:07:22.222 PriceChannel_Stop_v9.3 600+ USDJPY,M1: initialized
    Last edited by Highfield; 09-14-2017 at 10:40 AM. Reason: Log added

  5. #35
    Member
    Join Date
    Oct 2014
    Posts
    54
    Quote Originally Posted by igorad View Post
    Hi agungp,

    Please check out the PriceChannel_Stop indicator in the histo version.

    Code:
    //---- input parameters
    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  IndicatorValue       =     1;    //Indicator Value (ex.1.0)
     
    extern string  alerts               = "--- Alerts & Emails ---";
    extern int     AlertMode            =     0;
    extern int     AlertShift           =     1;    //Alert Shift:0-current bar,1-previous bar
    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
    Attachment 13387

    Regards,
    Igor
    Can you update this with lates prices like 9.3?

    Also, can you add an option to make it adaptive as well?

    Thanks

  6. #36
    igorad
    Guest
    Quote Originally Posted by thor68 View Post
    Can you update this with lates prices like 9.3?

    Also, can you add an option to make it adaptive as well?

    Thanks
    Hi thor68,

    Please check out the updated PriceChannel_Stop Histo indicator.

    Attachment 30314


    Regards,
    Igor
    mosiskv likes this.

  7. #37
    Member
    Join Date
    Oct 2014
    Posts
    54
    Igor:

    For this indy, is there a setting similar to Multiplier from the Volty_Channel_Stop indy?

    Of this Price_channel, Volty_Channel, Fractual_Stop, which one do you like the most?

    I also recall one based on the Guppy_MA? If so can you point me to it?
    Last edited by thor68; 01-19-2018 at 09:58 PM.

  8. #38
    Member
    Join Date
    Oct 2014
    Posts
    54
    Is it possible to put this indicator in a library file (mpq) or in a function to be put into other indicators?

  9. #39
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Those questions are for Igorad (I passed it to him).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #40
    igorad
    Guest
    Quote Originally Posted by thor68 View Post
    Igor:

    For this indy, is there a setting similar to Multiplier from the Volty_Channel_Stop indy?

    Of this Price_channel, Volty_Channel, Fractual_Stop, which one do you like the most?

    I also recall one based on the Guppy_MA? If so can you point me to it?
    Hi thor68,

    You can use the Risk parameter instead of the Multiplier but please remember the Risk is the Price Channel margin factor:

    upband = upmax - (upmax - lomin)*Risk
    loband = lomin + (upmax - lomin)*Risk

    where upmax is upper band of the price channel and lomin - lower band.


    Regards,
    Igor

Page 4 of 6 FirstFirst ... 2 3 4 5 6 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
  •