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

Drag and Drop Support and Resistance "segment lines" with color differentiation - script para MetaTrader 4

Visualizações:
32490
Avaliação:
(8)
Publicado:
2010.06.08 09:24
Atualizado:
2014.04.21 14:54
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

NEW REVISION:

*********************

DROP_RESISTANCE_SEGMENT_LINE_Rev1 and DROP_SUPPORT_SEGMENT_LINE_Rev1: Both scripts have been revised. With the new revision the scripts will work also when MT4 is not connected to server. The old version could only work when the platform was connected to server.

*********************

If you want to draw several resistance and support lines as a "little segment line", differentiating the color of both types of line. (example, all Resistance Lines: Magenta color // all Support Lines: Blue color) but you don’t want to change the color of the horizontal line using the “properties button”, each time a new line has been created, you can use these scripts:

DROP_RESISTANCE_SEGMENT_LINE.mq4: You just need to drag and drop this script in the place of the chart where you want to draw a resistance line. The horizontal line will be drawn with the color and the width wanted.

DROP_SUPPORT_SEGMENT_LINE.mq4: You just need to drag and drop this script in the place of the chart where you want to draw a support line. The horizontal line will be drawn with the color and the width wanted.

Parameters that you can modify on both scripts:

You can easily change the following parameters by editing the script code:

- Color of the Segment Line.
- Width of the Segment line
- Length of the Segment line.

- Change Segment Line to Ray (full Horizontal Line)

!_Spread_Hi_Lo.mq4 !_Spread_Hi_Lo.mq4

A day Hi Lo

iTrendLinesBreak iTrendLinesBreak

Прорыв трендовых линий

Progressive Grid Positionning System (Entry and Exit) Progressive Grid Positionning System (Entry and Exit)

This systems allows you to progressively enter and exit the market. You define the amount you want to risk (%) and it calculates automatically the different levels of entering and exiting the market according to the amount of levels you have defined.

Higher timeframe candles on your chart Higher timeframe candles on your chart

This indicator allows you to draw candles of an higher timeframe on your chart. Example: Draw H1 candles on your M1 chart.