Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

LTC trading @ BTC-e #23

Closed
siergiej opened this issue Jun 23, 2013 · 5 comments
Closed

LTC trading @ BTC-e #23

siergiej opened this issue Jun 23, 2013 · 5 comments

Comments

@siergiej
Copy link

I've tried to use gakko to trade litecoins on at btc-e. I've set the exchange to 'BTCe', asset to 'LTC' in the config.normal and in config.watch sections, and when I start gekko it shows me "ADVICE is to HOLD @ 101.300 (NaN)", which is the price of of btc/usd on BTCe.

@siergiej
Copy link
Author

Ah, I see now - Gekko does not support trading LTC at BTC-e, or any other exchange for that matter. So let me rephrase my issue:

(When) will Gekko support LTC trading?

@askmike
Copy link
Owner

askmike commented Jun 23, 2013

This is only explained in the docs, I want to support altcoins at BTC-e ASAP but I am having trouble using the BTC-e API because it works differently when fetching historical trades (you need to supply tid instead of time). For that reason Gekko now uses bitcoincharts instead, and they don't offer trade data for altcoins.

There is a new API coming up and I'm hoping that they support asking historical data via time. However the docs are only in russian atm and it appears to be in beta.

So I can't tell you when it will be ready yet. This issue is about the same problem, I am closing this one for now and keeping that one open.

@askmike askmike closed this as completed Jun 23, 2013
@siergiej
Copy link
Author

Mtgox says it will start trading litecoins soon. That will undoubtedly cause a lot of volatility in all the LTC trading markets. It would be awsome to have gekko by then. No pressure, just saying :) too bad it's out of your hand.

@askmike
Copy link
Owner

askmike commented Jun 25, 2013

Totally agreed. I wish I had more time to work on Gekko so that new functions would get added more quickly.

For everyone who is watching the issues: It is relatively easy to add a new exchange to Gekko as long as it works somewhat the same as Bitstamp or Mt. Gox (in that we can retrieve previous trades for example). This document describes how to add a new exchange to Gekko witout having to read all of Gekko's code. Maybe adding Cryptsy proves to be very little work. I will do it myself when I have time but there are a couple of Gekko TODOs on my list currently (and I have very little time).

@GoodDragon
Copy link

Btw. I found that here is alternative node.js client for BTC-e: https://npmjs.org/package/btce
and it includes possibility to tell how many latest trades you want from BTC-e.

So maybe it is possible ask them like this when Gekko starts: https://btc-e.com/api/2/btc_usd/trades/2000
and after that less number of rows?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants