anakein

Results 8 comments of anakein

add this function into indicators.js ``` candles: function(source, indicator) { return new Promise(resolve => { const input = { close: [], high: [], low: [], open: [], timestamp: [], volume:...

> candles1m into noob.js i cant to see candles1m.slice what strategy are you using?

Solved. this is my instance.js ``` var c = module.exports = {} c.symbols = [] // only watch solo mirar let z = [ 'BTCUSDT', 'ETHUSDT', 'BNBUSDT', 'SOLUSDT', "LUNAUSDT", 'XRPUSDT',...

thanks for all, Im new with this bot and now understand my headache. jeje

if i try amr64, i have same error Collecting OctoBot-Trading==2.1.2 Downloading OctoBot-Trading-2.1.2.tar.gz (276 kB) |████████████████████████████████| 276 kB 513 bytes/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c...

you can to make this outside freqtrade. ![imagen](https://user-images.githubusercontent.com/1563663/135774318-6c8d2599-bd01-4830-9071-08af68de4815.png) 1 RB for hyperopt 1 RB for backtesting and 2 for trade. sync strategy files with rsync and reload by rpc

i tried manually install, and now i think is installed. if i try launch MGM say this: ```log tbot@tbot-desktop:~/Freqtrade-MGM$ mgm-hurry up Traceback (most recent call last): File "/home/tbot/Freqtrade-MGM/monigomani/./mgm-hurry", line 27,...

is correct, but not visual. In the frequi we can see when a candle or several make a movement and check what value it had, MACD, RSI CCI, etc... later...