Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

Symbol Movement - indicador para MetaTrader 4

Visualizaciones:
37949
Ranking:
(19)
Publicado:
2017.10.11 09:10
Actualizado:
2018.01.10 15:47
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

This custom indicator will show you 28 pair's daily candle range, High-Low range, candle bullishness or bearishness from real tick market. So you can understand the overall market situation very short time. You can change the default timeframe from Daily to any period and default candle (bar) number from 0 to any previous number. Also you can open the required symbol by clicking the symbol button.

To understand the indicator's activity, please see the attached image:


Input parameters

  • Candle Number - To get real time information, you should use 0 value for running candle. So indicator will show you every point update in panel box. You also can use any higher value than 0 for specific previous candle information.
  • Timeframe - Change the timeframe from here. Your chart can be any timeframe, but indicator will show you this period's information in the panel box. Default timeframe is Daily, but you can use any timeframe by changing from here.
  • Button Bullish Color - Define your button bullish color from here for the panel box.
  • Button Bearish Color - Define your button bearish color from here for the panel box.
  • Button Text Color - Define your button text color from here for the panel box.
  • Show Market Price - Market price will be bid or ask price. Select from here Bid price or Ask price. If None is selected, no market price will be shown on panel box and panel width size will be decreased automatically.
  • Button Height - Define your button height size from here for the panel box.
  • Button Font Size - Define your button font size from here for the panel box.
RegularExpressions in MQL4 for working with regular expressions RegularExpressions in MQL4 for working with regular expressions

Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.

Engulfing with RSI Engulfing with RSI

Not really profitable but the code fits on one page.

BarNumbers BarNumbers

Displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.

CSyncEvent Class - WinApi CSyncEvent Class - WinApi

Class for working with synchronization events.