Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27
Like Tree10Likes

FractalChannel_Stop

This is a discussion on FractalChannel_Stop within the Trading tools forums, part of the Trading Forum category; Originally Posted by ScubaZsolo Thank you very much Matfx! You are welcome....

      
   
  1. #21
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    Quote Originally Posted by ScubaZsolo View Post
    Thank you very much Matfx!
    You are welcome.
    ScubaZsolo likes this.

  2. #22
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by igorad View Post
    Hi,

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

    Attachment 9096

    Regards,
    Igor
    Good Day, Is there a FractalChannel_Stop for MT5?

    Regards

  3. #23
    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 Eris View Post
    Good Day, Is there a FractalChannel_Stop for MT5?

    Regards
    I think - it was not coded for Igorad. I will make a request to him about MT5 version.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #24
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    FractalChannel_Stop signal for EURUSD and GBPUSD.

    FractalChannel_Stop-eurusdh1_fractal.png

    FractalChannel_Stop-gbpusdh1_fractal.png
    Follow my official trading theregulartrader blog

  5. #25
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    We may use the FractalChannel stop line for target, just for example.

    FractalChannel_Stop-euraudh1_fractal.png
    Follow my official trading theregulartrader blog

  6. #26
    Junior Member
    Join Date
    Nov 2020
    Posts
    1
    Quote Originally Posted by igorad View Post
    Hi,

    Please pay attention to one more indicator from the SAR category - FractalChannel_Stop, the first version of which I developed for MT3 in 2004.
    In this version you can find the new important parameter - Ratchet:
    • < 0 - stops follow by the Fractal Channel strictly
    • = 0 - stops move in one direction(similar to old versions)
    • > 0 - stops follow by the channel with FractalSize of which will gradually decrease with each new HH/LL for uptrend or downtrend respectively.


    Please note this parameter can be a fractional value, for example, if it's equal 0.25 then the FractalSize 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     FractalSize          =     2;    //Fractal Size in bars (ex. 1-3 bars,2-5 bars,3-7 bars)
    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
    Attachment 1232


    Regards,
    Igor
    Hello,

    can you make mq5 version?

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

    Learn how to design a trading system by Fractals

    FractalChannel_Stop-frac111.png


    A new article with a new technical indicator in our series as we will learn how to design a trading system based on one of the most popular technical indicators that's the Fractals indicator.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 3 of 3 FirstFirst 1 2 3

LinkBacks (?)

  1. 03-14-2015, 05:49 AM
  2. 12-21-2013, 04:58 AM

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
  •