Page 40 of 54 FirstFirst ... 30 38 39 40 41 42 50 ... LastLast
Results 391 to 400 of 540
Like Tree74Likes

Requests and Raw Ideas

This is a discussion on Requests and Raw Ideas within the General Discussion forums, part of the Trading Forum category; Originally Posted by rockfish Dear ND and Igor, Looks like the kukus starlight indicator mentioned in THIS post is similar ...

      
   
  1. #391
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by rockfish View Post
    Dear ND and Igor,

    Looks like the kukus starlight indicator mentioned in THIS post is similar to the trendalt indicator that I mentioned. May be this can give Igor more ideas on improving the starlight indicator or combining trendalt and starlight indicator.

    Thank you
    rock
    Yes, I've sent this information to Igorad by PM.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #392
    Member
    Join Date
    Mar 2018
    Posts
    42
    Quote Originally Posted by newdigital View Post
    Yes, I've sent this information to Igorad by PM.
    Dear ND,

    Did some more experiments now;
    kukus starlight and trendalt are more or less same.

    1. kukus starlight does not repaint but it has no alerts. The line is shown as stars (***) and its difficult to read.
    2. trendalt repaints when we reload (not while running) but it has alert/email, but can be improved like other indicators

    So, I really hope that Igor can make the best of the both worlds. Hope this indicators are still useful since they seems to be in existence for over 10 years.

    Both indicators combined in the same window;
    Requests and Raw Ideas-2018-03-20-15_53_21-eurusd-m15-visual-.jpg

    When we reload, the trendalt repaints
    Requests and Raw Ideas-2018-03-20-15_53_42-eurusd-m15-visual-.jpg

  3. #393
    igorad
    Guest
    Quote Originally Posted by rockfish View Post
    Dear Igor, Newdigital and Coders,

    This is my first post since landing on this site this morning. Hope I landed on this forum long time back, well HAPPY I'm here now.

    I have been playing with a indicator called Trendalt Alert and it looks promising. The problem with this indicator is, it repaints when you reload.

    I was looking at this together with igor's AllAverageCrossover, with the setting with method set to T3 and 22/28. The trendalt is set with 27 and 16.

    The idea behind this indicator is to trade when the trandalt crosses 0 line.

    this is AllAverageCrossover with TrendAlt (without repainting)

    Attachment 31007


    This is what happens when you reload the indicator


    Attachment 31008


    I really hope and make a kind request to Igor to look into this indicator and make it in such a way that it wont repaint and have more controls over the alert. May be he can get other ideas from this.

    In principle it looks like a MA but presented in a different way.

    Indicator is Attached:

    Attachment 31009

    Thank you so much

    Rock
    Hi rockfish,

    Unfortunately I should say this indicator is one more modification of the Fisher Yur4ik indicator which is the wrong coded version of the well-known Ehlers' Fisher Transform.


    Regards,
    Igor

  4. #394
    Member
    Join Date
    Mar 2018
    Posts
    42
    Quote Originally Posted by igorad View Post
    Hi rockfish,

    Unfortunately I should say this indicator is one more modification of the Fisher Yur4ik indicator which is the wrong coded version of the well-known Ehlers' Fisher Transform.


    Regards,
    Igor
    Dear Igor

    Thank you for the enlightment and happy that I didnt go further with that. Most importanly I'm happy that I found this forum

    Found the AllFisherTransform v2 by you and it does what I wanted.

    thanks and regards
    rock

  5. #395
    Member
    Join Date
    Mar 2018
    Posts
    42

    Alerts for TDI

    Dear ND and Igor,

    I have another kind request.

    Found only one variant of the Traders Dynamic Index (TDI) indicator in this post

    Unfortunately, the alerts in this indictor is not good. No option for email and cant change the sound file.

    Requests and Raw Ideas-2018-03-21-07_34_20-custom-indicator-tradersdynamicindex.png

    The other possible modification is, we can have drop down list for the option like in most of the Igor's indicator.


    Code:
    //|  Price & Line Type settings:                           |                
    //|   RSI Price settings                                             |               
    //|   0 = Close price     [DEFAULT]                                  |               
    //|   1 = Open price.                                                |               
    //|   2 = High price.                                                |               
    //|   3 = Low price.                                                 |               
    //|   4 = Median price, (high+low)/2.                                |               
    //|   5 = Typical price, (high+low+close)/3.                         |               
    //|   6 = Weighted close price, (high+low+close+close)/4.            |               
    //|                                                                  |               
    //|   RSI Price Line & Signal Line Type settings                                   |               
    //|   0 = Simple moving average       [DEFAULT]                      |               
    //|   1 = Exponential moving average                                 |               
    //|   2 = Smoothed moving average                                    |               
    //|   3 = Linear weighted moving average                             |               
    //|                                                                  |
    May be Igor can think of other possible enhancements to this great indicator.


    thanks and regards
    rock

  6. #396
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by rockfish View Post
    Dear ND and Igor,

    I have another kind request.

    Found only one variant of the Traders Dynamic Index (TDI) indicator in this post

    ...
    Your posts were moved to moderation mode because of overquoting (you quotes the nearest above post during your reply so our forum "anti-spam machine" moved your posts to be moderated).
    It is fine now (I just explained why you posted and did not see your post).

    --------------------

    Yes, I've sent this request to Igorad by PM.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #397
    Member
    Join Date
    Mar 2018
    Posts
    42
    Thanks ND.

    I was wondering why it always says the message was sent for moderation. Will avoid quoting in future.


    regards
    rock

  8. #398
    Member
    Join Date
    Mar 2018
    Posts
    42
    Dear ND and Igor,

    Can we have alerts implemented for the AllFisherTransform_v2.0 600+.mq4 ?

    Alerts at 0 level crossover will be very nice.


    Edit: Probably found a bug with AllFisherTransform_v2.0 600+.mq4

    When I load two of this idicators, one with current time (say M15) and another with (M5), the second one still shows as M15.

    Requests and Raw Ideas-2018-03-21-18_56_01-eurusd-m15.jpg

    Or am I doing something wrong?


    regards
    rock
    Last edited by rockfish; 03-21-2018 at 10:59 AM.

  9. #399
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by rockfish View Post
    Dear ND and Igor,

    Can we have alerts implemented for the AllFisherTransform_v2.0 600+.mq4 ?

    Alerts at 0 level crossover will be very nice.

    regards
    rock
    Yes, I've sent this request to Igorad.
    But seems he may be overloaded for now with the premium section requests (as those requests are high priority) - I mean: we should wait here.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #400
    Member
    Join Date
    Mar 2018
    Posts
    42
    Hi ND

    Yes, that reminds me that I should take up premium, its worth it.

    Do you have any recommendation for Indicator to identify the horizontal/sideway markets?


    regards
    rock

Page 40 of 54 FirstFirst ... 30 38 39 40 41 42 50 ... 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
  •