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

Daily range - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
12341
평가:
(32)
게시됨:
2019.02.07 09:09
Daily range.mq5 (73.89 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Scriptor

mq5 code by: barabashkakvn

The EA searches for a daily range. It uses objects OBJ_HLINE and OBJ_VLINE.

A daily range within Sliding window size days (current bar #0 is not involved in calculations) can be calculated as Highest - Lowest or as a mean value by module Close #i - Close #i+1. Calculation mode is set in Daily range

The daily range is then used in the calculations of levels Stop Loss and Take Profit:

SL = daily_range * Stop Loss Coefficient

TP = daily_range * Take Profit Coefficient

The daily range is calculated once a day (time Start hour::Start minute) and at the first launch of the EA.

BUY signal:

Price Ask >= Highest of the daily range + daily_range * Offset Coefficient

SELL signal:

Price Bid <= Lowest of the daily range - daily_range * Offset Coefficient

Number of positions opened within the current day shall be limited by parameter Max Positions.


Search for a daily range is visualized using two vertical lines (the limit the search range) and two horizontal lines (that show the lines of position opening signals) :

Daily range

-

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

SetColorFiboLevels_Grand_xN SetColorFiboLevels_Grand_xN

The script builds the Fibonacci Levels graphical object with the option of selecting the number of its segments

CandlesAutoFibo_Grand_xN CandlesAutoFibo_Grand_xN

Indicator CandlesAutoFibo_Grand with the option of changing the number of segments in the graphical object of Fibo levels using one input parameter

Three neural networks Three neural networks

A trading system with a very simple neural network unit. It uses an iMA (Moving Average, MA) on H1, H4, and D1.

SupremAutoFibo SupremAutoFibo

The indicator builds graphical object Fibonacci Levels with many settings at High and Low prices over the period specified in the indicator input parameters