Bitcoin Forum
April 19, 2024, 07:50:20 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 »
  Print  
Author Topic: ICBIT Derivatives Market (USD/BTC futures trading) - LIVE  (Read 97623 times)
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
July 30, 2013, 08:09:01 AM
 #881

Please fix expired certificate before the market moves much.

Yes of course, it's fixed already.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
1713556220
Hero Member
*
Offline Offline

Posts: 1713556220

View Profile Personal Message (Offline)

Ignore
1713556220
Reply with quote  #2

1713556220
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
July 30, 2013, 04:47:15 PM
 #882

I just deployed an update to the trading engine. From now on orders id numbers are "permanent" and won't be changed for those orders which stay over clearing. This was an unnecessary legacy feature.

Order id and trade id are 64 bit integer values, so when they overlap (if that ever happens), there will be a good enough distance between numbers for software to work properly.

This makes life of trading API users simpler.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
boomerlu
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 31, 2013, 04:57:26 PM
 #883

Fireball, any comment on whether we will have a change of reference exchange for final settlement? I guess Gox is still in the lead for August and probably September, but it's conceivable that Bitstamp could take over as the benchmark in the coming months.
myself
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


chaos is fun...…damental :)


View Profile
July 31, 2013, 05:20:26 PM
 #884

Fireball, any comment on whether we will have a change of reference exchange for final settlement? I guess Gox is still in the lead for August and probably September, but it's conceivable that Bitstamp could take over as the benchmark in the coming months.
well on the page it say the bigger exchange by volume so just click this link from time to time http://bitcoinity.org/markets/list?currency=ALL&span=30d

Los desesperados publican que lo inventó el rey que rabió, porque todo son en el rabias y mas rabias, disgustos y mas disgustos, pezares y mas pezares; si el que compra algunas partidas vé que baxan, rabia de haver comprado; si suben, rabia de que no compró mas; si compra, suben, vende, gana y buelan aun á mas alto precio del que ha vendido; rabia de que vendió por menor precio: si no compra ni vende y ván subiendo, rabia de que haviendo tenido impulsos de comprar, no llegó á lograr los impulsos; si van baxando, rabia de que, haviendo tenido amagos de vender, no se resolvió á gozar los amagos; si le dan algun consejo y acierta, rabia de que no se lo dieron antes; si yerra, rabia de que se lo dieron; con que todo son inquietudes, todo arrepentimientos, tododelirios, luchando siempre lo insufrible con lo feliz, lo indomito con lo tranquilo y lo rabioso con lo deleytable.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
July 31, 2013, 09:13:06 PM
 #885

Fireball, any comment on whether we will have a change of reference exchange for final settlement? I guess Gox is still in the lead for August and probably September, but it's conceivable that Bitstamp could take over as the benchmark in the coming months.
well on the page it say the bigger exchange by volume so just click this link from time to time http://bitcoinity.org/markets/list?currency=ALL&span=30d

bitcoincharts is more trustable in my opinion, but anyway, even bitcoinity shows that Gox still leads the volume. This situation may significantly change in the coming months.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
boomerlu
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 01, 2013, 12:39:39 AM
 #886

Fireball, any comment on whether we will have a change of reference exchange for final settlement? I guess Gox is still in the lead for August and probably September, but it's conceivable that Bitstamp could take over as the benchmark in the coming months.
well on the page it say the bigger exchange by volume so just click this link from time to time http://bitcoinity.org/markets/list?currency=ALL&span=30d

bitcoincharts is more trustable in my opinion, but anyway, even bitcoinity shows that Gox still leads the volume. This situation may significantly change in the coming months.
[/quote]
Understood; what can we expect from you as far as guidance in case that situation arises? What data source will you look at, will you announce a change, etc? That is more what I'm asking.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 02, 2013, 12:11:56 PM
 #887

Good news for those who are interested in algo trading.

I just put up an initial reference implementation of our trading bot written in C# on GitHub. Fully open source code.

It's not a final version, it's rather work-in-progress, but as we want collaboration with the community (it is made for community in the first place), it's better to "release early, release often".

What's there already:
- Trading library for ICBIT API. Async, event-driven, small code. Receives and handles most of the message types. Keeps dictionary of all tradable assets. Keeps local copy of orders and balances. Creates and cancels orders on futures and exchange markets.
- Third party library for MtGox Streaming API is included. This is needed for those who wish to do automated arbitrage between exchanges (e.g., futures/spot arbitrage between ICBIT and MtGox).
- WebSocket library is included, which implements everything necessary to connect to ICBIT and MtGox Streaming API.
- fastJSON library for parsing JSON objects very fast.

