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

Test_values_print - MetaTrader 5용 스크립트

조회수:
2528
평가:
(7)
게시됨:
2018.07.09 13:40
업데이트됨:
2018.09.19 08:27
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The include file, small by its content, is designed to print out the values and names of variables:

  • When engineering the codes; and
  • When developing the functions or getting to know their work.

For me, it became one of the most frequently used helpers. It was developed based on this discussion in 2015.


To show how Test_values_print works, I'm attaching the test script of SD_Test_Test_values_print.

When placed in the chart, it uses this include file to show in the Experts terminal tab the coordinates corresponding with the point where it has been dropped with the mouse:

  • Number of the chart subwindow;
  • Coordinate X in the chart;
  • Coordinate Y in the chart; and
  • Time and price at these coordinates.

Its results to be printed out on the Experts tab:

22, OnStart, x = 264, y = 85
30, OnStart, res = true
32, OnStart, sub_window = 0, time = 2018.06.11 14:16:00, DTS_DIGITS(price) = 1.36620

Numbers 20, 30, and 32 are the numbers of test script code strings, from where it is printed. Their output is provided for in the macros of include file Test_values_print.

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

Exp_WAMI_Cloud_X2 Exp_WAMI_Cloud_X2

A trend-following trading system Exp_WAMI_Cloud_X2 based on the sisgnals of two indicators WAMI.

AbsolutelyNoLagLwma_Digit_Cloud AbsolutelyNoLagLwma_Digit_Cloud

The AbsolutelyNoLagLwma_Digit moving average which fills the chart space with a colored background.

ZLS ZLS

Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.

AML AML

Indicator AML (Adaptive Market Level) displays one of three market states: Flat, uptrend, and downtrend.