Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Siti Latifah
- Vues:
- 19857
- Note:
- Publié:
- 2016.08.05 16:02
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.