Author

Topic: NodeJS code for LakeBTC API (Read 1663 times)

full member
Activity: 228
Merit: 100
October 31, 2014, 01:15:40 AM
#17
I'm curious which are more popular trading bots?
I have the same question   Huh

which bot do you use now?
full member
Activity: 228
Merit: 100
October 31, 2014, 01:14:35 AM
#16
I don't think arb makes much sense on a smartphone, since it should run 24/7 then to find opportunities?

why con't run 24/7? Just find one opportunity, profit will always be more than the faucet
full member
Activity: 219
Merit: 100
October 31, 2014, 01:06:39 AM
#15
Does anyone plan to make a BIG announcement, or just gradually build in functionality and acquire users while slowly transitioning from a soft launch to full operations?

what do you mean??
hero member
Activity: 547
Merit: 500
October 30, 2014, 05:38:19 AM
#14
What features would you expect from an android trading client? I have some sources for java trading code.

I can define amount of trade per day or trade volume per day, automatically like bots run your plan.
But the key is to simple to buy, easy to sell.
newbie
Activity: 35
Merit: 0
October 29, 2014, 11:05:09 PM
#13
Why not develop a client to land Google Play or Apple Store?
member
Activity: 80
Merit: 10
October 29, 2014, 12:52:18 AM
#12
I'm curious which are more popular trading bots?
I have the same question   Huh
sr. member
Activity: 241
Merit: 250
October 28, 2014, 10:27:37 PM
#11
I don't think arb makes much sense on a smartphone, since it should run 24/7 then to find opportunities?
opportunity is not too much, but still better than the faucet  Roll Eyes
legendary
Activity: 965
Merit: 1000
October 28, 2014, 02:20:18 PM
#10
I don't think arb makes much sense on a smartphone, since it should run 24/7 then to find opportunities?
copper member
Activity: 2226
Merit: 536
Promotional Campaign Manager|Telegram @NrcewkerBTC
October 28, 2014, 02:38:46 AM
#9
What features would you expect from an android trading client? I have some sources for java trading code.

Simple trading strategies, e.g I buy btc on LakeBTC $360, sold them at $650 immediately and alert for me, otherwise versa.
member
Activity: 80
Merit: 10
October 27, 2014, 09:35:07 PM
#8
What features would you expect from an android trading client? I have some sources for java trading code.

StopLoss and Arbitrage
full member
Activity: 228
Merit: 100
October 26, 2014, 11:49:16 PM
#7
I'm curious which are more popular trading bots?
full member
Activity: 154
Merit: 100
October 26, 2014, 01:34:54 PM
#6
Does anyone plan to make a BIG announcement, or just gradually build in functionality and acquire users while slowly transitioning from a soft launch to full operations?
legendary
Activity: 965
Merit: 1000
October 24, 2014, 07:58:37 AM
#5
What features would you expect from an android trading client? I have some sources for java trading code.
newbie
Activity: 12
Merit: 0
October 24, 2014, 04:01:00 AM
#4
Any trading clients for android?
not direct clients, just source code, may you need its java code
hero member
Activity: 490
Merit: 500
October 23, 2014, 10:35:11 PM
#3
IOS is more popular.
full member
Activity: 236
Merit: 100
October 23, 2014, 01:55:53 AM
#2
Any trading clients for android?
hero member
Activity: 903
Merit: 1000
LakeBTC.com
October 22, 2014, 11:07:09 PM
#1

NodeJS sample code for LakeBTC API is available now!

https://github.com/LakeBTC/lakebtc_nodejs

Quote
A basic API code sample for the LakeBTC REST API. Please refer to their documentation for all calls explained. Check out example.js for a list of all possible calls and their parameters.

var Lakebtc = require('lakebtc');
var publicLakeBTC = new Lakebtc;
publicLakeBTC.ticker(console.log);


We'll integrate with more popular trading bots soon!

Jump to: