The system was
posted by bradman when he needed this system coded.
The system is simple. Long when HMA trend is up, and short when HMA trend is down.
Attached is the EA, automated script for metatrader 4, and indicator of this system. You must install both of them.
This expert advisor features:
- You can trade multiple charts or currencies at the same time
- Stop loss, take profit, breakeven
- Trailing stop
- Configurable settings
- Many hidden features. (Advance users, put "extern" to reveal them)
How to use:
- To enable stop loss, set SL_Mode = 1, then you configure SL to suit your style.
- To enable trailing stop, set TS_Mode = 1. Trailing stop will hit when profit is x pips as specified in TS_Trigger.
- Configure the indicator by settting HMA_Period and HMA_Mode.
Cheers!