Let's take this
https://www.dukascopy.com/wiki/files/Can ... nsAll.java strategy. On execution we receiving a lot of messages like:
Hikkake Pattern pattern of value -200 occurred at bar: {T:1352332800000(2012-11-08 00:00:00.000+0000) E:false O:1.27564 C:1.27509 L:1.27479 H:1.27661 V:13186.36}
Hikkake Pattern pattern of value -100 occurred at bar: {T:1352318400000(2012-11-07 20:00:00.000+0000) E:false O:1.27662 C:1.27562 L:1.27551 H:1.27801 V:15223.24}
Short Line Candle pattern of value 100 occurred at bar: {T:1352304000000(2012-11-07 16:00:00.000+0000) E:false O:1.27545 C:1.27663 L:1.27526 H:1.27745 V:32899.19}
Where can I read about meaning of that -200/-100/100 values?
Thanks.