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
Indicatori

Interpolation - indicatore per MetaTrader 5

Visualizzazioni:
3395
Valutazioni:
(11)
Pubblicato:
2018.06.06 13:50
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The indicator draws on a price chart a line, constructed by the method of polynomial interpolation between two node lines.

It has four input parameters:

  • Length - the initial distance between two node lines (in bars);
  • Power - the sensitivity parameter (the number of line calculation iterations);
  • Applied price - the calculation price;
  • Drawing style of node line - choose the style for the node lines.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20415

Crossing of two iMA v2 Crossing of two iMA v2

Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.

Hans123_Trader v2 Hans123_Trader v2

Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.

HMA HMA

Alan Hull's Moving Average is a non-lagging moving average.

ITrendMA ITrendMA

Instantaneous Trendline by J. Ehlers.