당사 팬 페이지에 가입하십시오
- 조회수:
- 5860
- 평가:
- 게시됨:
- 2018.10.25 18:30
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
NR (Narrow Range Bar) pattern indicator by Toby Crabel with the ability to display WR (Wide Range Bar) patterns as well
It has six input parameters:
- NR Method - patterns type:
- 2NR
- 3NR
- 4NR
- 8NR
- Custom
- Sample (NR Custom) - number of samples (if NR Method = Custom)
- Period (NR Custom) - calculation period (if NR Method = Custom)
- Show wide range bar - display Wide Range Bar patterns (red labels on a bar's High)
- Show narrow range bar - display Narrow Range Bar patterns (green labels on a bar's Low)
- Exclude current bar - exclude the current bar from search (Yes/No)
2NR is the narrowest range from High to Low of any two-day period relative to any two-day period of the previous 20 days
3NR is the narrowest range from High to Low of any three-day period relative to any three-day period of the previous 20 days
4NR is the narrowest range from High to Low of any four-day period relative to any four-day period of the previous 40 days
8NR is the narrowest range from High to Low of any eight-day period relative to any eight-day period of the previous 40 days
Custom is the narrowest range from High to Low of any Sample period relative to any Sample period for the previous Period days
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22209

Two identical trading systems (for long and short deals) based on the ColorSchaffJCCXTrendCycle indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Two identical trading systems (for long and short deals) based on the ColorSchaffJJRSXTrendCycle indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.