Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

VLT_TRADER - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3693
Note:
(26)
Publié:
2017.08.10 10:58
Mise à jour:
2018.06.26 13:11
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the ideaYuri.

MQL5 code authorVladimir 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.

VLT_TRADER

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18455

DeltaForce_HTF DeltaForce_HTF

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

OscSAR_Histogram_HTF OscSAR_Histogram_HTF

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

XROC2_VG XROC2_VG

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

Pentuple Exponential Moving Average Pentuple Exponential Moving Average

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