Page 6 of 6 FirstFirst ... 4 5 6
Results 51 to 60 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 Igor, Giving Error "Array Out of Range" when set Channel Period 2. Regards, Jag Originally Posted by igorad Hi ...

      
   
  1. #51
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Hi Igor,

    Giving Error "Array Out of Range" when set Channel Period 2.

    Regards,
    Jag

    Quote Originally Posted by igorad View Post
    Hi thor68,

    Please check out the updated PriceChannel_Stop indicators with the new set of prices and the new parameter CountBars.

    Attachment 31939


    Regards,
    Igor

  2. #52
    igorad
    Guest
    Hi Jag,

    Thanks a lot for finding a minor bug.
    Please check out the fixed versions.


    Regards,
    Igor
    mosiskv and etkn like this.

  3. #53
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Great Thanks Igor, this is working fantastically.

    Regards,
    Jag

    Quote Originally Posted by igorad View Post
    Hi Jag,

    Thanks a lot for finding a minor bug.
    Please check out the fixed versions.


    Regards,
    Igor

  4. #54
    Senior Member
    Join Date
    Jun 2016
    Posts
    258
    Igor, The PriceChannel_Stop_v9 MT5 indicator has an error on line 453.
    'iTime' - override system function PriceChannel_Stop_v9.mq5 453 10

    Regards,
    Rogerio

  5. #55
    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 rogeriob28 View Post
    Igor, The PriceChannel_Stop_v9 MT5 indicator has an error on line 453.
    'iTime' - override system function PriceChannel_Stop_v9.mq5 453 10

    Regards,
    Rogerio
    I fixed it and re-uploaded to the Igor's first post of this thread.

    PriceChannel_Stop-eurusd-h4-metaquotes-software-corp.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #56
    Junior Member
    Join Date
    Mar 2019
    Posts
    5
    Is it possible to program a donchian like channel into the price channel stop?

  7. #57
    igorad
    Guest
    Quote Originally Posted by euro_rapp View Post
    Is it possible to program a donchian like channel into the price channel stop?
    Hi euro_rapp,

    The Donchian Channel is one more name of the Price Channel.

    Regards,
    Igor

  8. #58
    Junior Member
    Join Date
    Sep 2020
    Posts
    4
    Dear Igor,

    I would like to use your pretty good indicator in my EA. I am an old hardware engineer, not exactly a programmer. I got it working in principle, but it does not always open a position. I cant figure out why. I also dont understand why the opening of a new position depends on the value of the Channel Period, since the signal is always triggered.
    If I am using lets say value 4, it does paint the Up/DownStop Line and produces an alert message, but no position is opened.
    The code I am using to get the signal:
    CopyBuffer(PCS_handle,1,0,2,UpSignal)<=0 ||
    CopyBuffer(PCS_handle,4,0,2,DnSignal)<=0 ||
    What am I missing?
    Thank you very much.
    Reinhard

  9. #59
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    PriceChannel_Signal_v2 EA

    PriceChannel_Signal_v2 EA - expert for MetaTrader 5

    PriceChannel_Stop-usdjpy-m15-metaquotes-software-corp.png


    The custom indicator 'PriceChannel_Signal_v2' ( I took the indicator here ) generates several signals: two types of signals to open a 'BUY' position, two types of signals to open a 'SELL' position, one signal to close 'BUY' and one signal to close 'SELL'. No Stop Loss, No Take Profit, No Trailing.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #60
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    How to create a custom Donchian Channel indicator using MQL5

    PriceChannel_Stop-dcsimpleea_attached_and_signal1.png


    In this article, we will talk about a very important concept in trading which is trend identification as we will learn about a technical tool that can be helpful in that which is the Donchian Channel indicator. This indicator is a trend following the same as we will see.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 6 of 6 FirstFirst ... 4 5 6

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
  •