Justin Molitor
Justin Molitor
@anandanand84 By definition both will trigger at the same time... but still most likely a bug.. Just need to add ` let isSecondDayDoji = this.approximateEqual(seconddaysOpen, seconddaysClose); return (isBullishHaramiPattern && !isSecondDayDoji);`...
@kwhitley Did you ever get this PR together?
I see nothing wrong with the input / logic... If I had to guess I bet something is getting reversed before being passed to threeblackcrows... @KashyapCKotak Can you test the...
Nvm I did it and see they are both false... Weird I will look closer
Okay, the problem is the second day open is EQUAL to the first day close... looks like we need to add >= to the logic test instead of just greater...
the timestamp in mined blocks is often wrong
For my case resetting the initial setting to zero on modal.shown event worked. Setting a $timeout on the value variable within the scope may have similar results.
What features make it "better"? The docs do not obviously specify this.