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

모두 좋은 하루 되세요)

포럼에 처음으로 코드를 게시했습니다 !!!


EA는 2 MA 지표를 기반으로합니다. 일정 기간 동안 교차하지 않고 주요 움직임에서 하락하면 3의 첫 번째 거래가 열립니다. 다른 거래는 ATR에 따라 우리 방향으로 이동하거나 한 단계씩 반대 방향으로 이동할 때 열립니다. 우리 방향으로 이동할 때 세 가지 거래가 모두 설정된 후 후행으로 작동합니다. 우리를 상대로 움직일 때 EA는 그리드 단계의 거리에서 여러 거래를 아래 또는 위 (거래 유형에 따라 다름)로 닫습니다.


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

정직한 지그재그 정직한 지그재그

표시기는 표준 지그재그의 상단을 덮어쓴("깨진") 상단을 표시합니다.

Heiken Ashi based EA Heiken Ashi based EA

전문가 어드바이저는 하이켄 아시 지표를 기반으로 합니다.

Supertrend Supertrend

메타트레이더 5의 동적 지지/저항 수준을 생성하기 위해 ATR 변동성을 사용하여 추세 방향을 표시하는 슈퍼트렌드 지표입니다.

Show Positions on Custom Chart (or standard chart) for MT5 Show Positions on Custom Chart (or standard chart) for MT5

This indicator is a utility that shows labelled trade levels on any chart. If you want to replace your native trade levels on a native chart, then turn off "Show trade levels" in your F8 Chart Properties and attach this indicator. If you want to show trade levels on a Custom Chart (where native trade levels cannot be shown), then simply attach this indicator. BaseSymbol - specify the Symbol from which the trade level data will be pulled--handy for unique Custom Symbols. TextBarsBack - specify the number of bars back in history from the current bar where the level labels will be drawn. Note: Although magic number is referenced in the code, it is not presently included in the trade lines. If you're running multiple EA's on the same Symbol, you can edit the code to show magic numbers and then run multiple instances of the indicator on one chart. You can also edit the font sizes and text spacing in the object properties as needed for different display resolutions.