Page 23 of 24 FirstFirst ... 13 21 22 23 24 LastLast
Results 221 to 230 of 238
Like Tree50Likes

Something interesting

This is a discussion on Something interesting within the General Discussion forums, part of the Trading Forum category; This is interesting indicator coded by Mladen: multi_pair_blau_tsi_2.1 indicator. The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416...

      
   
  1. #221
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Multi pair indicators: multi pair blau tsi

    This is interesting indicator coded by Mladen: multi_pair_blau_tsi_2.1 indicator.
    The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416

    Something interesting-xauusd-w1-alpari-2.png
    Attached Files Attached Files
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #222
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Multi pair indicators: multi pair psar trend

    Quote Originally Posted by mql5 View Post
    This is interesting indicator coded by Mladen: multi_pair_blau_tsi_2.1 indicator.
    The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416
    ...
    Something interesting-dxy-w1-alpari.png


    The other very interesting indicator coded by Mladen: multi_pair_psar_trend_2 indicator.
    The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416
    Attached Files Attached Files
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #223
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Multi pair indicators: multi pair rapid rsi

    The next interesting indicator: multi_pair_rapid_rsi_2.
    The indicator works for new build of Metatrader 4 (I checked - look at the image). The indicator (attached) is from the following MQL5 forum key thread: https://www.mql5.com/en/forum/178416

    Something interesting-gbpusd-d1-alpari.png
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  4. #224
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,477
    Blog Entries
    2951
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    There are color templates (custom color schemes) scripts (for MT4 and for MT5).
    • About how to use it for MT5 - post #525 at mql5 forum;
    • how to use the script for MT4 - post #527 (mql5 forum too).

    The script for MT5 is attached.

    Something interesting-gbpusd-h4-synergy-financial-markets-3.png


    Something interesting-gbpusd-h4-synergy-financial-markets-2.png


    Something interesting-gbpusd-h4-synergy-financial-markets.png
    Attached Files Attached Files
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #225
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,477
    Blog Entries
    2951
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by newdigital View Post
    There are color templates (custom color schemes) scripts (for MT4 and for MT5).
    • About how to use it for MT5 - post #525 at mql5 forum;
    • how to use the script for MT4 - post #527 (mql5 forum too).

    The script for MT5 is attached.
    The script for MT4 is attached to this post.
    Attached Files Attached Files
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #226
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Learn how to design a trading system by Accelerator Oscillator

    Something interesting-acsell.png


    Here is a new article from our series about how to design a trading system based on the most popular technical indicators. We will learn in this article a new technical tool that can be used in our favor in trading. We will learn about the Accelerator Oscillator indicator (AC) in detail as we learn what it is, what it measures, how it can be calculated, how to read it and use it also through simple trading strategies then how we can create a trading system based on them.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  7. #227
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    DIY technical indicator

    Something interesting-2000.png


    Any technical indicator is based on a certain algorithm for processing market information. As a rule, prices are used as initial data. Speaking in the language of math, the indicator is a function that converts prices into some final result. In this article, I will consider linear functions that can be used to build an indicator.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #228
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Magic of time trading intervals with Frames Analyzer tool

    Something interesting-00999.png


    It is about the interesting tool that allows you to take a deeper look at the optimization results of any trading algorithm. It is even possible to improve the results of your real automated trading with a minimum of effort and cost.

    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  9. #229
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    Matrix Utils, Extending the Matrices and Vector Standard Library Functionality

    Something interesting-matrix1102.png


    In python a Utils class is a general purposed utility class with functions and lines of code which we can reuse without creating an instance of a class.

    The Standard library for matrices provides us with some very important features and methods that we can use to Initialize, transform, manipulate matrices, and much more but like any other libraries ever built it can be extended to perform extra stuff that might be necessary/needed in some of the applications.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #230
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,464
    Blog Entries
    1681

    How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 1): Indicator Signals based on ADX in combination with Parabolic SAR

    The definition of a Multi-Currency Expert Advisor in this article is one Expert Advisor or trading robot that can trade (open orders, close orders and manage orders an more) for more than 1 symbol pair from only one symbol chart.
    Therefore, ... we can create a simple Multi-Currency Expert Advisor which in this article uses Indicator Signals: Average Directional Movement in combination with Parabolic SAR Indicator.

    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 23 of 24 FirstFirst ... 13 21 22 23 24 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
  •