Join our fan page
- Published by:
- Achmad F. Ibrahim
- Views:
- 39765
- Rating:
- Published:
- 2015.09.24 10:01
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author:
The original code is from Bands.mq4 by MetaQuotes Software Corp.
Bollinger Bands with customizable moving average method and applied price.
Available moving average methods:
- Simple
- Exponential
- Smoothed
- Linear weighted
- Close price
- Open price
- High price
- Low price
- Median price
- Typical price
- Weighted price

This script creates a .CSV file of your order history so you can import it into Excel and analyse it using the calculated heat map slots and other calculated values. All trading attributes are extracted from the history and output to the .CSV file. Updated version 1.03 (about 27KB) has NetProfit, OpenDay, OpenHour, OpenSlot, CloseDay, CloseHour, CloseSlot, DurationMinutes, PotentialWinPips, PotentialLossPips and others. The file is tab delimited for easier conversion from text to columns in Excel. Times are server time. Handles 4 and 5 digit brokers and 2/3 and 4/5 point value pairs, e.g. JPY correctly.

This version of CCI indicator uses median line of the Step Channel indicator.

MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.

An EA template to add a simple trailing stop to your strategy.