Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 114
Like Tree49Likes

AllHeikin-Ashi

This is a discussion on AllHeikin-Ashi within the Trading tools forums, part of the Trading Forum category; Hi Igor, WoW, Thank you very much for your help. Really appreciated! Best Regards, Don...

      
   
  1. #31
    Junior Member
    Join Date
    May 2013
    Posts
    6
    Hi Igor,

    WoW, Thank you very much for your help. Really appreciated!

    Best Regards,
    Don

  2. #32
    Junior Member
    Join Date
    Nov 2013
    Posts
    19
    @matfx

    can you please explain a bit more about the strength meter ?
    i see 3 horizontal rows each with it's own colors and thier own names : jobbao, josignal and jogo . what are the rules for using the strength meter ? color must be the same for signal and trend for example ?

    good luck !

  3. #33
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi ddon7650,

    Please check out the updated AllHeikin-Ashi indicator with the advanced sound/email alert, which allow any number of repetitive sound alerts with different .wav files.

    Code:
    extern int     TimeFrame         =     0;   //TimeFrame in min
    extern int     MA_Period         =    15;   //Period of smoothing
    extern int     MA_Method         =     0;   //Method of Moving Average  
    extern double  MinMove           =   0.0;   //in pips
    
    extern string  Alerts            = "--- Alerts & E-Mails ---";
    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 3817

    Regards,
    Igor
    Hello Igor,
    I really like this indicator, but I would like a modification. I prefer the candles on the screen. I mean, I would like the candles directly on bars/candes instead of heiken ashi candles. Is it posible to paint on the price bar?

    Regards and thank you.
    FHTrading

  4. #34
    igorad
    Guest
    Quote Originally Posted by FHTrading View Post
    Hello Igor,
    I really like this indicator, but I would like a modification. I prefer the candles on the screen. I mean, I would like the candles directly on bars/candes instead of heiken ashi candles. Is it posible to paint on the price bar?

    Regards and thank you.
    FHTrading
    Hi FHTrading,

    Please check out the updated AllHeikin-Ashi_v2.3 indicator with ability to plot the color OHLC candles if the parameter ShowHACandles = false.

    Code:
    extern int     TimeFrame         =     0;   //TimeFrame in min
    extern int     MA_Period         =    15;   //Period of smoothing
    extern int     MA_Method         =     0;   //Method of Moving Average  
    extern double  MinMove           =   0.0;   //in pips
    extern bool    ShowHACandles     =  true;   //true-HA Candles,false-OHLC     
    
    extern string  Alerts            = "--- Alerts & E-Mails ---";
    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

    Regards,
    Igor
    FHTrading, Alex-162 and jackprobe like this.

  5. #35
    Member
    Join Date
    Nov 2013
    Posts
    67
    Hi Igor,

    This was the indicator that I asked for

    I really appreciate what you had done for me

    Merry Christmas and Happy new year

  6. #36
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Thanks as well.

    Also appreciate!

  7. #37
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi FHTrading,

    Please check out the updated AllHeikin-Ashi_v2.3 indicator with ability to plot the color OHLC candles if the parameter ShowHACandles = false.

    Code:
    extern int     TimeFrame         =     0;   //TimeFrame in min
    extern int     MA_Period         =    15;   //Period of smoothing
    extern int     MA_Method         =     0;   //Method of Moving Average  
    extern double  MinMove           =   0.0;   //in pips
    extern bool    ShowHACandles     =  true;   //true-HA Candles,false-OHLC     
    
    extern string  Alerts            = "--- Alerts & E-Mails ---";
    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 4371

    Regards,
    Igor
    Good morning to all

    Igorad

    Please could transform the new version MT4.

    Thank you very much.

    FHTrading.

  8. #38
    igorad
    Guest
    Quote Originally Posted by FHTrading View Post
    Good morning to all

    Igorad

    Please could transform the new version MT4.

    Thank you very much.

    FHTrading.
    Hi FHTrading,

    Please check out the updated AllHeikin-Ashi indicator for the new MT4 (build 600 and above).

    Regards,
    Igor
    Attached Files Attached Files

  9. #39
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi FHTrading,

    Please check out the updated AllHeikin-Ashi indicator for the new MT4 (build 600 and above).

    Regards,
    Igor
    Thank you very much igorad.

    FHTrading

  10. #40
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    - AllHeikin-Ashi_v2.3 indicator is on this post - indicator with ability to plot the color OHLC candles if the parameter ShowHACandles = false.
    - AllHeikin-Ashi_v2.4 indicator for MT4 build 600+ is on this post. This is 2.3 version coded for 600+ build - This version works with Metatrader 4 build 600 and above.
    FHTrading likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 4 of 12 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
  •