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

Var Mov Avg 2016 (varmov) - MetaTrader 4용 지표

Dmitri Migunov. Authors of previous version: GOODMAN & Mstera и AF
게시자:
Dmitri Migunov
조회수:
40489
평가:
(18)
게시됨:
2016.10.10 17:26
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Authors:

Thanks for previous version of "Var Mov Avg3 " (2004) to authors GOODMAN & Mstera и AF. I (Dmitri Migunov) optimized, accelerated and improved the script. And also I added signal dots (yellow color by default) on chart.

This indicator is based on the moving average, but it doesn't use any standard MT4/MT5 moving average indicators. It uses its own formula to calculate the moving average with a complex noise filter to produce more accurate signals. The indicator displays dotted line in the main chart window exactly over the price curve. The changing colors of the dots signal trend changes. The indicator shows signals on chart (yellow dots by default higher/below price), and also can signal sound alerts on trend changes; you can turn them on and off.

When the dots are pink, the price is in the downtrend. When the dots are blue, the price is in the uptrend. BUY when pink changes to blue and SELL when blue changes to pink. These moments are marked by yellow dots. If the yellow dot is above the price, this is a signal to SELL. If the yellow dot is below the price, this is a signal to BUY. Use moderate Stop Loss to protect yourself from false signals.

Updated in 20 oct, 2016: now you can change the maximum offset of the signal dots from current price. Change "offsetInPips" parameter for it.

chart

Stop & Limit Bots Stop & Limit Bots

Two EA's. One places Stop orders the other places Limit orders.

Renko Chart from ticks (Most precise method) Renko Chart from ticks (Most precise method)

Renko chart generator using the tick values.

Awesome Oscillator - 4 colors, customizable Awesome Oscillator - 4 colors, customizable

Awesome Oscillator, customizable, 4 colors (as seen on some AIMS YouTube videos), and some more parameters.

Example of OnChartEvent() Function Example of OnChartEvent() Function

This is a great beginners' example of the function OnChartEvent() & creating objects on the chart to access them for some tasks.