Bitcoin Forum
May 14, 2024, 02:51:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Gekko trading-bot live trade ERROR: anyone?? on: July 31, 2018, 08:54:33 AM
Hi i get this error when setting up live trading via command line, anyone know how to fix??

2018-07-25 11:02:44 (INFO):   Setting up Gekko in realtime mode
2018-07-25 11:02:44 (INFO):   
2018-07-25 11:02:44 (INFO):   Setting up:
2018-07-25 11:02:44 (INFO):       Candle writer
2018-07-25 11:02:44 (INFO):       Store candles in a database
2018-07-25 11:02:44 (INFO):   

2018-07-25 11:02:44 (INFO):   Setting up:
2018-07-25 11:02:44 (INFO):       Trading Advisor
2018-07-25 11:02:44 (INFO):       Calculate trading advice
2018-07-25 11:02:44 (INFO):       Using the strategy: RSI_BULL_BEAR_ADX
2018-07-25 11:02:44 (INFO):   ====================================
2018-07-25 11:02:44 (INFO):   Running RSI Bull and Bear + ADX
2018-07-25 11:02:44 (INFO):   ====================================
2018-07-25 11:02:44 (INFO):   Make sure your warmup period matches SMA_long and that Gekko downloads data if needed
2018-07-25 11:02:44 (INFO):      The trading method requests 60000 minutes of historic data. Checking availablity..
2018-07-25 11:02:44 (INFO):   

2018-07-25 11:02:44 (DEBUG):      Available local data:
2018-07-25 11:02:44 (DEBUG):         from: 60000 minutes ago
2018-07-25 11:02:44 (DEBUG):         to: 9 minutes ago
2018-07-25 11:02:44 (INFO):      Usable local data available, trying to match with exchange data..
2018-07-25 11:02:44 (DEBUG):      Fetching exchange data since 24 minutes ago
2018-07-25 11:02:45 (DEBUG):      Available exchange data:
2018-07-25 11:02:45 (DEBUG):         from: 24 minutes ago
2018-07-25 11:02:45 (DEBUG):         to: 0 minutes ago
2018-07-25 11:02:45 (DEBUG):      Stitching datasets
2018-07-25 11:02:45 (INFO):      Full history locally available. Seeding the trading method with all required historical candles.
2018-07-25 11:02:45 (DEBUG):      Seeding with:
2018-07-25 11:02:45 (DEBUG):         from: 60000 minutes ago
2018-07-25 11:02:45 (DEBUG):         to: 25 minutes ago
2018-07-25 11:02:47 (INFO):   Setting up:
2018-07-25 11:02:47 (INFO):       Trader
2018-07-25 11:02:47 (INFO):       Follows the advice and create real orders.
2018-07-25 11:02:47 (DEBUG):   syncing private data
2018-07-25 11:02:47 (INFO):   


/Users/macbookpro/gekko/exchange/portfolioManager.js:72
        throw new errors.ExchangeError(err);
        ^
Error
    at Object.<anonymous> (/Users/macbookpro/gekko/exchange/exchangeErrors.js:9:27)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/macbookpro/gekko/exchange/exchangeChecker.js:4:16)
    at Module._compile (module.js:652:30)
2  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: July 25, 2018, 02:51:54 PM
Hi.
Im realy stupid at this, but i almost managed to set up the live trading with gekko comand line.

I got two questions that i hope somebody could give me an well explaned answer for dummes..

First when i set up the paper trader it starts to watch the market but no trades seems to be made.. and how do i get a reprort of what has been done? it looks like this when running:


2018-07-25 15:02:40 (INFO):   Starting to watch the market: Binance BTC/USDT
2018-07-25 15:02:40 (DEBUG):   scheduling ticks
2018-07-25 15:02:40 (DEBUG):   Requested BTC/USDT trade data from Binance ...
2018-07-25 15:02:41 (DEBUG):   Processing 500 new trades. From 2018-07-25 12:59:54 UTC to 2018-07-25 13:02:39 UTC. (3 minutes)
2018-07-25 15:03:00 (DEBUG):   Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:01 (DEBUG):   Processing 69 new trades. From 2018-07-25 13:02:40 UTC to 2018-07-25 13:03:00 UTC. (a few seconds)
2018-07-25 15:03:20 (DEBUG):   Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:20 (DEBUG):   Processing 34 new trades. From 2018-07-25 13:03:00 UTC to 2018-07-25 13:03:20 UTC. (a few seconds)
2018-07-25 15:03:40 (DEBUG):   Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:41 (DEBUG):   Processing 40 new trades. From 2018-07-25 13:03:21 UTC to 2018-07-25 13:03:41 UTC. (a few seconds)

The other thing is, when i try to set up in live trade i get some error with portifolio manager??

2018-07-25 11:02:44 (INFO):   Setting up Gekko in realtime mode
2018-07-25 11:02:44 (INFO):   
2018-07-25 11:02:44 (INFO):   Setting up:
2018-07-25 11:02:44 (INFO):       Candle writer
2018-07-25 11:02:44 (INFO):       Store candles in a database
2018-07-25 11:02:44 (INFO):   

