Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Facebook!
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
Experts

Simple Levels - expert para MetaTrader 4

Visualizações:
16124
Avaliação:
(25)
Publicado:
2015.11.10 11:50
Atualizado:
2015.11.13 13:24
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

EA opens trades from support and resistance levels (trendline — element from a toolbar) which were set by a trader. The direction is selected by the arrows, graphically.

Two options are available:

  • Trade the move from the levels (arrows — up and down). If the open price is under the level, the EA will open the sell position when price crosses the level. The buy position has the opposite condition.
  • Trade the crossing the levels (↕). If the open price is under the level, the EA will open the buy position when price crosses the level. The sell position has the opposite condition.

Levels have different colors, according to their angle. Level is “off” if inappropriate arrows were set. In this case level is thin. If you want to make a horizontal level, move its second handle to the left from the first handle.

Traduzido do russo pela MetaQuotes Ltd.
Publicação original: https://www.mql5.com/ru/code/14138

FibonacciPivot FibonacciPivot

Fibonacci indicator drawing levels on previous day.

Candle SnR Candle SnR

Indicator S&R based on OHCL candles.

Simple Copier Simple Copier

Copying utility with minimal functionality.

Singleton Example Singleton Example

This is a working singleton code example. A singleton object is created when there 'can be only one' of the object.