Many popular trading strategies are based on the use of different graphical patterns: head and shoulders, double top/double bottom and others. Some strategies also analyze the divergence of extreme points on the charts. When automating such trading systems, the necessity arises to find, process and interpret peaks and bottoms on charts. Existing tools do not always allow us to find extreme points according to the established criteria. The article presents ...
Algorithmic and High-Frequency Trading (Mathematics, Finance and Risk) by Álvaro Cartea (Author), Sebastian Jaimungal (Author), José Penalva (Author) The design of trading algorithms requires sophisticated mathematical models backed up by reliable data. In this textbook, the authors develop models for algorithmic trading in contexts such as executing large orders, market making, targeting VWAP and other schedules, trading pairs or ...
LIFEHACK FOR TRADER: FOUR BACKTESTS ARE BETTER THAN ONE Before the first single test, every trader faces the same question — "Which of the four modes to use?" Each of the provided modes has its advantages and features, so we will do it the easy way — run all four modes at once with a single button! The article shows how to use the Win API and a little magic to see all four testing chart at the same time. Table of Contents ...
Table of Contents1. Introduction 2. Installation 3. Binary Options strategy example 3.1. Define Binary Options strategy 3.2. Create Binary Options strategy 3.2.1. Input parameters 3.2.2. Include Binary-Options-Strategy-Library 3.2.3. Add CallStrategy() 3.2.4. Implement CheckMyRules() and helper-function 3.2.5. Print out debug values 3.2.6. Use of external Indicators (ex4 files) ...
RSI_DiverSign - indicator for MetaTrader 5 A semaphore signal indicator that uses divergence between two RSI oscillators based on extreme points of the last five bars.