Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

A bug in TD_C - TD Combo indicator
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=16&t=57084
Page 1 of 1

Author:  osktrader [ Tue 25 Jun, 2019, 16:43 ]
Post subject:  A bug in TD_C - TD Combo indicator

TD_Combo class line 214
Quote:
// Initiate Combo count if previous Combo didn't complete during current Setup count
if (!activeComboCount && (comboCompleteBar < i - setupMaxBars + 1)) {
activeComboCount = true;
bullComboCount = bullSetupCount;
comboPrice = inputs[0][CLOSE][i] + (bullComboCount ? -1 : +1); <- The problem is here
}

This bug impacts in all JPY Corss Pairs.
For these pairs, plus or minus 1 is too small to skip Combo Countdown condition check day 1.
Image

The chart above should be like this
(I just changed the 1 to 100.)
Image

Attachments:
dukas_bug2.png [182.49 KiB]
Downloaded 387 times
dukas_bug.png [201.88 KiB]
Downloaded 352 times

Author:  osktrader [ Thu 27 Jun, 2019, 17:05 ]
Post subject:  Re: A bug in TD_C - TD Combo indicator

Im looking forward for a reply :|

Author:  API Support [ Fri 28 Jun, 2019, 11:01 ]
Post subject:  Re: A bug in TD_C - TD Combo indicator

Will be fixed in next platform release.

Author:  osktrader [ Fri 28 Jun, 2019, 11:23 ]
Post subject:  Re: A bug in TD_C - TD Combo indicator

thanks.

  Page 1 of 1