당사 팬 페이지에 가입하십시오
- 조회수:
- 28
- 평가:
- 게시됨:
- 2025.05.16 11:37
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
안녕하세요. 전문가 조언은 볼린저 밴드와 돈치안 채널을 기반으로 합니다 .
매도 신호: 돈치안 채널이 해당 기간 동안 하락하고 시가가 볼린저의 상한선 위에 있고 종가가 하한선 아래에 있는 경우.
매수 신호: 돈치안 채널이 해당 기간 동안 상승하고 있고, 시가가 볼린저 하한선 아래에 있으며 종가가 상한선 위에 있습니다.
거래는 스톱 앤 테이크 또는 돈치안 채널이 깨지면 종료됩니다.
Expert Advisor 코드에는 R-제곱 계산 기능도 있습니다.
다음은 2020년 01월 01일~2025년 01월 04일 EURUSD 테스트입니다.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/58268

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

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.

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.

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