Chris Lee

Results 124 comments of Chris Lee

@GrigorovskyA That is too bad. :( I also tried the above setting and had lost. Thus, I changed to a conservative strategy. It's slow but I am having some trades....

Hi @Licrefin Thanks for pointing out about Portainer. I am not using Portainer so I cannot take a look. Any idea @hipposen ?

Hey @redhelix Initially, the project was using tulip to use MACD/Bollinger Bands. At that time, I found using those indicators make losing more money than making it. Since I don't...

@BramFr You seems not using the latest TradingView that getting all TradingView indicators per tick. Which version are you using? Try to use the latest version (v0.0.85), which refactored TradingView...

@BramFr Yeah, @Rayn0r is correct. You are even looking at "Exponential Moving Average". Since you are using 1d interval, the EMA is for the last 10 days. Please close the...

Oh, interesting. But there are some issues with automating that. If you are trading a small amount of quote assets like 10 USDT, then the coin is eligible for the...

Right, that should resolve the issue. :+1: As you can see from the official doc, it should be calculated against BTC to determine dust-transferable. So if you want to calculate...

Hi @salimj6 Thank you for the good suggestion. I think what you are asking is very similar to https://github.com/chrisleekr/binance-trading-bot/issues/67 If it is the same strategy, to implement this, I have...

@salimj6 I think getting volume won't be an issue as it already does. - https://github.com/chrisleekr/binance-trading-bot/blob/master/app/server-binance.js#L75 ``` { eventType: 'kline', eventTime: 1508613366276, symbol: 'ETHBTC', open: '0.04898000', high: '0.04902700', low: '0.04898000', close:...

Yap, this is a good suggestion. I will put it into a todo.