06-16-2018, 05:12 PM
(This post was last modified: 06-16-2018, 05:15 PM by susitronix.)
hi
@Ankasem thanks this is great..! :-)
i had missing pairs on Kraken in february.
because i did not know about Ankasem´s method, i just added the desired ASSET into the .json file.
for example Binance:
go to:
/gekko/exchanges
find exchange.json and open in editor:
binance-markets.json
here its two entries to make
first we add the coin in the ASSET-row
then we must create a new pair under "markets" that would look like this:
whats all these numbers are all about???
i just looked up a similar coin-value-pair price range (price against BTC or USDT)
then restart gekko and browser
first you can import some market data in order to see if it works...before go live... hehe lol
it was working.
hope this helps
@Ankasem thanks this is great..! :-)
i had missing pairs on Kraken in february.
because i did not know about Ankasem´s method, i just added the desired ASSET into the .json file.
for example Binance:
go to:
/gekko/exchanges
find exchange.json and open in editor:
binance-markets.json
here its two entries to make
first we add the coin in the ASSET-row
then we must create a new pair under "markets" that would look like this:
Code:
{
"pair": [
"BNB",
"VEN"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.0001,
"order": 1
}
},
whats all these numbers are all about???
i just looked up a similar coin-value-pair price range (price against BTC or USDT)
then restart gekko and browser
first you can import some market data in order to see if it works...before go live... hehe lol
it was working.
hope this helps