Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 7967
- Derecelendirme:
- Yayınlandı:
- 2012.10.10 10:36
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Function Library for Working with Time Series
The following equivalents of MQL4 functions are available: iTime, iOpen, iHigh, iLow, iClose, iHighest, iLowest and iBarshift.
Short invocation version is available for all functions (with the current chart's symbol and period).
iHighest and iLowest are available in 2 versions: "from bar X to bar Y" and "from time X to time Y".
Header
#include <TimeSeries.mqh>
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/1008

This is an informative script displaying data on the current trading pair in the chart window.

Standard Stochastic shown as a color histogram.

The indicator of two unspecified time intervals.

The Expert Advisor moves Stop Loss of the open position along the border of the channel built using ATR_Trailing.