거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

ZH_Functions_Tools_1 - MetaTrader 4용 라이브러리

조회수:
5433
평가:
(6)
게시됨:
2008.06.13 06:47
업데이트됨:
2016.04.26 11:02
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

1.A function for automated distributing of color spectrum.
AutoColor (inversion of color distribution true/false = red-violet/violet-red,
true/false = filling an array/returning a fixed value (0 - 1535),
if ArraySingle true/false = amount of spectral lines/value (1 - 1535) for calculating a spectral line,
a one-dimension arrays to be filled for ArraySingle = true);
int AutoColor (bool InversColor, bool ArraySingle, int AmountSpectralLine, int Set_Color[]);
2. The function returns string name of a timeframe (TF) by TF number.
NumberInString (TF number from 0 to 8);
string NumberInString (int NumberTF);
3. A function to calculate the register length of a number before its decimal point.
Exponent (a number for calculations, a limitation on register length calculations);
The register length of a number in the format of 1.234х10^p is its exponent (p) with the base number of ten.
int Exponent (double Value, int Limiter);
4. Visualization of array data with double-precise data in comments.
DoubleArrayInComment (array name, the amount of decimal places to be visualized, 1-dimensional array to be visualized, 2-dimensional array to be visualized);
string DoubleArrayInComment (string NameArray, int digits, double Array1[], double Array2[][]);
5. Visualization of array data with integer data in comments.
IntArrayInComment (array name, 1-dimensional array to be visualized, 2-dimensional array to be visualized);
string IntArrayInComment (string NameArray, int Array1[], int Array2[][]);

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/7971

i4 GoldenLionTrend v3 i4 GoldenLionTrend v3

The indicator shows the trend. A code example for candlesticks colored in four different colors according to the trend strength.

OutQuotings OutQuotings

Unloading quotes from the selected period into an external file.

Kloss_ Kloss_

Previously uploaded Expert Advisor Kloss specially revised for optimization

MacdPatternTraderv01. +300 points monthly MacdPatternTraderv01. +300 points monthly

A 4-hour MACD FOREX strategy