Bitcoin Forum

Economy => Trading Discussion => Topic started by: EnergyVampire on June 15, 2012, 06:40:15 PM



Title: [INFO] Open Source Trading Platforms
Post by: EnergyVampire on June 15, 2012, 06:40:15 PM
Does an Open Source Trading Platform exist?
Would this be a good solution for existing/new BTC exchanges?

Some links to help you get started or make your exchange better...

Trading Platform - Exchange/market side:

  • https://github.com/davout/bitcoin-central
  • https://github.com/bitfloor/matching-engine
  • https://github.com/dooglus/intersango
  • http://www.marketcetera.com/
  • Intersango HOWTO - Build your own Bitcoin Exchange Web Site! (https://bitcointalk.org/index.php?topic=35812.0) - ThiagoCMC

Trading Platform & Protocols - Order entry side:
  • http://fixprotocol.org/
  • http://www.interactivebrokers.com/en/software/api/api.htm
  • http://www.openbloomberg.com/open-api/
  • https://github.com/OpenGamma (http://www.opengamma.com/)
  • http://www.nanex.net/
  • http://sourceforge.net/projects/eclipsetrader/ (http://www.eclipsetrader.org/)
  • http://www.traderslaboratory.com/forums/tools-trade/11086-open-source-trading-platforms-master-list.html
  • http://code.google.com/p/tradelink/
  • http://sourceforge.net/directory/business-enterprise/financial/investment/freshness:recently-updated/
  • http://en.wikipedia.org/wiki/Category:Electronic_trading_systems

P2P Trading Platforms & Threads
  • https://github.com/FellowTraveler/Open-Transactions
  • https://en.bitcoin.it/wiki/Ripple_currency_exchange
  • https://github.com/santacruz123/node-bitcoin-exchange
  • Dark Exchange: a 100% decentralized p2p exchange (https://bitcointalk.org/index.php?topic=27055.0) - morpheus
  • RFC -- Distributed Bitcoin Stock Exchange (DBSE) (https://bitcointalk.org/index.php?topic=54033.0) - btc_artist
  • Open Transactions Server: Asset/Bond/Commodity/Cryptocoin/Deed/Share/Stock Exch. (https://bitcointalk.org/index.php?topic=53329.0) - markm
  • P2P Cryptocoin Exchange (P2PX) (https://bitcointalk.org/index.php?topic=62879.0) - Mike3574
  • P2P Exchange - "1X" and "NX", a new concept in the block (https://bitcointalk.org/index.php?topic=66274.0) - BrBoy
  • p2p securities exchange. Now being developed (again) (https://bitcointalk.org/index.php?topic=84362.20) - Chaang Noi (Goat) ช้างน้อย
  • [IDEA] - Ripple-like system for Bitcoin investment / p2p insurance / p2p lending (https://bitcointalk.org/index.php?topic=84540.0) - ripper234
  • How and Why You Should Set Up Your Own P2P Bitcoin Currency Exchange (https://bitcointalk.org/index.php?topic=83565.0) - Trader Steve
  • P2PTradeX: P2P Trading between cryptocurrencies (https://bitcointalk.org/index.php?topic=91843.0) - Sergio_Demian_Lerner


Title: Re: Open Source Trading Platform
Post by: shtylman on June 15, 2012, 06:42:57 PM
Does an Open Source Trading Platform exist?

Would this be a good solution for existing/new BTC exchanges?

Trading platform on the exchange/market side or order entry side?


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 15, 2012, 06:49:21 PM
On the exchange/market side.

The AML/KYC & security burden/workload for the exchanges is high enough as is. Considering that the BTC market is still kind of small, the workload is higher than the return at the moment. Maybe something like this could reduce the barrier of entry?


Title: Re: Open Source Trading Platform
Post by: freespirit on June 15, 2012, 06:54:23 PM
https://github.com/davout/bitcoin-central


Title: Re: Open Source Trading Platform
Post by: shtylman on June 15, 2012, 06:57:26 PM
On the exchange/market side.

The AML/KYC & security burden/workload for the exchanges is high enough as is. Considering that the BTC market is still kind of small, the workload is higher than the return at the moment. Maybe something like this could reduce the barrier of entry?

Don't forget to take into account the time and effort it would take to learn someone's platform and get it running. In a large system like an exchange there will be many moving parts. You also want to have your own people understand what can go wrong and where. These reasons alone often make it better and easier to roll your own solution at the app level.

At Bitfloor, we contribute back to any open source projects that we find useful as we can. I find this a much better approach than just dumping an entire system and expecting people to understand it.


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 15, 2012, 07:26:53 PM

At Bitfloor, we contribute back to any open source projects that we find useful as we can. I find this a much better approach than just dumping an entire system and expecting people to understand it.

+1

I am not a big trader by any stretch of the imagination but I have been watching/reading and doing small trades at the BTC exchanges that have been around a little while. I've been bumping into a ton of issues with weird/useless APIs, questionable order matching executions, unfriendly interfaces, and at times trades not getting reported and/or documented.

I can understand why an exchange with only $100 USD profits per month might lack in the customer service department but I also don't want them to shutdown their service to the Bitcoin community.


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 15, 2012, 08:09:41 PM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)


Title: Re: Open Source Trading Platform
Post by: gweedo on June 15, 2012, 11:20:44 PM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)

I would mind doing some work on this for some btc pay


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 20, 2012, 06:12:26 PM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)

I would mind doing some work on this for some btc pay

Thanks for the reply, gweedo.

It seems like there is not much interest in this so...


Title: Re: Open Source Trading Platform
Post by: daybyter on June 21, 2012, 02:58:38 PM
It would be cool just to have a reference API, that is complete and has good design, so site developers can use this as a reference.



Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 21, 2012, 03:18:05 PM
It would be cool just to have a reference API, that is complete and has good design, so site developers can use this as a reference.



Some interesting links:

https://github.com/bitfloor

https://github.com/shtylman

http://www.marketcetera.com

http://fixprotocol.org/

http://www.interactivebrokers.com/en/software/api/api.htm


Title: Re: Open Source Trading Platform
Post by: Explodicle on June 21, 2012, 03:21:40 PM
Here's another one:
https://github.com/FellowTraveler/Open-Transactions

Not quite done yet, but it has a lot of potential.


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on June 28, 2012, 09:56:16 PM
Here is another one:

https://github.com/dooglus/intersango



Title: Re: Open Source Trading Platform
Post by: ThiagoCMC on July 07, 2012, 05:13:25 AM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)

I am.


Title: Re: Open Source Trading Platform
Post by: ShireSilver on July 07, 2012, 12:59:25 PM
Merely making a trading platform open source would add some small value, but what would really shake things up would be a P2P trading platform. Think of bitcoin itself compared to centralized banks, and make the same paradigm shift for owning shares/bonds. No central repository to get thwacked or controlled.

I really like GLBSE and find it to be a great benefit to the bitcoin community, but IMHO it would be better if sites like that were merely portals to the P2P share system - comparable to online wallets such as blockchain's.


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on July 08, 2012, 07:30:34 PM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)

I am.

Cool... which part are you interested in, ThiagoCMC?


Title: Re: Open Source Trading Platform
Post by: EnergyVampire on July 08, 2012, 08:08:59 PM
Merely making a trading platform open source would add some small value, but what would really shake things up would be a P2P trading platform. Think of bitcoin itself compared to centralized banks, and make the same paradigm shift for owning shares/bonds. No central repository to get thwacked or controlled.

I really like GLBSE and find it to be a great benefit to the bitcoin community, but IMHO it would be better if sites like that were merely portals to the P2P share system - comparable to online wallets such as blockchain's.

Interesting comments, ShireSilver.

I've been searching older threads on this site and have found a few projects that were/are very interesting. With an average of 2000+ new threads and 50000+ new posts every month for the previous 12 months, it is not easy to keep track.

Although, my questions were for the exchange of non-P2P local currencies, I'll go ahead and reference the OP with some of these threads, post, links, etc as we find them.


Title: Re: Open Source Trading Platform(s)
Post by: Andrew Vorobyov on July 12, 2012, 09:25:50 PM
In development - https://github.com/santacruz123/node-bitcoin-exchange


Title: Re: Open Source Trading Platform(s)
Post by: EnergyVampire on July 16, 2012, 06:21:17 PM
In development - https://github.com/santacruz123/node-bitcoin-exchange

Hello Andrew,

I noticed you were asking for margin & shorting feedback: https://bitcointalk.org/index.php?topic=93583.0

I have no idea how to implement these features but...

I believe eventually the Top-10 exchanges will offer margin trading accounts simply because it is a huge money making machine. This may be one of the reasons US brokers try to push their clients into margin accounts instead of cash accounts. If you look at the quarterly & annual reports of these brokers (www.sec.gov) it is an increase of 10x-100x times in profits.


Title: Re: Open Source Trading Platform(s)
Post by: EnergyVampire on July 16, 2012, 06:43:02 PM
As an example:

Using MtGox's BTC/USD previous 30 days trade data from http://www.bitcoincharts.com/markets/  ...

Volume= 1,324,462.76 BTC
Average trading Fee =0.4% (Guesstimate)
BTC/USD@$8.00

Excluding MtGox's operational costs this is 10,595.70 BTC profit per month (1324462.76*.004*2) or $84,765.60 USD per month (1324462.76*.004*2*8 ).
Using a conservative additional margin profit of 3x, this would be a profit of 31,787.10 BTC or $254,297.00 USD per month.

An additional profit of 169,531.00 USD per month!!!

This is more than enough to hire accountants, auditors, compliance officers, consultants, developers, lawyers, security specialist, customer service representatives, etc.

just saying you are working on a great project....


Title: Re: [INFO] Open Source Trading Platforms
Post by: Ente on August 07, 2012, 10:36:13 AM
I, personally, believe there is a higher chance of success for an anonymous exchange in onionland than a p2p approach.. I don't feel like making individual cash transfers directly to my trading partner. I would prefer to trust an anonymous (TOR-) exchange.

The old problem, of course, is how to fund it.
I don't know a good solution to this. However, you could as well have all funds go in and out in bitcoin only. The dollar equivalent only exists in the books. For trading only this should work. Of course it would not work for anonymously cashing in and cashing out. But that is a problem with all existing exchanges too.

Or find some anonymous way to load fiat into it.

Ente


Title: Re: [INFO] Open Source Trading Platforms
Post by: human on March 14, 2013, 05:15:44 AM
what is the state of the art? which tools/frameworks do you use to trade on crypto exchanges?


Title: Re: [INFO] Open Source Trading Platforms
Post by: Ente on March 14, 2013, 07:37:28 AM
Well, I guess it's impossible you missed the Ripple storm by now ;-)
No idea if it's to be considered state-of-the-art, or even fits your criteria, but it surely is the most active project, at the moment.

Less hassle with less/no bankwires needed, but obviously strongly non-anonymous..

Ente


Title: Re: [INFO] Open Source Trading Platforms
Post by: MMOPoker on December 14, 2013, 08:33:07 PM
Have there been any more open source trading platforms released, cause some of these have abandoned and/or gone closed source.


Title: Re: [INFO] Open Source Trading Platforms
Post by: Sukrim on December 17, 2013, 12:15:58 AM
ripple.com released their server code, one gateway there (JustCoin) also released their server code for their gateway, the project is called "snow" - it's poorly documented though.

I am also struggline with finding open trading/charting software and what's even worse, it is VERY hard to find universally accepted APIs to connect to this software! A lot of them seem to just display data from yahoo finance or import CSV-files...


Title: Re: [INFO] Open Source Trading Platforms
Post by: shaoping on December 24, 2014, 02:17:35 AM
Have there been any more open source trading platforms released, cause some of these have abandoned and/or gone closed source.
Yes, of course.Peatio is an open source cryptocurrency exchange project.Website http://www.peat.io/ and Github https://github.com/peatio/peatio/issues, we have received 467 stars and 188 forks.

With Peatio , you can build your own bitcion exchange more easily. Now there are several bitcoin exchanges based on Peatio, e.g. yunbi exchange www.yunbi.com


Title: Re: Open Source Trading Platform
Post by: shaoping on December 24, 2014, 03:02:04 AM
Is anyone interested in starting a bounty for building something like this?
Is anyone interested in donating BTCs for a project like this?
Are there any programmers interested in working on a project like this? (getting paid in bounty or volunteer)
I'm a member of Peatio team .Peatio is an open source crytocurrency exchange project . With Peatio, you can build your own bitcoin exchange more easily . Unitl now , there are several bitcoin exchange based on Peatio , e.g. yunbi exchange www.yunbi.com (http://www.yunbi.com). Yunbi exchange is one of the most popular bitcoin exchanges.

We hope more and more bitcoin communities build their open source bitcoin exchange. We also hope more and more programmers can join the project.

Want to learn more:https://bitcointalk.org/index.php?topic=903246.0 (https://bitcointalk.org/index.php?topic=903246.0)


Title: Re: [INFO] Open Source Trading Platforms
Post by: SebastianJu on November 30, 2015, 02:36:31 PM
Does an Open Source Trading Platform exist?
Would this be a good solution for existing/new BTC exchanges?

Some links to help you get started or make your exchange better...

Trading Platform - Exchange/market side:

  • https://github.com/davout/bitcoin-central
  • https://github.com/bitfloor/matching-engine
  • https://github.com/dooglus/intersango
  • http://www.marketcetera.com/
  • Intersango HOWTO - Build your own Bitcoin Exchange Web Site! (https://bitcointalk.org/index.php?topic=35812.0) - ThiagoCMC

Trading Platform & Protocols - Order entry side:
  • http://fixprotocol.org/
  • http://www.interactivebrokers.com/en/software/api/api.htm
  • http://www.openbloomberg.com/open-api/
  • https://github.com/OpenGamma (http://www.opengamma.com/)
  • http://www.nanex.net/
  • http://sourceforge.net/projects/eclipsetrader/ (http://www.eclipsetrader.org/)
  • http://www.traderslaboratory.com/forums/tools-trade/11086-open-source-trading-platforms-master-list.html
  • http://code.google.com/p/tradelink/
  • http://sourceforge.net/directory/business-enterprise/financial/investment/freshness:recently-updated/
  • http://en.wikipedia.org/wiki/Category:Electronic_trading_systems

P2P Trading Platforms & Threads
  • https://github.com/FellowTraveler/Open-Transactions
  • https://en.bitcoin.it/wiki/Ripple_currency_exchange
  • https://github.com/santacruz123/node-bitcoin-exchange
  • Dark Exchange: a 100% decentralized p2p exchange (https://bitcointalk.org/index.php?topic=27055.0) - morpheus
  • RFC -- Distributed Bitcoin Stock Exchange (DBSE) (https://bitcointalk.org/index.php?topic=54033.0) - btc_artist
  • Open Transactions Server: Asset/Bond/Commodity/Cryptocoin/Deed/Share/Stock Exch. (https://bitcointalk.org/index.php?topic=53329.0) - markm
  • P2P Cryptocoin Exchange (P2PX) (https://bitcointalk.org/index.php?topic=62879.0) - Mike3574
  • P2P Exchange - "1X" and "NX", a new concept in the block (https://bitcointalk.org/index.php?topic=66274.0) - BrBoy
  • p2p securities exchange. Now being developed (again) (https://bitcointalk.org/index.php?topic=84362.20) - Chaang Noi (Goat) ช้างน้อย
  • [IDEA] - Ripple-like system for Bitcoin investment / p2p insurance / p2p lending (https://bitcointalk.org/index.php?topic=84540.0) - ripper234
  • How and Why You Should Set Up Your Own P2P Bitcoin Currency Exchange (https://bitcointalk.org/index.php?topic=83565.0) - Trader Steve
  • P2PTradeX: P2P Trading between cryptocurrencies (https://bitcointalk.org/index.php?topic=91843.0) - Sergio_Demian_Lerner

Thank you for this compilation, i know the thread has no answers since a half year at least so i would want to ask if there are new projects that should be added. I think it is a valuable ressource.


Title: Re: [INFO] Open Source Trading Platforms
Post by: junglist.massive on December 03, 2015, 07:58:34 AM
which one of them works like coinbase? that you can buy bitcoin or other coins without exchange


Title: Re: [INFO] Open Source Trading Platforms
Post by: entertheabyss on December 03, 2015, 06:00:43 PM
I, personally, believe there is a higher chance of success for an anonymous exchange in onionland than a p2p approach.. I don't feel like making individual cash transfers directly to my trading partner. I would prefer to trust an anonymous (TOR-) exchange.

The old problem, of course, is how to fund it.
I don't know a good solution to this. However, you could as well have all funds go in and out in bitcoin only. The dollar equivalent only exists in the books. For trading only this should work. Of course it would not work for anonymously cashing in and cashing out. But that is a problem with all existing exchanges too.

Or find some anonymous way to load fiat into it.

Ente

I run an I2P cryptocurrency exchange, we use nubits as an alternative to fiat for trading.

https://bitcointalk.org/index.php?topic=1092682.0
http://dogecoindark.net/i2pexchange/

also working on a localbitcoins type service that will be ready in early 2016


Title: Re: [INFO] Open Source Trading Platforms
Post by: GrewardCoin on December 18, 2016, 06:59:15 AM
Best Information.


Title: Re: [INFO] Open Source Trading Platforms
Post by: maydna on December 18, 2016, 08:14:38 AM
i only use trading platform from the market only, because i think its simple for me to understand and to make the order buy and sell.

its too much good links for me and i think i can not learn one by one because my time is not much to learn. but its a good source for us to learn, thank you so much for this and maybe later i will read and learn.


Title: Re: [INFO] Open Source Trading Platforms
Post by: JanAndre on November 11, 2017, 02:29:45 AM
Is this project still alive? Or have they moved on? :)


Title: Re: [INFO] Open Source Trading Platforms
Post by: nipol on November 30, 2017, 10:23:49 AM
We are looking for software to organize a cryptocurrency exchange (have a look at: https://bitcointalk.org/index.php?topic=2488439.0 )

And we will be very grateful for the advices and links!

 ::) ::) ::)



Title: Re: [INFO] Open Source Trading Platforms
Post by: nipol on March 02, 2018, 09:23:08 AM
We are still looking for software to organize a cryptocurrency exchange (have a look at: https://bitcointalk.org/index.php?topic=2488439.0 )

And we will be very grateful for the advices and links!

 ::) ::) ::)


Title: Re: [INFO] Open Source Trading Platforms
Post by: Moon Catcher Pro on July 31, 2018, 08:42:14 AM
Does an Open Source Trading Platform exist?
Would this be a good solution for existing/new BTC exchanges?

Some links to help you get started or make your exchange better...

Trading Platform - Exchange/market side:

  • https://github.com/davout/bitcoin-central
  • https://github.com/bitfloor/matching-engine
  • https://github.com/dooglus/intersango
  • http://www.marketcetera.com/
  • Intersango HOWTO - Build your own Bitcoin Exchange Web Site! (https://bitcointalk.org/index.php?topic=35812.0) - ThiagoCMC

Trading Platform & Protocols - Order entry side:
  • http://fixprotocol.org/
  • http://www.interactivebrokers.com/en/software/api/api.htm
  • http://www.openbloomberg.com/open-api/
  • https://github.com/OpenGamma (http://www.opengamma.com/)
  • http://www.nanex.net/
  • http://sourceforge.net/projects/eclipsetrader/ (http://www.eclipsetrader.org/)
  • http://www.traderslaboratory.com/forums/tools-trade/11086-open-source-trading-platforms-master-list.html
  • http://code.google.com/p/tradelink/
  • http://sourceforge.net/directory/business-enterprise/financial/investment/freshness:recently-updated/
  • http://en.wikipedia.org/wiki/Category:Electronic_trading_systems

P2P Trading Platforms & Threads
  • https://github.com/FellowTraveler/Open-Transactions
  • https://en.bitcoin.it/wiki/Ripple_currency_exchange
  • https://github.com/santacruz123/node-bitcoin-exchange
  • Dark Exchange: a 100% decentralized p2p exchange (https://bitcointalk.org/index.php?topic=27055.0) - morpheus
  • RFC -- Distributed Bitcoin Stock Exchange (DBSE) (https://bitcointalk.org/index.php?topic=54033.0) - btc_artist
  • Open Transactions Server: Asset/Bond/Commodity/Cryptocoin/Deed/Share/Stock Exch. (https://bitcointalk.org/index.php?topic=53329.0) - markm
  • P2P Cryptocoin Exchange (P2PX) (https://bitcointalk.org/index.php?topic=62879.0) - Mike3574
  • P2P Exchange - "1X" and "NX", a new concept in the block (https://bitcointalk.org/index.php?topic=66274.0) - BrBoy
  • p2p securities exchange. Now being developed (again) (https://bitcointalk.org/index.php?topic=84362.20) - Chaang Noi (Goat) ช้างน้อย
  • [IDEA] - Ripple-like system for Bitcoin investment / p2p insurance / p2p lending (https://bitcointalk.org/index.php?topic=84540.0) - ripper234
  • How and Why You Should Set Up Your Own P2P Bitcoin Currency Exchange (https://bitcointalk.org/index.php?topic=83565.0) - Trader Steve
  • P2PTradeX: P2P Trading between cryptocurrencies (https://bitcointalk.org/index.php?topic=91843.0) - Sergio_Demian_Lerner
Hello guys, have you seen this news?
https://www.mooncatchermeme.com/trx-is-listed-on-atomic-wallet/
Do you think this news will affect the price of the coin?
Lately, there are a lot of interesting news on TRX
And I think this may be of interest to investors
What do you think? Will we see growth?
I have a channel where I share news and my vision of the market, maybe you will be interested: http://www.insiderport.com/
I will be glad if I can offer you something interesting)
And yes, what do you think about the market as a whole, will TRX grow behind bitcoin?