Page 14 of 47 FirstFirst ... 4 12 13 14 15 16 24 ... LastLast
Results 131 to 140 of 466
Like Tree3Likes

Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview

This is a discussion on Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview within the General Discussion forums, part of the Trading Forum category; "The modern-day trading cannot be imagined without automated trading systems usually called Expert Advisors or robots. Most, if not all, ...

      
   
  1. #131
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    Applying fuzzy logic in trading by means of MQL4

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-eurusdh1_ex__6.png


    "The modern-day trading cannot be imagined without automated trading systems usually called Expert Advisors or robots. Most, if not all, of them feature a clear, hard-coded trading strategy and money management system. Their main advantage is a rigid algorithm excluding the human factor. However, this advantage is also their main drawback since trading robots lack flexibility. Regardless of the market conditions, an Expert Advisor always applies the same trading strategy with the same strictly categorized parameters. In other words, the system always acts rigidly: average trend > enter the market with one lot, strong trend > enter the market with two lots. No deviations!"



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

  2. #132
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    Deep neural network with Stacked RBM. Self-training, self-control

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-balcor.png

    Fig.5 Balance line before and after the signal correction

    ------
    Contents

    • 1. Structure of DBN
    • 2. Preparation and selection of data
      • 2.1. Input variables
      • 2.2. Output variables
      • 2.3. Initial data frame
        • 2.3.1. Deleting highly correlated variables
      • 2.4. Selection of the most important variables
    • 3. Experimental part.
      • 3.1. Building models
        • 3.1.1. Brief description of the "darch" package
        • 3.1.2. Building the DBN model. Parameters.
      • 3.2. Formation of training and testing samples.
        • 3.2.1. Balancing classes and pre-processing.
        • 3.2.2. Coding the target variable
      • 3.3. Training the model
        • 3.3.1. Pre-training
        • 3.3.2. Fine-tuning
      • 3.4. Testing the model. Мetrics.
        • 3.4.1. Decoding predictions.
        • 3.4.2. Improving the prediction results
          • Calibration
          • Smoothing with a Markov chain model
          • Correcting predicted signals on the theoretical balance curve
        • 3.4.3. Metrics
    • 4. Structure of the Expert Advisor
      • 4.1. Description of the Expert Advisor's operation
      • 4.2. Self-control. Self-training
    • Installation and launching
    • Ways and methods of improving qualitative indicators.
    • Conclusion



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

  3. #133
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  4. #134
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    Self-optimization of EA: Evolutionary and genetic algorithms

    Contents


    • Introduction
    • 1. How evolutionary algorithms first appeared
    • 2. Evolutionary algorithms (methods)
    • 3. Genetic algorithms (GA)
      • 3.1. Field of application.
      • 3.2. Problems being solved
      • 3.3. Classic GA
      • 3.4. Search strategies
      • 3.5. Difference from the classic search of optimum
      • 3.6. Terminology of GA

    • 4. Advantages of GA
    • 5. Disadvantages of GA
    • 6. Experimental part
      • 6.1. Search for the best combination of predictors
        • with tabuSearch

      • 6.2. Search for the best parameters of TS:
        • with rgenoud (Genetic Optimization Using Derivatives)
        • with SOMA (Self-Organising Migrating Algorithm)
        • with GenSA (Generalized Simulated Annealing)


    • 7. Ways and methods of improving qualitative characteristics
    • Conclusion



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

  5. #135
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  6. #136
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    Creating a trading robot for Moscow Exchange. Where to start?

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

  7. #137
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #138
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    LifeHack for Traders: Indicators of Balance, Drawdown, Load and Ticks during Testing

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

  9. #139
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #140
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,326
    Blog Entries
    1639

    Testing trading strategies on real ticks

    The article provides the results of testing a simple trading strategy in three modes: "1 minute OHLC" using only Open, High, Low and Close prices of minute bars; detailed modeling in "Every tick" mode, as well as the most accurate "Every tick based on real ticks" mode applying actual historical data.

    Comparing the results allows us to assess the quality in various modes, as well as helps us to use the tester more efficiently in order to receive results faster. "1 minute OHLC" mode allows receiving quick estimated test results, "Every tick" mode is closer to reality, while testing on real ticks is most accurate but time-consuming. Keep in mind that errors in a trading robot's logic may affect the number of trading operations making the strategy test results more susceptible to a selected test mode.

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-strategy__1.png


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

Page 14 of 47 FirstFirst ... 4 12 13 14 15 16 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
  •