MQL5 Tutorial artwork

MQL5 Tutorial

252 episodes - English - Latest episode: about 1 month ago -

MQL5 Expert Advisor Algo Trading for Metatrader5

Investing Business mql5 tutorial learn lessons forex trading algo metatrader5 metaeditor jimdandy1958
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

MQL5 TUTORIAL – SIMPLE AWESOME STANDALONE EXPERT ADVISOR

March 24, 2024 12:44 - 6 minutes - 18.2 MB Video

This time we are going to create a standalone Expert Advisor to trade the Awesome Oscillator, it will output buy and sell signals directly on the chart and whenever the line is crossed here we either get a sell signal when it’s below the dotted line or we would get a buy signal as soon as it crosses the line like right now the bars are above and now we consider that to be a buy signal. Now how can we create an Expert Advisor in MQL5 that is able to not only output the signals on the chart ...

MQL5 Tutorial – How To Code A Simple Commodity Channel Index

March 03, 2024 08:29

Here is a step-by-step description for creating an Expert Advisor using the Commodity Channel Index (CCI) indicator in MQL5 for Metatrader5: Open the Metatrader5 platform and click on the “Expert Advisors” button in the toolbar or press the F4 key on your keyboard. Select “File” > “New” > “Expert Advisor” from the menu. Name the Expert Advisor “Simple Commodity Channel Index” and click “Finish”. Remove all the code above the “OnTick()” function and delete the two comment lines. Declare a d...

MQL5 TUTORIAL – SIMPLE SAR STANDALONE EXPERT ADVISOR

February 25, 2024 06:52 - 7 minutes - 23.7 MB Video

In this video we are going to create a standalone Expert Advisor that is actually able to trade the Parabolic SAR Indicator. This is a very nice Indicator, you can see the dots above and below the price and whenever the direction changes here you will see that we have a buy or a sell signal. The signal output will be in the left upper corner here; this Expert Advisor will be able to automatically trade the signal. We have already an open position here and now we want to find out how we can...

MQL5 TUTORIAL – SIMPLE ICCI EXPERT ADVISOR

February 18, 2024 08:47 - 5 minutes - 24 MB Video

In this video we are taking a look at the ICCI Indicator, that’s the Commodity Channel Index Indicator. You can see that this signal here is creating buy and sell signals and whenever the blue line here is above the upper dotted line that would be a sell signal, in the other case if the blue line here is below the lower dotted line that would be a buy signal. Now, how can we create an Expert Advisor that is able to calculate the Commodity Channel Index Indicator? To do that please click on...

MQL5 Tutorial – Simple Adaptive Moving Average Robot

February 11, 2024 09:44 - 6 minutes - 16.6 MB Video

Okay, this time we are talking about an Adaptive Moving Average Indicator. It was created (I think) by Perry Kaufman and you can use it to find entries or exits like you could with a simple moving average. Now if that is almost the same, why should we prefer to use an Adaptive Moving Average? Well Perry J. Kaufmann created this fascinating formula here for a reason. The Adaptive Moving Average has less lagging and generates less false signals. Let’s see if that is true. Now how can we crea...

MQL5 Tutorial – Simple Force Index Trading Robot

February 03, 2024 09:36 - 5 minutes - 15.1 MB Video

Okay this time we are talking about the Force Index Indicator. It is a very simple indicator. It’s easy to read and also easy to code. If the indicator crosses the line in the middle from below and stays above the line, that could mean that we are bullish. And when it crosses the line from above and stays below the line like in this case, we have a bearish trend and we would like to sell. According to the website www.traderhq.com, this is also an indicator that was developed by Dr Alexande...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – HOW TO PREDICT PRICE ACTION

February 02, 2024 17:43

  README Documentation (updated often): https://bit.ly/41FPceY   In this video, we are going to talk about what to do when the price changes and how to know what the price is going to do. So let’s see what the price did in the last 24 hours. If you have seen my last video, you know that I said that it’s possible that we are running into a new trend change. And indeed, the price has crossed the two moving averages, so we have no new trades. And if we zoom into the chart, you can see that so f...

MQL5 TUTORIAL – TRADING EXPERIMENT 2024 WHAT IF THE TREND CHANGES TODAY?