What's planned:
- Improve create order algo (add up event based model, handle server's reply, assign unique user token id to track the order from the moment of submitting the create order request)
- Implement trading history retrieving
- Implement some basic trading strategy - e.g. EMA-based one
- Many other things

Please let me know your feedback. Also, if you wish to improve something, we highly appreciate collaboration and would motivate your contribution with a BTC reward.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 03, 2013, 09:41:50 AM
 #888

Nice article on The Genesis Block explaining how to use difficulty futures contract.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
qxzn
Hero Member
*****
Offline Offline

Activity: 609
Merit: 505



View Profile
August 06, 2013, 09:14:45 PM
 #889

Is it possible to download a list of all transactions made on our account in a programmatic fashion? Full history access in a programmatic way, including time of trade or settlement, price, size, fee paid, etc.

This is a requirement for us to deploy an algo on your system.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 07, 2013, 11:51:50 AM
 #890

Is it possible to download a list of all transactions made on our account in a programmatic fashion? Full history access in a programmatic way, including time of trade or settlement, price, size, fee paid, etc.

This is a requirement for us to deploy an algo on your system.

Yes, I will make this available soon, and update the reference implementation in C# to show how to use these commands.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
myself
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


chaos is fun...…damental :)


View Profile
August 07, 2013, 04:39:10 PM
 #891

any plans for options ?

Los desesperados publican que lo inventó el rey que rabió, porque todo son en el rabias y mas rabias, disgustos y mas disgustos, pezares y mas pezares; si el que compra algunas partidas vé que baxan, rabia de haver comprado; si suben, rabia de que no compró mas; si compra, suben, vende, gana y buelan aun á mas alto precio del que ha vendido; rabia de que vendió por menor precio: si no compra ni vende y ván subiendo, rabia de que haviendo tenido impulsos de comprar, no llegó á lograr los impulsos; si van baxando, rabia de que, haviendo tenido amagos de vender, no se resolvió á gozar los amagos; si le dan algun consejo y acierta, rabia de que no se lo dieron antes; si yerra, rabia de que se lo dieron; con que todo son inquietudes, todo arrepentimientos, tododelirios, luchando siempre lo insufrible con lo feliz, lo indomito con lo tranquilo y lo rabioso con lo deleytable.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 11, 2013, 07:02:33 PM
 #892

any plans for options ?

Yes, we plan that, however we think it's better to further improve futures trading before moving on to adding options support.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
myself
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


chaos is fun...…damental :)


View Profile
August 11, 2013, 08:51:05 PM
 #893

any plans for options ?

Yes, we plan that, however we think it's better to further improve futures trading before moving on to adding options support.
1. after options can you add fixed term bonds ? that will be awesome after options Smiley (can be done some risk free moneys if the market goes bananas like now)
2. due the recent problems on gox and even on BS do you consider to add other cryptos ?
2.1 a BTC/LTC internal exchange (to be back up market if main markets die)
2.2 a BTC/LTC futures + options + bonds
2.3 a LTC/NMC internal exchange (to be back up market if main markets die)
2.4 a LTC/NMC futures + options +bonds





Los desesperados publican que lo inventó el rey que rabió, porque todo son en el rabias y mas rabias, disgustos y mas disgustos, pezares y mas pezares; si el que compra algunas partidas vé que baxan, rabia de haver comprado; si suben, rabia de que no compró mas; si compra, suben, vende, gana y buelan aun á mas alto precio del que ha vendido; rabia de que vendió por menor precio: si no compra ni vende y ván subiendo, rabia de que haviendo tenido impulsos de comprar, no llegó á lograr los impulsos; si van baxando, rabia de que, haviendo tenido amagos de vender, no se resolvió á gozar los amagos; si le dan algun consejo y acierta, rabia de que no se lo dieron antes; si yerra, rabia de que se lo dieron; con que todo son inquietudes, todo arrepentimientos, tododelirios, luchando siempre lo insufrible con lo feliz, lo indomito con lo tranquilo y lo rabioso con lo deleytable.
boomerlu
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 12, 2013, 03:20:05 PM
 #894

any plans for options ?

Yes, we plan that, however we think it's better to further improve futures trading before moving on to adding options support.
For options, I suggest having a beta site and working with market makers before releasing into production.
myself
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


chaos is fun...…damental :)


View Profile
August 12, 2013, 04:17:43 PM
 #895

any plans for options ?

Yes, we plan that, however we think it's better to further improve futures trading before moving on to adding options support.
For options, I suggest having a beta site and working with market makers before releasing into production.
if icbit will add fixed term bonds liquidity is guaranteed

