Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

VLT_TRADER - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
3637
Valutazioni:
(26)
Pubblicato:
2017.08.10 10:58
Aggiornato:
2018.06.26 13:11
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.