Hello! Can somebody please make an EA for this system:
TF any
Currency any
Indicators: EMA9(close) and EMA26(close) and DMI (Directional Movement Indicator with ADX)
GO LONG WHEN:
- EMA9 has crossed over EMA26
- DI+ >= 25
- ADX >= 20
- ADX is in between DI+ and DI-
EXIT LONG WHEN:
- EMA26 has crossed EMA9 AND
- DI- is higher than DI+
GO SHORT WHEN:
- EMA26 has crossed EMA9
- DI- >= 25
- ADX >= 20
- ADX is in between DI- and DI+
EXIT SHORT WHEN:
- EMA9 has crossed EMA26 AND
- DI+ is higher than DI-
Exits can probably be just EMA crosses as DI at the time is opposite already.
Entry only after signal bar closes
Exit as soon as EMAs crosses
It would also be nice to have a possibility to take out early profits i.e. 1 lot at aPIPS, 1 lot at bPIPS, 1 lot at cPIPS. a<=b<=c would be changeable variables(for each currency) And to have changeable stop-loss aswell(just in case)
TF any
Currency any
Indicators: EMA9(close) and EMA26(close) and DMI (Directional Movement Indicator with ADX)
GO LONG WHEN:
- EMA9 has crossed over EMA26
- DI+ >= 25
- ADX >= 20
- ADX is in between DI+ and DI-
EXIT LONG WHEN:
- EMA26 has crossed EMA9 AND
- DI- is higher than DI+
GO SHORT WHEN:
- EMA26 has crossed EMA9
- DI- >= 25
- ADX >= 20
- ADX is in between DI- and DI+
EXIT SHORT WHEN:
- EMA9 has crossed EMA26 AND
- DI+ is higher than DI-
Exits can probably be just EMA crosses as DI at the time is opposite already.
Entry only after signal bar closes
Exit as soon as EMAs crosses
It would also be nice to have a possibility to take out early profits i.e. 1 lot at aPIPS, 1 lot at bPIPS, 1 lot at cPIPS. a<=b<=c would be changeable variables(for each currency) And to have changeable stop-loss aswell(just in case)