Los desesperados publican que lo inventó el rey que rabió, porque todo son en el rabias y mas rabias, disgustos y mas disgustos, pezares y mas pezares; si el que compra algunas partidas vé que baxan, rabia de haver comprado; si suben, rabia de que no compró mas; si compra, suben, vende, gana y buelan aun á mas alto precio del que ha vendido; rabia de que vendió por menor precio: si no compra ni vende y ván subiendo, rabia de que haviendo tenido impulsos de comprar, no llegó á lograr los impulsos; si van baxando, rabia de que, haviendo tenido amagos de vender, no se resolvió á gozar los amagos; si le dan algun consejo y acierta, rabia de que no se lo dieron antes; si yerra, rabia de que se lo dieron; con que todo son inquietudes, todo arrepentimientos, tododelirios, luchando siempre lo insufrible con lo feliz, lo indomito con lo tranquilo y lo rabioso con lo deleytable.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 13, 2013, 03:47:16 PM
 #896

1. after options can you add fixed term bonds ? that will be awesome after options Smiley (can be done some risk free moneys if the market goes bananas like now)
2. due the recent problems on gox and even on BS do you consider to add other cryptos ?
2.1 a BTC/LTC internal exchange (to be back up market if main markets die)
2.2 a BTC/LTC futures + options + bonds

Good news everyone!
We launched new Litecoin futures accounted in Bitcoins! It's a linear futures contract, specification explains all details but in short:
LTC/BTC-9.13
Lot size is 10 LTC
Leverage currently is ~1:5

All accounting is done in Bitcoins.
Buying N futures contracts at Price1 and then selling them at Price2 would bring same profit/loss as buying 10 multiplied by N Litecoins for Bitcoins at Price1 (expressed as LTC/BTC) and then selling all of them for Bitcoins at Price2.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
myself
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


chaos is fun...…damental :)


View Profile
August 13, 2013, 07:08:36 PM
 #897

1. after options can you add fixed term bonds ? that will be awesome after options Smiley (can be done some risk free moneys if the market goes bananas like now)
2. due the recent problems on gox and even on BS do you consider to add other cryptos ?
2.1 a BTC/LTC internal exchange (to be back up market if main markets die)
2.2 a BTC/LTC futures + options + bonds

Good news everyone!
We launched new Litecoin futures accounted in Bitcoins! It's a linear futures contract, specification explains all details but in short:
LTC/BTC-9.13
Lot size is 10 LTC
Leverage currently is ~1:5

All accounting is done in Bitcoins.
Buying N futures contracts at Price1 and then selling them at Price2 would bring same profit/loss as buying 10 multiplied by N Litecoins for Bitcoins at Price1 (expressed as LTC/BTC) and then selling all of them for Bitcoins at Price2.
awesome no more fiat :=)
Quote
Good news everyone!
require http://www.youtube.com/watch?v=1D1cap6yETA


Los desesperados publican que lo inventó el rey que rabió, porque todo son en el rabias y mas rabias, disgustos y mas disgustos, pezares y mas pezares; si el que compra algunas partidas vé que baxan, rabia de haver comprado; si suben, rabia de que no compró mas; si compra, suben, vende, gana y buelan aun á mas alto precio del que ha vendido; rabia de que vendió por menor precio: si no compra ni vende y ván subiendo, rabia de que haviendo tenido impulsos de comprar, no llegó á lograr los impulsos; si van baxando, rabia de que, haviendo tenido amagos de vender, no se resolvió á gozar los amagos; si le dan algun consejo y acierta, rabia de que no se lo dieron antes; si yerra, rabia de que se lo dieron; con que todo son inquietudes, todo arrepentimientos, tododelirios, luchando siempre lo insufrible con lo feliz, lo indomito con lo tranquilo y lo rabioso con lo deleytable.
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 23, 2013, 08:54:58 PM
 #898

Important trading API change notification:
Now ticker updates use their own channel prefixed with ticker_ instead of sharing the orderbook_ one! Please update your software to subscribe to these channels if you need tickers info.

The benefit is that you can filter out orderbook updates if you don't require them.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
Fireball (OP)
Hero Member
*****
Offline Offline

Activity: 674
Merit: 500


View Profile WWW
August 27, 2013, 11:53:12 AM
 #899

Is it possible to download a list of all transactions made on our account in a programmatic fashion? Full history access in a programmatic way, including time of trade or settlement, price, size, fee paid, etc.

This is a requirement for us to deploy an algo on your system.

Just a heads up that we are implementing this at the moment, will share specification soon.

Margin trading platform OrderBook.net (ICBIT): https://orderbook.net
Follow us in Twitter: https://twitter.com/orderbooknet
qxzn
Hero Member
*****
Offline Offline

Activity: 609
Merit: 505



View Profile
August 27, 2013, 05:32:42 PM
 #900

Is it possible to download a list of all transactions made on our account in a programmatic fashion? Full history access in a programmatic way, including time of trade or settlement, price, size, fee paid, etc.

This is a requirement for us to deploy an algo on your system.

Just a heads up that we are implementing this at the moment, will share specification soon.

awesome, glad to hear it.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!