Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 4106
- Rating:
- Published:
- 2017.08.10 10:58
- Updated:
- 2018.06.26 13:11
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea: Yuri.
MQL5 code author: Vladimir Karputov.
The trading system is based on volatility compression. An entry signal is generated when the market forms a smallest candlestick over a certain number of bars.
Entry Signal Generation Rules
- When a new candlestick emerges, "Count candles" bars are counted starting with the last one, and the lowest candlestick size (High - Low) is determined.
- If the first bar is the smallest one, the following orders are placed:
- a pending BuyStop order: Bar 1 High price + 10 points
- a pending SellStop order: Bar 1 Low price + 10 points
Before placing a pending BuyStop order, older BuyStop orders are deleted. The same is done for SellStop orders.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18455

The DeltaForce indicator with the timeframe selection option available in the indicator input parameters.

The OscSAR_Histogram indicator with the timeframe selection option available in the indicator input parameters.

Plotting ROC indicators of two arbitrary same types (including Momentum) and periods in a single window.

A moving average with the five-fold EMA averaging, with a real period and the possibility to shift the indicator horizontally or vertically.