Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 37
Like Tree9Likes

Custom Candles

This is a discussion on Custom Candles within the Trading tools forums, part of the Trading Forum category; This one another version of cc candles. Generates Custom Candles in accordance with the principles aid out by MightyOne in ...

      
   
  1. #11
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122
    This one another version of cc candles.
    Generates Custom Candles in accordance with the principles aid out by MightyOne in the kreslik.com thread entitled "One Is Not a Trend."
    kreslik.com - Traders Community :: View topic - One is Not a Trend

    Custom Candles-usdtryh1.png

    JS_CC_Trend.mq4

  2. #12
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122

    4 color fractal breakout candles

    When a close above or below other colored fractal then candles change color.

    There are two shades for up (getting the rising and descending candles), and two shades for down. Sacrificed was a color change for the wicks, using the 8 buffers only for the body of the candles. Four buffersrs needed for the cnadles, but the other 4 are needed for storage of the last fractal high or low and candle location.

    Custom Candles-xusdtrym5.png

    # Fractal Candles Modded.mq4

  3. #13
    Senior Member adamlo's Avatar
    Join Date
    Jan 2014
    Location
    Malaysia
    Posts
    375
    hi levonisyas, do u have the manual or detail about the ay-Treandfinder- candles? i can't much understand the colour represent. pls advice

  4. #14
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122
    Hi adamlo,
    if Awesome Oscillator, RSI, ADX and Stochastic indicators are agree (at the same time all of them) the color is green/up , red/down
    if 3 of them agree (at the same time 3 of them) the color is RoyalBlue/up , IndianRed/down
    if nothing the color is grey
    For information Indicator needed for H4 Trend System @ Forex Factory

  5. #15
    Senior Member adamlo's Avatar
    Join Date
    Jan 2014
    Location
    Malaysia
    Posts
    375
    ahhh okok thanks alot , this is really super useful , by the way, did u change the original setting or u use ur own setting?

  6. #16
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122
    1H chart
    extern string spr2 = "»»Stoch Setting";
    extern int StochPeriod1 = 12;
    extern int DPeriod1 = 9;
    extern int SlowingPeriod1 = 6;
    extern string spr3 = "»»ADX Setting";
    extern int ADXPeriod = 14;
    extern int ADXTrending = 22;
    extern string spr4 = "»»RSI Setting";
    extern int RSIPeriod = 28;
    extern int RSIUp = 60;
    extern int RSIDown = 40;

  7. #17
    Senior Member adamlo's Avatar
    Join Date
    Jan 2014
    Location
    Malaysia
    Posts
    375
    Quote Originally Posted by levonisyas View Post
    1H chart
    extern string spr2 = "»»Stoch Setting";
    extern int StochPeriod1 = 12;
    extern int DPeriod1 = 9;
    extern int SlowingPeriod1 = 6;
    extern string spr3 = "»»ADX Setting";
    extern int ADXPeriod = 14;
    extern int ADXTrending = 22;
    extern string spr4 = "»»RSI Setting";
    extern int RSIPeriod = 28;
    extern int RSIUp = 60;
    extern int RSIDown = 40;
    thanks man

  8. #18
    Junior Member
    Join Date
    Jun 2013
    Posts
    10
    Indicator witch show the Big Bars, usualy at the beginning and at the end of trend :

    It is coupled with a volatility indication vol = atr_50/atr_1440

    Custom Candles-eurusd-m15-fxpro-financial-services.png

    http://charts.mql5.com/3/813/eurusd-...l-services.png
    Attached Files Attached Files
    Last edited by ffoo; 02-06-2014 at 07:02 PM.

  9. #19
    Junior Member
    Join Date
    Sep 2014
    Posts
    4
    ATR_MTF_G_Bougie_2.mq4 Not working kindly could you attache the working version

    thanks in advance

  10. #20
    igorad
    Guest
    Quote Originally Posted by ahmedalhoseny View Post
    ATR_MTF_G_Bougie_2.mq4 Not working kindly could you attache the working version

    thanks in advance
    Hi ahmedalhoseny,

    Please check out the fixed ATR_MTF_G_Bougie_2 indicator.

    Attachment 11958

    Regards,
    Igor
    chartartist likes this.

Page 2 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
  •