거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
14596
평가:
(3)
게시됨:
2008.11.13 07:30
업데이트됨:
2014.04.21 14:53
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author: igorad


Indicator QStick represents a simple n-period moving average for the difference of the close and open prices.


QStick = MA(n, (Close - Open)),

QStick can be used as a simple substitution or as the candlesticks determinant. The positive values of QStick denote the domination of the "white" candlesticks in the n-period interval, and the negative values of QStick denote the domination of the "black" candlesticks.




ChandelierStops_v1 ChandelierStops_v1

A modified verion of the Chande & Kroll's Stop indicator. The author consider that the ChandelierStops_v1 is very similar to it and look better than the Chande & Kroll's Stop.

Kijun Sen Robot (KSRobot) Kijun Sen Robot (KSRobot)

Expert Advisor Kijun Sen Robot. It uses the following indicators: Ichimoku, MA, SAR. It is optimized for the following currency pairs: GBPUSD and EURUSD with M30 period. You can view the full description in the code.

TrendLinearReg TrendLinearReg

How a trend changes? How to determine a flat? ... etc. This indicator will help to answer these questions.

Large Time Frame Large Time Frame

Indicator LargeTimeFrame. It draws the candlesticks of a larger timeframe on the chart.