January 30, 2024 07:55

  README Documentation (updated often): https://bit.ly/41FPceY In this video we are talking about potential changes in a trend. You can see on this chart that the price is going down, while the main trend is shown by these two moving averages here still is going up, but when the price goes below the two moving averages, that might indicate that we see a change in the long term trend. So let’s zoom into the chart here. Today is January the 15th. I had to restart the robot trading system with ...

MQL5 TUTORIAL – TRADING EXPERIMENT 2024 – WATCH A FOREX QUAKE LIVE

January 28, 2024 07:53

  README Documentation (updated often): https://bit.ly/41FPceY From time to time, you will see that there are huge candles on the chart, and you might see days where nothing happens, and sometimes everything happens within a very short period. In this case, this is just one candle with several trades that have been executed. And this is the ICCI oscillator. And as soon as it goes below the lower line here, we might see the next trade. And this next trade can last for minutes, hours, days, or...

MQL5 TUTORIAL – TRADING EXPERIMENT 2024 – HOW TO ANALYZE YOUR RESULTS

January 26, 2024 07:52

  README Documentation (updated often): https://bit.ly/41FPceY   In the last video, we have talked about how to enable advanced statistics on FXblue. This is a free web service where you can connect your account and also see the details for other accounts. In my case, this is the account that is used for the trading experiment that we are doing in 2024. We have some statistics here. Currently, we have a closed profit of $157. The last update is from five minutes ago. Here are some more detai...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – LIVE UPDATES AND A LIVE PROFIT DOCUMENTED

January 24, 2024 07:49

  README Documentation (updated often): https://bit.ly/41FPceY In this video, I want to talk about how I got my advanced statistics to run. Actually, I had to change the account to Robo Forex and use a demo account there because what I didn’t know was that FXblue is not able to provide statistics for MetaQuotes demo accounts because they simply do not have the MetaQuotes company in their list. So when you pick a broker, you need to pick one that’s in their list, and MetaQuotes is not part of...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – METATRADER5 ON LINUX IN 3 MINUTES

January 22, 2024 07:47

  README Documentation (updated often): https://bit.ly/41FPceY In the last video, we have done a fresh install of MX Linux, and now we want to use it for MetaTrader, so we have to install a few things. First, we want to do an update. You can do that in the terminal or otherwise, there is also some graphical interface to do that, and that one will come up automatically. But for now, I will do it in the terminal. Yes, I want to continue, and that It might take a while. I need to install winbin...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – SETUP ADVANCED STATISTICS

January 20, 2024 07:44

  README Documentation (updated often): https://bit.ly/41FPceY Okay, after I found out that it’s actually not possible to get advanced statistics for a MetaQuote demo account because MyFXBook only releases that for private use and FXblue doesn’t support MetaQuotes accounts, I have now decided to restart the whole thing and go with my Robo Forex Pro demo account that I have created. So now I can show you how to set up your statistics on FXBlue. At least I hope so. So let’s go to that website....

MQL5 TUTORIAL –

January 18, 2024 07:41

  README Documentation (updated often): https://bit.ly/41FPceY   Okay, I’m going to reinstall one of my virtual private servers. This one will be the one where we will run our system online. Usually, I do it locally, but most people don’t want to run a computer 24/7. In the past, I have used netbooks and PC sticks. That’s basically a complete computer in a USB stick. But for this installation, we are going to use a custom image on a virtual private server that costs about $4 or $5 a month. S...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – SETUP A LINUX SERVER IN 5 MINUTES

January 18, 2024 07:41

  README Documentation (updated often): https://bit.ly/41FPceY   Okay, I’m going to reinstall one of my virtual private servers. This one will be the one where we will run our system online. Usually, I do it locally, but most people don’t want to run a computer 24/7. In the past, I have used netbooks and PC sticks. That’s basically a complete computer in a USB stick. But for this installation, we are going to use a custom image on a virtual private server that costs about $4 or $5 a month. S...

