Mira cómo descargar robots gratis
¡Búscanos en Facebook!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
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
Evalúe su trabajo en el terminal MetaTrader 5
Time Filter Library - librería para MetaTrader 4
- Visualizaciones:
- 12915
- Ranking:
- Publicado:
- 2014.07.11 14:29
- Actualizado:
- 2016.11.22 07:32
- ¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
The function will filter the trade positon. If the current time in the time you set, the function will return true.
Usage:
extern string TimeStart="12:00"; extern string TimeStop="14:00"; bool TradeAlow=sTimeFilter(TimeStart,TimeStop); if(TradeAllow==true) { //Put your trade function here //OrderSend(...); } //Ea will open position bettween 12:00 ---> 14:00 //If you set start=20:00, stop=08:00----> ea will start trade from 20:00 of today to 8:00 tomorrow.
Candle Time End And Spread
The indicator shows candle end time and current spread.
Indicator TracerTraces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.
Close@Profit
Expert Advisor that closes orders after defined profit or loss.
Forex Indicator Black & White Beauty Win ~ BBWinBBWin is the Bollinger Bands® indicator in the separate window with trend lines.