ADX DI+ / DI - not symetrical

At first glance it looks symmetrical but actually, if you understand how the DI+ and DI - lines work you will know that these two signals in this example are very similar firing at around the same time (when trend changes to downward)  every time and are not symmetrical.

LongEntrySignal = (ADX DI Plus(Main chart)[1] changes direction downwards);

ShortEntrySignal = (ADX DI Minus(Main chart)[1] changes direction upwards);



When the indicators minus line rises it signals the trend is changing to downward. When the plus line changes direction downward it is also a sign the trend is changing to downward... Please fix should be:

LongEntrySignal = (ADX DI Plus(Main chart)[1] changes direction upwards);

ShortEntrySignal = (ADX DI Minus(Main chart)[1] changes direction upwards);

Attachments
Strategy 099012-di-bug.sqx
(61.45 KiB)
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

03.08.2019 02:21

Task created

MF
#2

Mark Fric

06.08.2019 08:24

Status changed from New to Waiting for information

it is currently like this:


DIMinusChangesDown;DIPlusChangesUp

DIMinusChangesUp;DIPlusChangesDown

DIMinusFalling;DIPlusRising

DIMinusRising;DIPlusFalling

DIPlusChangesDown;DIMinusChangesUp

DIPlusChangesUp;DIMinusChangesDown


so you mean it should be corrected like this?


DIMinusChangesDown;DIPlusChangesDown

DIMinusChangesUp;DIPlusChangesUp

DIMinusFalling;DIPlusFalling

DIMinusRising;DIPlusRising

DIPlusChangesDown;DIMinusChangesDown

DIPlusChangesUp;DIMinusChangesUp



b
#3

bentra

06.08.2019 22:46
That should fix it yes. 
MF
#4

Mark Fric

07.08.2019 09:17

Status changed from Waiting for information to Fixed

ok, fixed in default config

Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please