Adjustable MA has been updated to version 1.08:
- Added a status panel via the chart commentary.
- Added input parameters for the price types to use in MA calculation.
- Added separate input parameters for each MA's calculation mode.
- Added an input parameter for trailing stop trigger profit.
- Added input parameters to restrict trading on certain days of the week. (@Maverick)
- Added support for cross-midnight time periods.
- Added validation for more of the input parameters on initialization.
- Added None as a trading direction to only close trades or trail stops without opening new positions.
- Changed the start/end time input parameters from strings to integers to allow backtesting optimization based on time periods. (@Maverick)
- Changed the EA to work with points only without assuming what a pip is for a given trading instrument.
- Changed Magic number from an implicitly calculated value to a modifiable input parameter.
- Fixed a bug with position closing that could (very rarely) occur with the MT4 version of the EA.
- Fixed multiple issues in the money management function of the EA.
- Fixed a bug in the MT4 version that would cause it to read MA values from an incomplete candle.