Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Siti Latifah
- Views:
- 20029
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.