Page 6 of 34 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 51 to 60 of 338
Like Tree79Likes

AllAverages

This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; Hi padnoter, Please take a look at my version of the AllAveragesConsensus with ability to plot arrows on the main ...

      
   
  1. #51
    igorad
    Guest

    AllAverages Consensus

    Hi padnoter,

    Please take a look at my version of the AllAveragesConsensus with ability to plot arrows on the main chart.

    Code:
    extern int     TimeFrame         =     0;   //TimeFrame in min
    extern int     Price             =     0;   //Price = 0...10 (see List of Prices) 
    extern int     MA_Period         =    20;   //Period of smoothing
    extern int     Consensus_Level   =    15;   //Consensus Level 
    
    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
    
    extern string  arrows            = "--- Arrows Settings ---";
    extern int     ArrowsMode        =     1;   //0-off,1-on    
    extern int     ArrowSize         =    11;
    extern string  ArrowFontName     = "Wingdings";
    extern int     ArrowBuyCode      =   233;
    extern int     ArrowSellCode     =   234;
    extern color   UpArrowColor      = DeepSkyBlue;
    extern color   DnArrowColor      = LightCoral;
    extern string  UniqueName        = "AllAvgCons";
    Attachment 2941

    Regards,
    Igor
    Dormi likes this.

  2. #52
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    looks great Igorad... fixes some problems I've just seen in my hacked version - and your code/logic is much neater

    many thanks!

    also - i've been testing on the 1m to check for repainting... there is none in Igorad's version that I've seen... superb!

    now let's carry on and see if we can make a system that makes some pips from it
    Last edited by padnoter; 09-30-2013 at 10:31 AM.

  3. #53
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    Hi Igorad,
    Is it possible to add a parameter to limit the number of bars processed?
    When switching between timeframes & pairs it is a little slow - with all the math calcs
    i.e. so I can just calc the indi for the last 300 bars or so... that type of thing?
    Cheers
    Padnoter

  4. #54
    igorad
    Guest
    Quote Originally Posted by padnoter View Post
    Hi Igorad,
    Is it possible to add a parameter to limit the number of bars processed?
    When switching between timeframes & pairs it is a little slow - with all the math calcs
    i.e. so I can just calc the indi for the last 300 bars or so... that type of thing?
    Cheers
    Padnoter
    Please check out the updated version with new added parameter CountBars(0-all bars).

    Regards,
    Igor

  5. #55
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    perfect - thank you.... i can now swap pairs & timeframes quickly

  6. #56
    Senior Member
    Join Date
    May 2013
    Posts
    151
    Quote Originally Posted by zilliq View Post
    I was right,

    On a chart your T3 zillig=EMA but with different period 10/4

    Thanks a lot

    I will see how we can adapt the Jsmooth. Semmes to be difficult...

    Zilliq

    Attachment 2496

    Hi Zilliq and Sohocool,
    Am very pleased to see you on the forum. I have been thinking am the only one user of the ProRealtime platform. It is excellent as a charting package.
    I would interested in making contact with you both and sharing best practice, indicators, EA etc. Are there many users for the PRT? If so may be we could start a thread here about matters related to PRT. Would Newdigital disagree?
    How very nice.
    Jozo

  7. #57
    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
    I agree about thread of course
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

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

    As Newdigital agree ,you can open a PRT thread.

    I will post regularly indicators ..

    I don 't write well enough English to animate this thread .

    Regards.

    Sohocool

  9. #59
    Senior Member
    Join Date
    May 2013
    Posts
    151
    That is great Newdigital;
    Sohocool don't worry about English. No one is here to pick on that.
    I have been around the forum tabs but cannot see how to start a new thread. Newdigital can you help? It would probably be titled "ProReatTime Users - " Ideas & Experiences Exchange"
    Thanks all, lets get this going!
    Jozo

  10. #60
    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
    How to open new thread?
    Go to the main page http://newdigital-world.com/forum.php - and go to any section you want to open the thread to (for example - this one http://newdigital-world.com/general-discussion/ ), scroll page down and press the button "Post New Thread"
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 6 of 34 FirstFirst ... 4 5 6 7 8 16 ... 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
  •