Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Indicateurs

Position in channel - indicateur pour MetaTrader 5

Vues:
13249
Note:
(32)
Publié:
2010.09.24 13:23
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator shows the position of the current price in a channel.

First it determines the channel boundaries. The upper boundary is defined as the maximal value of High[], the lower boundary is determined from the minimal values of Low[]. If the current value of Close[0] is located in the middle of the channel, its value is equal to 0. The price position is determined relative to the upper (from 0 to 10) and lower (from 0 to -10) channel boundaries.

Input parameters:

  • Period - number of bars, used in calculation of the channel.
  • X Coordinate - the horizontal shift relative to the lower right corner.
  • Y Coordinate - the vertical shift relative to the lower right corner.

Position in channel

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

Hodrick-Prescott Channel Hodrick-Prescott Channel

The indicator plots a price channel using the Hodrick-Prescott Filter.

Smoothed Accelerator Smoothed Accelerator

Smoothed Accelerator

Perceptron With 5 indicators Perceptron With 5 indicators

Using Perceptron, Automatic Learning

Ichimoku Oscillator Ichimoku Oscillator

The oscillator, based on Ichimoku indicator.