Mira cómo descargar robots gratis
¡Búscanos en Twitter!
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
- Publicado por:
- Siti Latifah
- Visualizaciones:
- 19716
- Ranking:
- Publicado:
- 2016.08.05 16:02
- 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
Real author:
dXerof
This simple script is used to calculate total lot or rebate.
Input Settings
extern string StartDate="2016.04.01"; extern double RebatePerLot=6; extern color TColor=clrRed;

This indicator provides an easy way to find out the current direction of a pair.

This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.

Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.

Modified version of FF Calendar Indicator with new features.