Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
Like Tree4Likes

Ma_Candles_Mtf_alarm

This is a discussion on Ma_Candles_Mtf_alarm within the Trading tools forums, part of the Trading Forum category; Hi to all , I propose Ma Candles Mtf Alarm indicator. This new indicator is very visual,and you can set ...

      
   
  1. #1
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+

    Ma_Candles_Mtf_alarm

    Hi to all ,

    I propose Ma Candles Mtf Alarm indicator.

    This new indicator is very visual,and you can set it differently:

    -with a short period as a filter (like Heiken ashi).

    -with 2 movings in the same time unit .

    -with a highest time unit.

    -with a period = 1, and a highest time unit.

    -etc .........

    It is multi time frame and alarm functions.


    Hi Igorad ,can you add your all averages function ???

    Regards.

    Ma_Candles_Mtf_alarm-macandll_1per-metatrader.png
    Ma_Candles_Mtf_alarm-macandll_2xma-metatrader.png
    Ma_Candles_Mtf_alarm-macandll_mtf-metatrader.png
    Attached Files Attached Files
    CamaRon likes this.

  2. #2
    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
    This is good indicator. I hope it will be improved for all averages function.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #3
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+
    Hi newdigital,

    Like you I hope so too, I think it should not be difficult to do for igorad.

  4. #4
    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
    I think - he forgot ... I hope - he will make it.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #5
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+
    Hi Newdigital

    Eureka ,i have just find the solution ,only modify Igorad's All Heiken Ashi.

    Perhaps is it possible to upgrade ??
    Attached Files Attached Files

  6. #6
    igorad
    Guest
    Hi sohocool,

    Please check out the improved AllAveragesCandles_v1 indicator which is based on the AllAverages_v3.1.

    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 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 2797

    Regards,
    Igor
    puiu288 and chartartist like this.

  7. #7
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+
    Many thanks Igor,

    The shift function will be useful ???

    Regards.

    Philippe

  8. #8
    igorad
    Guest
    Hi,

    Please check out the AllAveragesCandles_v1 indicator for the MT5 platform.

    Code:
    input ENUM_TIMEFRAMES      TimeFrame      =           0;
    input int                  MA_Period      =          14;
    input ENUM_MA_MODE         MA_Method      =           0;
    
    input string               alerts         = "--- Alerts & Emails ---";
    input int                  AlertMode      =            0;
    input int                  SoundsNumber   =            5;   //Number of sounds after Signal
    input int                  SoundsPause    =            5;   //Pause in sec between sounds 
    input string               UpSound        =  "alert.wav";
    input string               DnSound        = "alert2.wav";
    input int                  EmailMode      =            0;   //0-on,1-off   
    input int                  EmailsNumber   =            1;   //0-on,1-off
    Attachment 4856

    Regards,
    Igor
    Attached Files Attached Files

  9. #9
    Junior Member the__searcher's Avatar
    Join Date
    Dec 2014
    Location
    South Africa
    Posts
    25

    Add the__searcher on Linkedin
    Hi Igor

    If you have a moment, is it possible that you can 600+ the AllAveragesCandles_v1.mq4 indicator ?

    Thanks

  10. #10
    Junior Member the__searcher's Avatar
    Join Date
    Dec 2014
    Location
    South Africa
    Posts
    25

    Add the__searcher on Linkedin
    Hi Igor

    I managed to figure out what was wrong. I made a few changes (Hope you don't mind). I renamed the indicator to AllAveragesCandles_v2

    If you had a look at the code and it has your stamp of approval you can probably rename it to the "official" 600+ naming convention you use.

    AllAveragesCandles_v2.mq4

    Thanks

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