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

Secwenta - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3022
평가:
(23)
게시됨:
2018.11.20 12:51
Secwenta.mq5 (28.14 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The EA only operates when a new bar appears. It always keeps open no more than one open position - therefore it can work both on netting and hedging accounts.

The algorithm itself is very simple: wait for Number of bull bars or Number of bear bars in a row. It is expected that identical bars arriving in a row hint at the continuation of a trend. 

BUY open signal is also SELL close one.

You can allow the EA to only BUY or only SELL. For example, only BUY trades are available and Number of bull bars is 2 and Number of bear bars is 1. In this case, a single incoming bearish bar is a signal to close a BUY position.

Secwenta

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

Time_Candle_Custom Time_Candle_Custom

The indicator paints a candle in color corresponding to its direction once per day at a specified time

Time_Bar_Custom Time_Bar_Custom

The indicator plots one vertical line per day in a specified moment of time

WPR Custom WPR Custom

iWPR (Williams’ Percent Range, %R) indicator features new settings allowing users to manage display of levels and main level color from an Expert Advisor.

Vlado Vlado

The EA applies WPR Custom indicator.