거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

VR Breakdown level - 이전 고가 또는 저가 돌파 기반 트레이딩 전략 - MetaTrader 5용 expert

조회수:
19
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

VR Breakdown Level - 이전 고가(High) 또는 저가(Low) 돌파에 기반한 간단한 트레이딩 전략입니다. 레벨 계산 기간은 사용자가 트레이딩 로봇 설정에서 선택합니다. 

전략 로직:

새로운 거래 기간이 시작되면(사용자가 설정에서 선택), 트레이딩 로봇은 이전 기간의 고가(High)와 저가(Low) 가격을 기억합니다. 이후 가격이 해당 레벨 중 하나에 도달하면 그 레벨 방향으로 포지션이 개설됩니다. 즉, 가격이 상승하여 이전 고가(High)를 초과하면 트레이딩 로봇은 사용자가 설정에서 지정한 수량으로 금융 상품을 매수합니다. 모든 개설 포지션에는 스톱 로스(Stop Loss)와 테이크 프리핏(Take Profit)이 설정됩니다(사용자가 설정에서 지정). 포지션 종료는 오직 스톱 로스 또는 테이크 프리핏에 의해서만 이루어집니다.

유사한 방식으로 BUY STOP 및 SELL STOP 지정가 주문을 사용하여 전략을 구현할 수 있습니다. 차이점은 지정가 주문의 경우 반대 방향의 지정가 주문을 적시에 삭제해야 한다는 점입니다. 지정가 주문을 설정하는 것은 브로커에게 우리가 어떤 가격에 시장에 진입하려는지 보여줍니다. '내부' 레벨을 사용하면 이 정보를 브로커로부터 숨길 수 있습니다.



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

Modern Time Panel - Candle Time Modern Time Panel - Candle Time

Modern Time Panel for MT5 The Modern Time Panel is a sleek, minimalist custom indicator for MetaTrader 5 that helps you track time with precision. Fixed neatly at the top-right corner of your chart, it displays the current Broker Time, Local Time, and a live countdown to the next candlestick (New Bar). Built with an independent 1-second timer, the countdown continuously runs even when the market is slow or there are no incoming ticks. Fully customizable and dark-mode friendly, it is the perfect non-intrusive tool to ensure you never miss a candle close.

Session Time Filter Library Session Time Filter Library

Filter trades by trading sessions (London, NY, Tokyo, Sydney)

live news live news

A live economic calendar indicator that displays upcoming and current economic news events specific to the currency pair you're trading.

ShowMinMaxDayLevels ShowMinMaxDayLevels

The indicator displays high and low levels of a day (specified by the input parameter value) on any timeframe.