Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

Var Mov Avg 2016 (varmov) - indicador para MetaTrader 4

Dmitri Migunov. Authors of previous version: GOODMAN & Mstera и AF
Publicado por:
Dmitri Migunov
Visualizações:
40391
Avaliação:
(18)
Publicado:
2016.10.10 17:26
Atualizado:
2016.11.22 07:32
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

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.