Tzion

Results 4 comments of Tzion

After some investigation I realize that this is the way Binance (and probably other crypto exchanges) works - by holding the fund after placing an order. I've tried to do...

I think that the C code doesn't trigger the pattern when it should - according to the pattern describe in the documentation

It is solved when I'm adding another candle from the left: ``` candles = { 'open': pd.Series([8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 7.9, 8.2, 9.4, 9.0]), 'high': pd.Series([8.8,...

Thanks @mrjbq7 it is minor bug of off-by-one - the calculation should be over 10 candles and not 11.