Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 35
Like Tree4Likes

All about Zig Zag & Variant

This is a discussion on All about Zig Zag & Variant within the Trading tools forums, part of the Trading Forum category; Hi ND, Please guide, how to get fibo levels as shown right side in your screen ? Originally Posted by ...

      
   
  1. #21
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Hi ND,

    Please guide, how to get fibo levels as shown right side in your screen ?


    Quote Originally Posted by newdigital View Post
    Premium section update.

    Attachment 24459

    UniZigZag
    - UniZigZagChannel_v2.0 600+ indicator is on this post (premium section link). The is the updated UniZigZagChannel with the Fibo Level buffer. The version is for the build 600 and above

  2. #22
    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
    Quote Originally Posted by jagadish123 View Post
    Hi ND,

    Please guide, how to get fibo levels as shown right side in your screen ?
    Attach indicator to the chart:

    All about Zig Zag & Variant-eurusd-h1-alpari-international-limited.png


    press on Fibo Retracement button:

    All about Zig Zag & Variant-eurusd-h1-alpari-international-limited-2.png


    and draw it (by mouse) from top to bottom:

    All about Zig Zag & Variant-eurusd-h1-alpari-international-limited-3.png


    or from bottom to top:

    All about Zig Zag & Variant-eurusd-h1-alpari-international-limited-4.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #23
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Got it. Thanks.


    Quote Originally Posted by newdigital View Post
    Attach indicator to the chart:

    Click image for larger version. 

Name:	eurusd-h1-alpari-international-limited.png 
Views:	441 
Size:	18.0 KB 
ID:	26853


    press on Fibo Retracement button:

    Click image for larger version. 

Name:	eurusd-h1-alpari-international-limited-2.png 
Views:	441 
Size:	82.4 KB 
ID:	26854


    and draw it (by mouse) from top to bottom:

    Click image for larger version. 

Name:	eurusd-h1-alpari-international-limited-3.png 
Views:	441 
Size:	76.5 KB 
ID:	26855


    or from bottom to top:

    Click image for larger version. 

Name:	eurusd-h1-alpari-international-limited-4.png 
Views:	440 
Size:	76.6 KB 
ID:	26856

  4. #24
    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
    EA was created based on UniZigZag indicator:

    UniZigZagTrader EA
    - UniZigZagTrader_v1.0 600+ EA is on this post. This is the UniZigZagTrader EA which uses the UniZigZag indicator. There is ability to use the EA with the pyramiding according to .set file from this post.

    All about Zig Zag & Variant-unizigzagtrader11.png


    All about Zig Zag & Variant-unizigzagtrader22.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #25
    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
    EA was updated in premium section -

    All about Zig Zag & Variant-unizigzagtraderresults.png


    UniZigZagTrader_v1.1 600+ EA is on this post. This is the the updated UniZigZagTrader EA using the updated UniZigZag indicator.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #26
    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
    New indicator was coded -

    UniZigZagChannel_v2.4 600+ indicator is on this post. The is the updated UniZigZag indicator which is able to plot the Trend Channel.

    All about Zig Zag & Variant-unizigzag_v2.4.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #27
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1638

    The power of ZigZag (part I).

    The power of ZigZag (part I). Developing the base class of the indicator

    All about Zig Zag & Variant-002.png


    Contents

    Many researchers simply skip or do not pay enough attention to determining the price behavior. At the same time, complex methods are used, which very often are simply “black boxes”, such as machine learning or neural networks. The most important question arising in that case is what data to submit for training a particular model. In this article, we will expand the tools for such studies. You will find out how to select more appropriate symbols for trading before searching for the optimal parameters. To achieve this, we will use a modified version of ZigZag indicator and the code class that significantly simplifies obtaining and working with data of indicators belonging to this type.
    In this series of articles, we will implement:

    • a modified version of ZigZag indicator
    • a class for obtaining ZigZaga data
    • an EA for testing the process of obtaining the data
    • indicators defining the price behavior
    • an EA with a graphical interface for collecting the price behavior statistics
    • an EA following ZigZag signals
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #28
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1638

    The power of ZigZag (part II)

    The power of ZigZag (part II). Examples of receiving, processing and displaying data

    All about Zig Zag & Variant-004.png


    Contents

    In the first part of the article, I have described a modified ZigZag indicator and a class for receiving data of that type of indicators. Here, I will show how to develop indicators based on these tools and write an EA for tests that features making deals according to signals formed by ZigZag indicator.
    more...
    Last edited by mql5; 03-20-2019 at 09:15 AM.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  9. #29
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1638
    ZigZag separate - indicator for MetaTrader 5

    All about Zig Zag & Variant-cb-1__6.png


    This is a MetaTrader 5 version of one indicator that was floating around the net as a wonder indicator for MetaTrader 4.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #30
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1638

    ZigZag step market EA

    ZigZag step market - expert for MetaTrader 5

    All about Zig Zag & Variant-2019-04-04_20h09_17.png


    The Expert Advisor works on a custom ZigZag Color indicator (this indicator is supplied with the terminal, the path to it is: MQL5 \ Indicators \ Examples \ ZigzagColor.mq5).

    Working on the current leg of indicator: if the knee directed downward - means every Step (or nearly every Step) SELL open position when the knee is directed upwards - is trying to open BUY position approximately adhere step Step.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 3 of 4 FirstFirst 1 2 3 4 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
  •