Download the App!
show episodes
 
Loading …
show series
 
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 no…
  continue reading
 
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; …
  continue reading
 
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 …
  continue reading
 
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 …
  continue reading
 
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…
  continue reading
 
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 tha…
  continue reading
 
20240101: DOWNLOAD 28 result videos for this system 20240101: README Documentation (updated often): 20240102: System Download for Demo accounts: 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…
  continue reading
 
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 …
  continue reading
 
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 Bo…
  continue reading
 
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”. …
  continue reading
 
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 Expe…
  continue reading
 
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 Movin…
  continue reading
 
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 T…
  continue reading
 
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 …
  continue reading
 
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…
  continue reading
 
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…
  continue reading
 
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 import…
  continue reading
 
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 fr…
  continue reading
 
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:2…
  continue reading
 
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 calculati…
  continue reading
 
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 generat…
  continue reading
 
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, hig…
  continue reading
 
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…
  continue reading
 
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 …
  continue reading
 
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 …
  continue reading
 
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 Expe…
  continue reading
 
(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% monthl…
  continue reading
 
(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) Posit…
  continue reading
 
(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 understand and interpret charts, especially for beginners…
  continue reading
 
MQL5 Tutorial – Simple IDEMA Standalone Expert Advisor (00:00 – 00:02) Introduction to creating a standalone Expert Advisor for the Double Exponential Moving Average Indicator in MQL5. Creating an Expert Advisor in MetaEditor (00:02 – 00:27) Instructions on opening MetaEditor in MetaTrader and creating a new Expert Advisor file named ‘SimpleIDEMASt…
  continue reading
 
(00:00) MQL5 Tutorial – Simple Triple Candle Strategy Introduction to creating a simple strategy in MQL5 that opens a trade after three consecutive bullish candles. (00:19) Creating an Expert Advisor with MQL5 Explanation of how to create an Expert Advisor for this strategy using MQL5. (00:30) Including Trade.mqh and Initializing CTrade Demonstrati…
  continue reading
 
Loading …

Quick Reference Guide