Page 44 of 44 FirstFirst ... 34 42 43 44
Results 431 to 433 of 433
Like Tree6Likes

Forex Strategies

This is a discussion on Forex Strategies within the Trading Systems forums, part of the Trading Forum category; A quick refresher for the previous article in the News Trading Made Easy series. In part 1, we went through ...

      
   
  1. #431
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,461
    Blog Entries
    1678

    News Trading Made Easy (Part 2): Risk Management

    A quick refresher for the previous article in the News Trading Made Easy series. In part 1, we went through the concept of DST(Daylight Savings Time) and the various versions for different countries that essentially change their time zones by an hour ahead and behind during a financial year. This will change trading schedules for the related brokers using DST. The reasons for creating a database and the benefits were addressed. A database was created to store the news events from the MQL5 Economic Calendar with subsequent changes to the event time data to reflect the broker's DST schedule for accurate back-testing in the future. In the project files, an SQL script results in an Excel format was provided for all the unique events accessible through the MQL5 Calendar for all the different countries.

    However, in this article, we will make a few changes to our previous code in part 1. Firstly by implementing inheritance to the existing code and upcoming new code, the previous news/calendar database will get a revamp into something more useable and practical. Additionally, we will tackle risk management and create different risk profiles to choose from for users with different risk appetites or preferences.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #432
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,461
    Blog Entries
    1678

    How to integrate Smart Money Concepts (OB) coupled with Fibonacci indicator for Optimal Trade Entry

    Smart Money Concepts (SMC) and Order Blocks are critical areas on the chart where institutional traders typically execute large buying or selling orders. These zones often mark the origins of significant price movements, making them vital for traders seeking to align their strategies with institutional market activity. Understanding how these key levels influence price action can provide retail traders with more profound insight into the underlying market dynamics, allowing them to anticipate high-probability moves.

    When combined with tools like the Fibonacci retracement, traders can further refine their entry strategies. The Fibonacci retracement identifies potential pullback levels between a recent swing high and swing low, offering a way to measure how far price may retrace before continuing its trend. This approach helps traders pinpoint optimal entry points by aligning institutional order flow with areas of market interest, enhancing the precision of their trades.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #433
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,461
    Blog Entries
    1678

    News Trading Made Easy (Part 4): Performance Enhancement

    In the previous article, we went through the processes of implementing trades based on the news event's impact. We were successful in this mission, but a key disadvantage to the article's last code was its back-testing speed which is relatively slow. This is mainly due to frequently accessing the database in memory while back-testing the strategy, to resolve this issue we will reduce the number of times the database is accessed during the back-testing procedure. We will get all the information we need from the database in memory for the current day, this means that we will only access the database ideally once per day.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 44 of 44 FirstFirst ... 34 42 43 44

LinkBacks (?)

  1. 10-09-2013, 10:11 PM

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
  •