This article will teach you how to receive trade signals that are necessary for a trade system to work. The examples of forming 20 trade signals are given here as separate custom functions that can be used while developing Expert Advisors. For your convenience, all the functions used in the article are combined in a single mqh include file that can be easily connected to a future Expert Advisor.

Introduction

Traders try to find regularities in the price behavior, strive to form rules using which they will have a good chance to determine a favorable moment for buying or selling. To create a fully automatic system, you need to learn how to inform about the forthcoming of such moments – trade signals.

Signals inform traders about the potential points of entering a position, however not all of them are obligatory to execute. Additional criteria can filter out even most of the signals, but it’s not significant for us. The subject of the article is how to program the most popular trade signals in MQL5.

Read full article here

Trade Signals

  1. Transferring Indicators from MQL4 to MQL5
  2. MetaTrader 5 – Migrating from MQL4 to MQL5
  3. MetaTrader 5 – Trade Reports and SMS Notifications
  4. MetaTrader 5 – How to call indicators in MQL5
  5. The Prototype of Trade Robot

Tags: