├── LICENSE ├── MQL4 ├── ChannelPatternDetector.mq4 └── iChartPatternDetector.mqh ├── MQL5 ├── ChannelPatternDetector.mq5 └── iChartPatternDetector.mqh ├── README.md └── README_Images └── channel-pattern-detector-marks-descending-and-ascending-channels.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/LICENSE -------------------------------------------------------------------------------- /MQL4/ChannelPatternDetector.mq4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/MQL4/ChannelPatternDetector.mq4 -------------------------------------------------------------------------------- /MQL4/iChartPatternDetector.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/MQL4/iChartPatternDetector.mqh -------------------------------------------------------------------------------- /MQL5/ChannelPatternDetector.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/MQL5/ChannelPatternDetector.mq5 -------------------------------------------------------------------------------- /MQL5/iChartPatternDetector.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/MQL5/iChartPatternDetector.mqh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/README.md -------------------------------------------------------------------------------- /README_Images/channel-pattern-detector-marks-descending-and-ascending-channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/Channel-Pattern-Detector/HEAD/README_Images/channel-pattern-detector-marks-descending-and-ascending-channels.png --------------------------------------------------------------------------------