2018-07-25 11:02:44 (INFO):   Setting up:
2018-07-25 11:02:44 (INFO):       Trading Advisor
2018-07-25 11:02:44 (INFO):       Calculate trading advice
2018-07-25 11:02:44 (INFO):       Using the strategy: RSI_BULL_BEAR_ADX
2018-07-25 11:02:44 (INFO):   ====================================
2018-07-25 11:02:44 (INFO):   Running RSI Bull and Bear + ADX
2018-07-25 11:02:44 (INFO):   ====================================
2018-07-25 11:02:44 (INFO):   Make sure your warmup period matches SMA_long and that Gekko downloads data if needed
2018-07-25 11:02:44 (INFO):      The trading method requests 60000 minutes of historic data. Checking availablity..
2018-07-25 11:02:44 (INFO):   

2018-07-25 11:02:44 (DEBUG):      Available local data:
2018-07-25 11:02:44 (DEBUG):         from: 60000 minutes ago
2018-07-25 11:02:44 (DEBUG):         to: 9 minutes ago
2018-07-25 11:02:44 (INFO):      Usable local data available, trying to match with exchange data..
2018-07-25 11:02:44 (DEBUG):      Fetching exchange data since 24 minutes ago
2018-07-25 11:02:45 (DEBUG):      Available exchange data:
2018-07-25 11:02:45 (DEBUG):         from: 24 minutes ago
2018-07-25 11:02:45 (DEBUG):         to: 0 minutes ago
2018-07-25 11:02:45 (DEBUG):      Stitching datasets
2018-07-25 11:02:45 (INFO):      Full history locally available. Seeding the trading method with all required historical candles.
2018-07-25 11:02:45 (DEBUG):      Seeding with:
2018-07-25 11:02:45 (DEBUG):         from: 60000 minutes ago
2018-07-25 11:02:45 (DEBUG):         to: 25 minutes ago
2018-07-25 11:02:47 (INFO):   Setting up:
2018-07-25 11:02:47 (INFO):       Trader
2018-07-25 11:02:47 (INFO):       Follows the advice and create real orders.
2018-07-25 11:02:47 (DEBUG):   syncing private data
2018-07-25 11:02:47 (INFO):   


/Users/macbookpro/gekko/exchange/portfolioManager.js:72
        throw new errors.ExchangeError(err);
        ^
Error
    at Object.<anonymous> (/Users/macbookpro/gekko/exchange/exchangeErrors.js:9:27)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/macbookpro/gekko/exchange/exchangeChecker.js:4:16)
    at Module._compile (module.js:652:30)
3  Economy / Service Discussion / Re: Cryptotech Cloud mining??? on: January 01, 2018, 11:20:13 AM
1.65 billion, that’s in Norwegian currency
4  Economy / Service Discussion / Re: Cryptotech Cloud mining??? on: January 01, 2018, 11:14:08 AM
Well they are all over the news with planed startup in august.
https://e24.no/naeringsliv/bitcoin/norsk-gr-nder-skal-selge-bitcoin-kontrakter-for-1-65-milliarder-innen-februar/24218638

Google translated:

"It is clear that we will shake the traditional recovery market, as it seems today, where Chinese players account for 60 percent of the world's bitcoin extraction (so-called mining journals.)," Says Erik Solberg, Cryptotech to E24.

He is in a 10,000-square-foot warehouse in which Solberg will collect 25 million pieces of data within a few months to solve difficult algorithms and thus extract bitcoin.

"Until the end of February we will sell mining contracts for $ 200 million ($ 1.65 billion)," said Solberg.

The company will not sell the data chips they produce, but will sell contracts to customers who get the values ​​recovered in Solberg's bitcoin mines.

Solberg is a computer engineer and has long been busy with bitcoin.

Together with its two American founders Tom Agan and James Lupino, they have developed a piece that, according to the founders, is 125 times faster than today's equipment.

Today's data chips designed for bitcoin extraction are being used by several Norwegian companies, but Solberg says the pieces they develop are in a different class, both in terms of capacity and power consumption.

"The price of mining equipment made in China has also increased by $ 1,000 per extraction machine, only because the bitcoin award can defend it," said Solberg.

Cryptotech will solve it all by selling two year long recovery contracts to its customers.

"I feel sorry for all those who have invested billions in extraction equipment that will be outdated when our chip is being used," says Solberg, continuing:

"We are waiting for our patents to go through the US, China and several other countries.

The entrepreneur's founder Agan already has 22 approved patents, and they are therefore confident that this patent will also be approved.
5  Economy / Service Discussion / Cryptotech Cloud mining??? on: January 01, 2018, 12:19:02 AM
Hello.

Yes I'm a noob and do not know much about mining, but as I've read, cloud mining is not profitable.

But what about Cryptotech?

It is a Norwegian company that has made a better chip of some kind, which should be five times more efficient than others ...

They sell mining contracts for $ 200 / Tb for a 2 year contract without maintenance fee.

Is this profitable ??
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!