당사 팬 페이지에 가입하십시오
- 조회수:
- 6212
- 평가:
- 게시됨:
- 2009.01.12 07:34
- 업데이트됨:
- 2014.04.21 14:53
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The function of adduction of the price to the correct form for the given symbol by means of rounding or discarding the excess.
I.e. if one tick is equal to 5 points then we need TakeProfit and StopLoss divisible by 5 for the order.
The NormalizePrice function allows to solve this problem.
It takes the following parameters:
- price - the price that you need to normalize;
- round - the method of normalization, if it is true then we adduce the prcie to the closest correct value (round), if it is false then we discard the excessive part (truncate). The true value is the default one.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8575

The different colored snippets of MA are shown on the current chart depending on the direction of the MA moving at on the chosen timeframes, or they're not drawn at all if the moving on the chosen timeframes is differently directed.

EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.

A package of libraries with the file functions for working without the limitations in any directories.

The indicatorless system based on the analysis of 4 previous bars.