Page 1 of 1

Price MA Cross with Disparity Index Confirmation Strategy

PostPosted: Tue Apr 19, 2016 5:06 am
by Apprentice
EURUSD H1 (04-19-2016 1132).png

Based on request.
viewtopic.php?f=27&t=63391&p=105859#p105859
Open Long
Close CrossOver MA1
Close > MA2
Open Short
Close CrossUnder MA1
Close < MA2

Exit (Optinal)
EXIT LONG when MA2 (Disparity line) crosses under "0".
EXIT SHORTwhen MA2 (Disparity line) crosses over "0".

Test.png


Re: Price MA Cross with Disparity Index Confirmation Strateg

PostPosted: Tue Sep 13, 2016 11:11 pm
by jaricarr
Hi Apprentice,
Can you please add this Exit logic.

EXIT LONG when MA2 (Disparity line) crosses under "0".
EXIT SHORTwhen MA2 (Disparity line) crosses over "0".

Re: Price MA Cross with Disparity Index Confirmation Strateg

PostPosted: Thu Sep 15, 2016 5:44 am
by Apprentice
Exit Logic Added.

Re: Price MA Cross with Disparity Index Confirmation Strateg

PostPosted: Thu Sep 22, 2016 8:18 pm
by jaricarr
Many thanks Apprentice,

Is it possible to make a new strategy using the ADX and Disparity Index please
(Disparity Index with ADX confirmation).
The Disparity Index would be the directional and exit indicator and the ADX would trigger the trade.

LONG:
DI is above "0" (adjustable level)
ADX is above "20" (adjustable level)

SHORT:
DI is below "0" (adjustable level)
ADX is above "20" (adjustable level)

EXIT LONG: DI crosses under "0"
EXIT SHORT: DI crosses over "0"

Re: Price MA Cross with Disparity Index Confirmation Strateg

PostPosted: Mon Jan 22, 2018 8:48 am
by Apprentice
The strategy was revised and updated.