거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
28
평가:
(5)
게시됨:
2025.05.16 11:37
Bands.mq5 (28.95 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

안녕하세요. 전문가 조언은 볼린저 밴드와 돈치안 채널을 기반으로 합니다 .

매도 신호: 돈치안 채널이 해당 기간 동안 하락하고 시가가 볼린저의 상한선 위에 있고 종가가 하한선 아래에 있는 경우.

매수 신호: 돈치안 채널이 해당 기간 동안 상승하고 있고, 시가가 볼린저 하한선 아래에 있으며 종가가 상한선 위에 있습니다.

거래는 스톱 앤 테이크 또는 돈치안 채널이 깨지면 종료됩니다.

Expert Advisor 코드에는 R-제곱 계산 기능도 있습니다.

다음은 2020년 01월 01일~2025년 01월 04일 EURUSD 테스트입니다.



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

AutoCloseOnProfitLoss Expert - Automatically Close All Positions on Profit/Loss AutoCloseOnProfitLoss Expert - Automatically Close All Positions on Profit/Loss

The AutoCloseOnProfitLoss Expert Advisor (EA) is a powerful automation tool for MetaTrader 5, designed to close all open positions when predefined profit or loss targets are reached

Swaps Monitor for a Single Symbol Swaps Monitor for a Single Symbol

A simple utility for monitoring long and short swaps of a single symbol. If your broker-dealer's swaps are specified in points instead of account currency, this utility automatically converts points into account currency. Swaps are tripled on Wednesday. Horizontal and vertical alignment can be adjusted in the inputs.

DailyHighLow Indicator for MQL5 DailyHighLow Indicator for MQL5

The DailyHighLow indicator is a versatile tool designed for MetaTrader 5 (MQL5) to display high and low price levels on a chart based on a specified timeframe. This indicator is particularly useful for traders who rely on key price levels for decision-making, offering flexibility through customizable timeframes and price calculation methods.

ColorXMA_Ishimoku_StDev - indicator for MetaTrader 5 ColorXMA_Ishimoku_StDev - indicator for MetaTrader 5

표준편차 알고리즘을 기반으로 컬러 점을 사용하여 추세 강도 표시를 추가한 XMA_이시모쿠 인디케이터. 첨부된 링크의 원본 코드에는 플로팅 문제가 있었습니다.