Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

FigureBuilder - MetaTrader 5 için gösterge

Görüntülemeler:
9403
Derecelendirme:
(28)
Yayınlandı:
2017.03.22 16:16
\MQL5\Include\ \MQL5\Indicators\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The tool draws a shape based on a number of points added to a chart. Press and hold Ctrl and left-click on a chart to add a point. Once the 'Dots Max Number' points is added to chart, the program plots a shape.

All commands:

  • Ctrl + Left Click - add a point on the chart.
  • Ctrl + Backspace - undo the last action.
  • Ctrl + Delete - delete all graphical objects from the chart. The command deletes all graphical objects with the names starting with the characters specified in 'Objects prefix name'. The prefix can be specified as 'name' or 'name*' – the two ways work the same.


Settings

  • Objects prefix name - the prefix, based on which all objects whose name start with the specified set of characters will be deleted. The prefix can be specified as 'name' or 'name*' – the two ways work the same. If an empty string is specified here, 'Figure' will be used as the prefix.

The "Dot" Block

  • Dots Max Number - number of points; once they are added, the program will draw a shape.
  • Empty Dot Code - the code of an empty point.
  • Empty Dot Width - the width of an empty point.
  • Filled Dot Code - point code of a drawn shape.
  • Filled Dot Width - the width of a point of the drawn shape.

The "Line" Block

  • First Dot Line Left Ray - drawing the line on the first point as a ray to the left.
  • Last Dot Line Right Ray - drawing the line on the last point as a ray to the right.
  • Lines color - the color of the shape lines.
  • Lines Style - the style of the shape lines.
  • Lines Width - the width of the shape lines.


Examples

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17671

Exp_CGOscillator_X2 Exp_CGOscillator_X2

The Exp_CGOscillator_X2 trend trading system based on the signals from two CGOscillator indicators.

ColorSTD_Histogram ColorSTD_Histogram

The smoothed Simple Trend Detector with the color indication of overbought/oversold level breakouts and of the histogram direction.

ThreeCandles ThreeCandles

The ThreeCandles indicator, which features alerts, sends emails and push notifications.

KhaosAssault_HTF KhaosAssault_HTF

The KhaosAssault indicator with the timeframe selection option available in input parameters