Latest Metatrader5 Podcast Episodes

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE AWESOME STANDALONE EXPERT ADVISOR

MQL5 Tutorial - March 24, 2024 12:44 - 6 minutes - 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 c...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE SAR STANDALONE EXPERT ADVISOR

MQL5 Tutorial - February 25, 2024 06:52 - 7 minutes - 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. T...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE ICCI EXPERT ADVISOR

MQL5 Tutorial - February 18, 2024 08:47 - 5 minutes - 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 l...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple Adaptive Moving Average Robot

MQL5 Tutorial - February 11, 2024 09:44 - 6 minutes - 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? ...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple Force Index Trading Robot

MQL5 Tutorial - February 03, 2024 09:36 - 5 minutes - 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 abo...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE CUSTOM TIME FUNCTION

MQL5 Tutorial - January 14, 2024 13:30 - 5 minutes - 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 go...

MQL5 Tutorial artwork

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

MQL5 Tutorial - January 03, 2024 14:11 - 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 ...

MQL5 Tutorial artwork

MQL5 TUTORIAL – JOIN THE GREAT TRADING EXPERIMENT 2024

MQL5 Tutorial - January 02, 2024 19:10 - 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 togethe...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple MQL5 New Candle Robot

MQL5 Tutorial - December 29, 2023 07:38 - 4 minutes - 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 count...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple MQL5 Bollinger Bands Robot

MQL5 Tutorial - December 19, 2023 10:35 - 5 minutes - 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...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple Chart Objects

MQL5 Tutorial - November 23, 2023 08:27 - 6 minutes - 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, creatin...

MQL5 Tutorial artwork

MQL5 TUTORIAL- SIMPLE ICCI STANDALONE EA

MQL5 Tutorial - November 18, 2023 08:45 - 7 minutes - 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 a...

MQL5 Tutorial artwork

MQL5 TUTORIAL – HOW TO CREATE A SHIFTED MOVING AVERAGE

MQL5 Tutorial - November 10, 2023 15:26 - 2 minutes - 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 n...

MQL5 Tutorial artwork

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

MQL5 Tutorial - October 21, 2023 15:41 - 9 minutes - 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. Discussio...

MQL5 Tutorial artwork

MQL5 TUTORIAL – HOW TO CALCULATE THE HISTORY PROFIT

MQL5 Tutorial - October 03, 2023 09:56 - 2 minutes - 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 ...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple Order Cancel Order EA

MQL5 Tutorial - September 02, 2023 07:32 - 6 minutes - 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 be...

MQL5 Tutorial artwork

MQL5 Tutorial – Advanced Library Expert Advisor

MQL5 Tutorial - August 27, 2023 09:36 - 6 minutes - 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...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE SAR STOCHASTIC STANDALONE EXPERT ADVISOR

MQL5 Tutorial - August 11, 2023 08:12 - 4 minutes - 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 MetaEdit...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE IVIDYA STANDALONE EXPERT ADVISOR

MQL5 Tutorial - August 07, 2023 06:14 - 7 minutes - 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 MetaEd...

MQL5 Tutorial artwork

MQL5 TUTORIAL – HOW TO OPTIMIZE YOUR RESULTS

MQL5 Tutorial - July 23, 2023 13:56 - 4 minutes - 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 o...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE ITEMA EXPERT ADVISOR

MQL5 Tutorial - July 08, 2023 09:04 - 7 minutes - 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 explanati...

MQL5 Tutorial artwork

MQL5 Tutorial – Simple External Signals In A File

MQL5 Tutorial - June 29, 2023 09:09 - 7 minutes - 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 ...

MQL5 Tutorial artwork

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

MQL5 Tutorial - June 24, 2023 09:37 - 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 ...

MQL5 Tutorial artwork

MQL5 TUTORIAL – BEWARE OF HISTORY QUALITY ISSUES

MQL5 Tutorial - June 11, 2023 06:17 - 4 minutes - 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 ...

MQL5 Tutorial artwork

MQL5 TUTORIAL – 135 SIMPLE LOT SIZE ROUNDING

MQL5 Tutorial - May 28, 2023 08:08 - 3 minutes - 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 MetaT...

MQL5 Tutorial artwork

MQL5 TUTORIAL – 134 STANDALONE BOLLINGER MACD EXPERT ADVISOR

MQL5 Tutorial - May 14, 2023 12:21 - 3 minutes - 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) Explanati...

MQL5 Tutorial artwork

MQL5 TUTORIAL – SIMPLE BEARS POWER STANDALONE EXPERT ADVISOR

MQL5 Tutorial - May 07, 2023 06:17 - 6 minutes - 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 o...

MQL5 Tutorial artwork

MQL5 TUTORIAL – IS 3 PERCENT MONTHLY TRADING PROFIT POSSIBLE

MQL5 Tutorial - April 30, 2023 12:09 - 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 a...

MQL5 Tutorial artwork

Choosing the Best Stop Loss Percentage Solution for Stock and Forex

MQL5 Tutorial - April 23, 2023 11:30 - 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 revo...

MQL5 Tutorial artwork

MQL5 TUTORIAL – Simple Moving Average – Do I need an SMA for my trading strategy?

MQL5 Tutorial - March 14, 2023 07:47 - Video
  (00:00) MQL5 Tutorial – What is a Simple Moving Average Good for? (Easy Benefits for You!) Introduction to the concept of a Simple Moving Average (SMA) and its benefits in trading. (00:02) Understanding Charts with Simple Moving Average Discussing how a Simple Moving Average can help traders...

Related Metatrader5 Topics