Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Vues:
7835
Note:
(20)
Publié:
2016.04.14 10:36
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 plots a price grid of levels rounded up to several digits.

Input parameters:

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input string  SirName="PriceGrid";          //The first part of the name of graphical objects
input uint  Digits_=2;                      //Number of digits to round
input uint  Total=20;                       //Number of blocks in the grid above or below the price
input color  Color_ = clrBlueViolet;        //The color of the level
input STYLE  Style_ = DASHDOTDOT_;          //The style of the level lines
input Width  Width_ = Width_1;              //The width of the level lines

Fig.1. The PriceGrid indicator

Fig.1. The PriceGrid indicator

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

KalmanFilter_StDev_HTF KalmanFilter_StDev_HTF

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

NRTR NRTR

NRTR is a trend indicator calculated using the CLOSE prices.

Price Price

A price label added to the right of the price with adjustable parameters.

The MasterWindows Library The MasterWindows Library

A library of classes for creating a user-friendly interface of your programs.