MQL5 TUTORIAL – LIVE TRADING–QL5 TUTORIAL – SYSTEM DOWNLOAD AVAILABLE (be SYSTEM DOWNLOAD AVAILABLE (below) WEEKLY RESULT AND A STATISTICS PROBLEM

January 16, 2024 07:39

  README Documentation (updated often): https://bit.ly/41FPceY   Okay, today is January the fifth, and our system has traded a few more positions here. Currently, we have $291 of profit, and most of you will know that this is about all of the details that MetaTrader provides in the history and in the Trade tab. But there is a way to get much more detailed information, and I would like to set up an online account that is able to give us more data. Formerly, I was using MyFXBook, but I think F...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – WEEKLY RESULT AND A STATISTICS PROBLEM

January 16, 2024 07:39

  README Documentation (updated often): https://bit.ly/41FPceY   Okay, today is January the fifth, and our system has traded a few more positions here. Currently, we have $291 of profit, and most of you will know that this is about all of the details that MetaTrader provides in the history and in the Trade tab. But there is a way to get much more detailed information, and I would like to set up an online account that is able to give us more data. Formerly, I was using MyFXBook, but I think F...

MQL5 TUTORIAL – SIMPLE CUSTOM TIME FUNCTION

January 14, 2024 13:30 - 5 minutes - 14 MB Video

In this video we are going to talk about a simple custom time function that we have created in MQL5. You see the output here on the chart, we have the date and we have the time including the seconds that is the local time that has been traded right here in the Strategy Tester and now we are going to find out how we can do a custom time function that is going to return the time and this readable format and to do that please click on the little button here or press F4 on your keyboard. Now y...

MQL5 TUTORIAL – LIVE TRADING EXPERIMENT 2024 – SYSTEM DOWNLOAD AVAILABLE (below)

January 03, 2024 14:11 - 85 KB application/x-zip-compressed

  20240101: DOWNLOAD 28 result videos for this system https://bit.ly/41OIpzK 20240101: README Documentation (updated often): https://bit.ly/41FPceY 20240102: System Download for Demo accounts: https://bit.ly/3H3diqt   Okay, let’s start from the beginning. The trading experiment we’re conducting in 2024 is different from anything I’ve done before. A few weeks ago, I was pretty sick and was lying in bed, watching movies on Netflix all day. These included movies with commercials, and one ad I k...

MQL5 TUTORIAL – JOIN THE GREAT TRADING EXPERIMENT 2024

January 02, 2024 19:10 - 85 KB application/x-zip-compressed

    20240101: DOWNLOAD 28 result videos for this system https://bit.ly/41OIpzK 20240101: README Documentation (updated often): https://bit.ly/41FPceY 20240102: System Download for Demo accounts: https://bit.ly/3H3diqt   This video is about a big trading experiment that I would like to do together with you. Today is January 1, 2024, it’s just before 4 pm and I’ve spent the day today running strategy tests for all the major currency pairs that I trade myself for this system here, trading throu...

MQL5 Tutorial – Simple MQL5 New Candle Robot

December 29, 2023 07:38 - 4 minutes - 11.9 MB Video

  Introduction to Counting New Candles on the Chart (00:00 – 00:17) Discussing the usefulness of counting new candles on a chart and showing the output of four candles since the start of the expert advisor. Importance of Candle Counting in Automated Trading (00:17 – 00:36) Explaining why counting candles is important in automated trading, especially when trading multiple positions and currency pairs. Resource Management and Avoiding Computer Crashes (00:36 – 01:17) Highlighting the importa...

MQL5 Tutorial – Simple MQL5 Bollinger Bands Robot

December 19, 2023 10:35 - 5 minutes - 18 MB Video

  Introduction to Bollinger Bands and Expert Advisor Calculation (00:00 – 01:03) Introduction to using Bollinger Bands in trading and how the expert advisor can calculate all three bands with higher accuracy. Trading Strategy with Bollinger Bands (01:03 – 01:34) Explaining the trading strategy: opening a short trade when the price breaks the upper Bollinger Band and a long trade when it breaks the lower band and returns. Creating an Expert Advisor for Bollinger Bands (01:34 – 02:05) Instru...

MQL5 Tutorial – Simple Chart Objects

November 23, 2023 08:27 - 6 minutes - 17.7 MB Video

  Introduction to Creating Simple Chart Objects in MQL5 (00:00 – 00:34) Introduction to the tutorial on creating simple objects like arrows on the chart each time a tick comes in, using MQL5. Opening MetaEditor and Creating a New File (00:34 – 01:05) Instructions on opening MetaEditor, creating a new Expert Advisor file named “Simple Chart Objects”. Setting Up the Code Structure and Creating Price Array (01:05 – 01:39) Deleting unnecessary code and creating an array for price information u...

MQL5 TUTORIAL- SIMPLE ICCI STANDALONE EA

November 18, 2023 08:45 - 7 minutes - 21.7 MB Video

In this video we are going to create an Expert Advisor for this signal here; it’s the Commodity Channel Index, and you see that we have already opened a position, it produces buy and sell signals here on the chart. Whenever the signal is below the lower line we are going to buy and when it’s above we are going to sell. Now how can we create an Expert Advisor in MQL5 that is actually able to trade the Commodity Channel Index? To do that please click on the little button here or press F4 on ...

MQL5 TUTORIAL – HOW TO CREATE THE BOLLINGER BANDS SELL TRAILING STOP

November 12, 2023 18:00

  Introduction to Bollinger Bands Sell Trailing Stop Expert Advisor (00:00 – 00:13) Introduction to creating an expert advisor in MQL5 for moving a sell trailing stop based on the upper Bollinger band. Opening MetaEditor and Creating New File (00:13 – 00:39) Instructions on opening MetaEditor from MetaTrader and creating a new expert advisor file named ‘Simple Bollinger Bands Sell Trailing Stop.’ Setting Up the Expert Advisor (00:39 – 01:03) Removing unnecessary lines and including the ‘tr...

MQL5 TUTORIAL – HOW TO CREATE A SHIFTED MOVING AVERAGE

November 10, 2023 15:26 - 2 minutes - 27.8 MB Video

  Introduction to Shifted Moving Average Indicator (00:00 – 00:11) Introduction to the concept of a shifted moving average, which projects one moving average into the future. Setting Up the MQL5 Code (00:11 – 00:18) Overview of the MQL5 code setup, including the creation of a string variable named ‘signal’ for storing trading signals. Declaring Moving Average Arrays (00:18 – 00:27) Declaring two arrays, ‘my moving average array’ and ‘my shifted average array,’ to store values of moving ave...

MQL5 TUTORIAL – HOW TO TRAIN AND SCALE A WORKING REAL WORLD TRADING SYSTEM

October 21, 2023 15:41 - 9 minutes - 39.1 MB Video

  Introduction to Real World Trading System (00:00 – 00:14) Introduction to the robot trading system used by the presenter. Overview of the system’s performance and purpose. Analyzing Trading System Performance (00:14 – 00:29) Detailed look at the trading system’s results and trades. Discussion on the balance and equity of the system. Understanding Trade Impact and Emotions (00:29 – 01:06) Exploring the emotional impact of trade results. Difference between small and large losses. Trade His...

MQL5 TUTORIAL – HOW TO CALCULATE THE HISTORY PROFIT

October 03, 2023 09:56 - 2 minutes - 15.9 MB Video

  Introduction to Calculating Historical Profit (00:00 – 00:09) Introduction to creating an expert advisor for calculating historical profit for a specific currency pair. Overview of displaying the calculated profit on the chart. Starting with MetaEditor (00:09 – 00:16) Instructions on how to start the MetaEditor for coding the expert advisor. Brief mention of using the icon or pressing F4 on the keyboard. Including Trade Library and Creating CTrade Instance (00:16 – 00:31) Explanation of ...

MQL5 Tutorial – Simple Order Cancel Order EA

September 02, 2023 07:32 - 6 minutes - 21.9 MB Video

  Introduction to Order Cancels Order (OCO) System (00:00 – 00:09) Introduction to the concept of OCO, where one order’s execution cancels the other. Visualization of sell stop and buy stop orders on the chart. Understanding Orders and Positions (00:09 – 00:30) Explanation of the difference between an order and a position. How orders become positions when triggered by price movements. Creating an Expert Advisor in MetaEditor (00:30 – 01:01) Instructions on opening MetaEditor and starting a...

MQL5 Tutorial – Advanced Library Expert Advisor

August 27, 2023 09:36 - 6 minutes - 22.8 MB Video

    Introduction to Expert Advisor with Self-Defined Functions (00:00 – 00:14) Introduction to an expert advisor that opens buy stops and calculates profit on a chart. Explanation of using self-defined functions compiled in a library. Understanding Libraries in MQL5 (00:14 – 00:27) Explanation of what a library is in MQL5 and its purpose. How to create a library for reusable functions. Opening MetaEditor and Creating a Library (00:27 – 00:41) Instructions on opening MetaEditor from MetaTra...

MQL5 Tutorial – Calculating Time Difference in Hours, Minutes, and Seconds

August 17, 2023 17:15

      Introduction to Creating a Time Calculation Expert Advisor (00:00 – 00:11) Introduction to the concept of creating an expert advisor in MQL5 that calculates the time elapsed since its start. Overview of the practical applications of such a timer. Starting with MetaEditor (00:11 – 00:27) Instructions on how to open the MetaEditor from MetaTrader. Steps to create a new expert advisor file named ‘Simple Running Timer.’ Setting Up the Expert Advisor (00:27 – 00:43) Removing unnecessary l...

MQL5 TUTORIAL – SIMPLE SAR STOCHASTIC STANDALONE EXPERT ADVISOR

August 11, 2023 08:12 - 4 minutes - 28.7 MB Video

  Introduction to SAR Stochastic Standalone Expert Advisor (00:00 – 00:10) Introduction to creating an Expert Advisor in MQL5 that uses the Parabolic SAR and Stochastic Oscillator indicators for buy and sell signals. Starting with MetaEditor (00:10 – 00:25) Instructions on opening the MetaEditor from MetaTrader and the initial setup, including importing the ‘Trade.mqh’ library. Setting Up Price Calculation (00:25 – 01:12) Explanation of calculating the asking and bid prices using the ‘Symb...

MQL5 TUTORIAL – SIMPLE IVIDYA STANDALONE EXPERT ADVISOR

August 07, 2023 06:14 - 7 minutes - 22 MB Video

  Introduction to IVIDYA Standalone Expert Advisor (00:00 – 00:26) Introduction to creating an Expert Advisor in MQL5 for the Variable Index Dynamic Average (IVIDYA) indicator. Explanation of buy and sell signals based on the indicator’s position relative to price candles. Setting Up in MetaEditor (00:26 – 01:01) Instructions on opening MetaEditor from MetaTrader and creating a new Expert Advisor file named ‘SimpleIVIDYAStandaloneEA’. Initial code setup including removing unnecessary lines...

How to create a Bollinger Bands Expert Advisor

August 03, 2023 08:57

  Introduction to Simple Standalone Bollinger Bands Stochastic Expert Advisor (00:00 – 00:10) Introduction to creating an Expert Advisor in MQL5 using Bollinger Bands for signals and the Stochastic Oscillator as a filter. Getting Started with MQL5 (00:10 – 00:20) Instructions on starting with MQL5, including opening the MetaEditor from MetaTrader. Setting Up in MetaEditor (00:20 – 00:31) Steps to create a new Expert Advisor file named ‘Standalone Bollinger Stochastic MQ5’ in MetaEditor. Im...

The Empowering MQL5 Moving Average

July 24, 2023 17:08

In the dynamic and exciting realm of trading, the MQL5 platform is akin to a high-speed train, bridging the gap between you and your financial goals. But it’s not just the speed and power of this trading platform that captivates traders. It’s the tools it provides to master the market and navigate through it like a seasoned captain, with the moving average serving as your reliable compass. The Magical Wand of the Moving Average The moving average is a widely recognized element in the toolb...

MQL5 TUTORIAL – HOW TO OPTIMIZE YOUR RESULTS

July 23, 2023 13:56 - 4 minutes - 33.9 MB Video

  https://elopage.com/s/crowdcompany/platinum-demo-system   CLICK AND USE COUPON CODE “PLATINSYSTEMDEMO” FOR A DEMO COURSE & DEMO VERSION   Introduction to MQL5 System Testing (00:00 – 00:15) Introduction to system testing in MQL5 for the Platinum Group’s new and improved system. Explanation of the two signals and other changes made to the system. Selecting the Right Expert Advisor in MetaTrader (00:15 – 00:25) Instructions on selecting the appropriate expert advisor in MetaTrader’s strate...

MQL5 TUTORIAL – SIMPLE ITEMA EXPERT ADVISOR

July 08, 2023 09:04 - 7 minutes - 24.8 MB Video

  Introduction to ITEMA Expert Advisor (00:00 – 00:11) Introduction to the ITEMA Indicator, specifically the Triple Exponential Moving Average Indicator, with a focus on the red line representing the indicator. Explanation of ITEMA Indicator and Strategy Test (00:11 – 00:34) Detailed explanation of the Triple Exponential Moving Average, its calculation based on 14 candles, and the goal to create an Expert Advisor for it. Setting Up in MetaEditor (00:34 – 01:07) Instructions for opening Met...

MQL5 Tutorial – Simple External Signals In A File

June 29, 2023 09:09 - 7 minutes - 23.2 MB Video

  Introduction to Using External Signals in MetaTrader (00:00 – 00:15) Introduction to how external signals can be used to create buy or sell signals in MetaTrader. Example of a simple text file influencing trading decisions. Setting Up the Text File for Signals (00:15 – 00:46) Explanation of the location and content of the text file used for generating signals in Windows. Demonstration of how changing the text file content immediately affects trading actions. Creating the Expert Advisor i...

MQL5 TUTORIAL – HOW TO STILL BENEFIT WHEN THE PRICE RUNS AGAINST YOU

June 24, 2023 09:37 - 10 MB Video

  Introduction to Benefiting from Adverse Price Movements (00:00 – 00:09) Introduction to the challenges of trading, emphasizing the importance of resilience in addition to profit-making, especially in robot trading systems. Initial Experience with a New Trading System (00:09 – 00:25) Sharing the initial experience of using a live trading system, highlighting the initial challenges faced, including a drawdown situation. Facing a Drawdown and Managing No Profit Week (00:25 – 00:48) Discussi...

MQL5 TUTORIAL – BEWARE OF HISTORY QUALITY ISSUES

June 11, 2023 06:17 - 4 minutes - 20.4 MB Video

  Introduction to Historical Data in Trading (00:00 – 00:12) Introduction to the concept that all historical data in trading is calculated, and a hint at something unusual related to this data. Observing Inconsistencies in Historical Data Scale (00:12 – 00:27) Pointing out an inconsistency in the scale of historical data, with months listed one after the other, and a sudden change in complexity. Zooming into Chart Data (00:27 – 01:03) Demonstrating how zooming into a chart reveals values f...

MQL5 TUTORIAL – 135 SIMPLE LOT SIZE ROUNDING

May 28, 2023 08:08 - 3 minutes - 11.8 MB Video

  Introduction to Lot Size Rounding in MQL5 (00:00 – 00:11) Introduction to calculating a lot size based on the account balance and how to round up or down the result to make it fit in MQL5. Opening MetaEditor for MQL5 Programming (00:11 – 00:20) Instructions on how to open MetaEditor in MetaTrader for MQL5 programming, either by clicking an icon or pressing the F4 key. Creating a New Expert Advisor (00:20 – 00:28) Steps to create a new Expert Advisor from a template in MetaEditor, with th...

MQL5 TUTORIAL – SIMPLE IFRAMA STANDALONE EXPERT ADVISOR

May 20, 2023 09:03

  Introduction to Simple IFRAMA Standalone Expert Advisor (00:00 – 00:02) Introduction to the tutorial on creating a Standalone Expert Advisor for the Fractal Adaptive Moving Average (IFRAMA) indicator in MQL5. Overview of IFRAMA Indicator (00:02 – 00:13) Brief explanation of the IFRAMA indicator, represented by the blue line on the chart, and its use in automated trading. The goal is to create an Expert Advisor that opens positions based on this indicator. Programming the Expert Advisor i...

MQL5 TUTORIAL – –IMPLE ITRIX STANDALONE EXPERT ADVISOR

May 20, 2023 09:03

  Introduction to Simple IFRAMA Standalone Expert Advisor (00:00 – 00:02) Introduction to the tutorial on creating a Standalone Expert Advisor for the Fractal Adaptive Moving Average (IFRAMA) indicator in MQL5. Overview of IFRAMA Indicator (00:02 – 00:13) Brief explanation of the IFRAMA indicator, represented by the blue line on the chart, and its use in automated trading. The goal is to create an Expert Advisor that opens positions based on this indicator. Programming the Expert Advisor i...

MQL5 TUTORIAL – 134 STANDALONE BOLLINGER MACD EXPERT ADVISOR

May 14, 2023 12:21 - 3 minutes - 34.4 MB Video

  Introduction to Standalone Bollinger MACD Expert Advisor (00:00 – 00:02) Introduction to creating an Expert Advisor that automatically trades a Bollinger Bands entry signal with a MACD Oscillator filter in MetaTrader 5. Combining Bollinger Bands and MACD for Signals (00:02 – 00:20) Explanation of how Bollinger Bands and MACD are popular indicators that can be combined to create buy and sell signals for automated trading with this standalone Expert Advisor. Starting in MetaEditor for MQL5...

MQL5 TUTORIAL – SIMPLE BEARS POWER STANDALONE EXPERT ADVISOR

May 07, 2023 06:17 - 6 minutes - 19.4 MB Video

  Introduction to Standalone Bears Power Expert Advisor (00:00 – 00:15) Introduction to creating an Expert Advisor for the Bears Power Indicator in MQL5, aiming to produce signals visible on the chart for automated trading. Opening MetaEditor for MQL5 Programming (00:15 – 00:44) Instructions on opening MetaEditor in MetaTrader and creating a new Expert Advisor file named ‘SimpleBearsPowerStandaloneEA’. Initial setup and code preparation. Including Trade.mqh and Initializing Variables (00:4...

MQL5 TUTORIAL – IS 3 PERCENT MONTHLY TRADING PROFIT POSSIBLE

April 30, 2023 12:09 - 66.9 MB Video

  (00:00) Request for 3% Monthly Profit in Trading The video starts with a mention of a request from an MQL programmer asking if it’s possible to make at least 3% profit per month in trading. (00:08) Comparison with Warren Buffett’s Returns The narrator compares this goal to Warren Buffett’s average annual profit of about 20%, noting that a 3% monthly profit would equate to an annual profit of about 36%, significantly higher than Buffett’s returns. (00:24) Feasibility of Consistent Profits...

Choosing the Best Stop Loss Percentage Solution for Stock and Forex

April 23, 2023 11:30 - 9.62 MB Video

  (00:00) What is the Best Stop Loss Percentage? [Not What You Think] Introduction to the concept of the best stop loss percentage, suggesting it might not be what most traders think. (00:02) The Equity Stop: A Revolutionary Concept Introducing the concept of the equity stop, likened to a revolutionary invention similar to sliced bread. (00:17) Position-Based Stop Loss Solutions Discussing popular position-based stop loss strategies like fixed percentage stop loss, chart stop loss, and vol...

MQL5 TUTORIAL – SIMPLE ITRIX STANDALONE EXPERT ADVISOR

April 09, 2023 07:04

  MQL5 Tutorial – Simple ITRIX Standalone Expert Advisor (00:00 – 00:02) Introduction to creating a standalone Expert Advisor for the Triple Exponential Average (ITRIX) indicator in MQL5. Overview of ITRIX Indicator (00:02 – 00:15) Explanation of the ITRIX indicator, where the red line below the dotted line indicates a sell signal, and above it indicates a buy signal. Creating an Expert Advisor in MetaEditor (00:15 – 00:46) Instructions on opening MetaEditor in MetaTrader and creating a ne...

MQL5 TUTORIAL – –IMPLE ITRIX STANDALONE EXPERT ADVISORM SIMPLE ITRIX STANDALONE EXPERT ADVISOR

April 09, 2023 07:04

  MQL5 Tutorial – Simple ITRIX Standalone Expert Advisor (00:00 – 00:02) Introduction to creating a standalone Expert Advisor for the Triple Exponential Average (ITRIX) indicator in MQL5. Overview of ITRIX Indicator (00:02 – 00:15) Explanation of the ITRIX indicator, where the red line below the dotted line indicates a sell signal, and above it indicates a buy signal. Creating an Expert Advisor in MetaEditor (00:15 – 00:46) Instructions on opening MetaEditor in MetaTrader and creating a ne...

Use MQL5 Trading to beat the Market: MetaTrader 5 Platform for Trading Robots, and Algorithmic Trading

March 19, 2023 08:11

(00:00) MQL5 Trading: Your Secret Weapon to Outsmart the Forex Market! Introduction to the power of MQL5 trading as a key differentiator for successful forex traders. (00:04) The Power of MQL5 in Forex Trading Explanation of how MQL5, the programming language behind MetaTrader 5, enables traders to use algorithmic trading and trading robots. (00:13) Creating Trading Robots and Technical Indicators Highlighting the ability of traders to create their own trading robots and technical indicators...