Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 8638
- Valutazioni:
- Pubblicato:
- 2016.04.14 10:36
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/14916

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

NRTR is a trend indicator calculated using the CLOSE prices.

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

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